From 62be85bac61d46f1a60fa77c2e9532a57e1b4850 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期四, 07 三月 2024 14:03:50 +0800 Subject: [PATCH] 销售订单-下载排产单3 --- 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