From 23d4f5d1878384944740342ab334a748999426a1 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 4 Jul 2024 09:44:17 +0800 Subject: [PATCH] =?UTF-8?q?2024-07-04=20=E5=8A=9F=E8=83=BD=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/qc/qcPartAttribute.vue | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/src/views/modules/qc/qcPartAttribute.vue b/src/views/modules/qc/qcPartAttribute.vue index bb38466..1543553 100644 --- a/src/views/modules/qc/qcPartAttribute.vue +++ b/src/views/modules/qc/qcPartAttribute.vue @@ -838,7 +838,7 @@ sortLv: 0, status: true, fixed: '', - columnWidth: 200, + columnWidth: 300, }, { userId: this.$store.state.user.name, @@ -874,7 +874,25 @@ sortLv: 0, status: true, fixed: '', - columnWidth: 200, + columnWidth: 150, + }, + { + userId: this.$store.state.user.name, + functionId: 301003, + serialNumber: '301003Table1Spec', + tableId: "301003Table1", + tableName: "物料属性设置表", + columnProp: 'spec', + headerAlign: "center", + align: "left", + columnLabel: '规格型号', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 300, }, { userId: this.$store.state.user.name, @@ -885,7 +903,7 @@ columnProp: 'umid', headerAlign: "center", align: "left", - columnLabel: '规格型号', + columnLabel: '单位', columnHidden: false, columnImage: false, columnSortable: false,