From 901d81f1c56281bab87044d2ff562d8ed8601efa Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期一, 11 三月 2024 09:25:17 +0800
Subject: [PATCH] 完成包装核对功能

---
 src/views/common/ztt-table.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/views/common/ztt-table.vue b/src/views/common/ztt-table.vue
index 0701521..4996b43 100644
--- a/src/views/common/ztt-table.vue
+++ b/src/views/common/ztt-table.vue
@@ -182,6 +182,7 @@
           v-if="options.multiSelect && !isEdit"
           style="width: 55px;"
           :selectable="selectHandle"
+
         >
         </el-table-column>
         <!--鍗曢�夋-->
@@ -571,7 +572,9 @@
     //闇�瑕佸悎骞剁殑瀛楁闆嗗悎
     mergeSpanArr: {
         type: Array,
-        default: []
+        default: ()=>{
+            return []
+        }
     },
     toolbarMaxLength: {
       type: Number,

--
Gitblit v1.9.3