From b19b2c1aa10169fd27ceb8b822dda03b3bde8aa3 Mon Sep 17 00:00:00 2001 From: yuejiayang <146344614+YangLei105@users.noreply.github.com> Date: Thu, 16 Nov 2023 10:12:51 +0800 Subject: [PATCH] 2023.11.16 --- src/views/modules/part/productGroupInformation.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/part/productGroupInformation.vue b/src/views/modules/part/productGroupInformation.vue index 212859e..c282d55 100644 --- a/src/views/modules/part/productGroupInformation.vue +++ b/src/views/modules/part/productGroupInformation.vue @@ -239,12 +239,11 @@ export default { columnWidth: 120 }, { - userId: this.$store.state.user.name, functionId: 100007, serialNumber: '100007Table1Type', tableId: "100007Table1", tableName: "商品组信息表", - columnProp: 'type', + columnProp: "type", headerAlign: "center", align: "center", columnLabel: '商品组', @@ -254,6 +253,7 @@ export default { sortLv: 0, status: true, fixed: '', + columnWidth: 120 }, { userId: this.$store.state.user.name,