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,