Browse Source

2026-06-17

Lab优化
master
fengyuan_yang 22 hours ago
parent
commit
a19cef47cf
  1. 32
      src/views/modules/part/partInformation.vue

32
src/views/modules/part/partInformation.vue

@ -2230,22 +2230,22 @@
fixed: '',
columnWidth: 150
},
{
userId: this.$store.state.user.name,
functionId: 104001,
serialNumber: '104001Table1ActiveDesc',
tableId: '104001Table1',
tableName: '物料信息表',
columnProp: 'activeDesc',
headerAlign: 'center',
align: 'center',
columnLabel: '是否在用',
columnHidden: false,
columnImage: false,
status: true,
fixed: '',
columnWidth: 100
},
// {
// userId: this.$store.state.user.name,
// functionId: 104001,
// serialNumber: '104001Table1ActiveDesc',
// tableId: '104001Table1',
// tableName: '',
// columnProp: 'activeDesc',
// headerAlign: 'center',
// align: 'center',
// columnLabel: '',
// columnHidden: false,
// columnImage: false,
// status: true,
// fixed: '',
// columnWidth: 100
// },
{
userId: this.$store.state.user.name,
functionId: 104001,

Loading…
Cancel
Save