From f9536da2d1e3add6037ffbbcbce571c16df67045 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期二, 17 十月 2023 19:24:26 +0800 Subject: [PATCH] 产品模块、仓库管理模块全部新建弹窗样式修改 --- src/views/reportForm/locationReport/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/reportForm/locationReport/index.vue b/src/views/reportForm/locationReport/index.vue index 9a2d882..757d6ae 100644 --- a/src/views/reportForm/locationReport/index.vue +++ b/src/views/reportForm/locationReport/index.vue @@ -21,6 +21,7 @@ :table-list="tableList" @selTableCol="selTableCol" @tableRowClick="tableRowClick" + :showSummary="true" > <template slot="tableButton"> <el-table-column label="鎿嶄綔" width="210" align="center"> @@ -179,7 +180,7 @@ prop: "unit", width: 120, default: false, - isShowColumn: showcol.includes("浠峰��") + isShowColumn: showcol.includes("鍗曚綅") }, { label: "浠峰��", -- Gitblit v1.8.0