From 1908a80cd8224860bb704486fa78a18cc9a06bf7 Mon Sep 17 00:00:00 2001
From: liuchengxin <13104445455@126.com>
Date: 星期一, 24 一月 2022 17:42:19 +0800
Subject: [PATCH] 问题修改

---
 src/views/device/batch/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/device/batch/index.vue b/src/views/device/batch/index.vue
index 849c95b..d5b0c59 100644
--- a/src/views/device/batch/index.vue
+++ b/src/views/device/batch/index.vue
@@ -86,7 +86,7 @@
           <span>{{ parseTime(scope.row.arrivalDate, '{y}-{m}-{d}') }}</span>
         </template>
       </el-table-column>
-      <el-table-column label="鎵规璇存槑" align="center" prop="illustrate" />
+      <el-table-column label="鎵规璇存槑" align="center" prop="illustrate" show-overflow-tooltip />
       <el-table-column label="鎿嶄綔" fixed="right" width="120" align="center" class-name="small-padding fixed-width">
         <template slot-scope="scope">
           <el-button
@@ -302,7 +302,7 @@
     /** 鍒犻櫎鎸夐挳鎿嶄綔 */
     handleDelete(row) {
       const ids = row.id || this.ids;
-      this.$modal.confirm('鏄惁纭鍒犻櫎锛�').then(() => {
+      this.$modal.confirm(`鏄惁纭鍒犻櫎鐢熶骇鎵规涓�"${row.batch}"鐨勭敓浜ф壒娆★紵`).then(() => {
         this.loading = true;
         return delBatch(ids);
       }).then(() => {

--
Gitblit v1.9.1