Browse Source

2024-07-04

功能优化
java8
fengyuan_yang 2 years ago
parent
commit
23d4f5d187
  1. 24
      src/views/modules/qc/qcPartAttribute.vue

24
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,

Loading…
Cancel
Save