Browse Source

2025.05.06 ipqc 查询结果列优化

master
jiayang yue 8 months ago
parent
commit
1f358044cf
  1. 18
      src/views/modules/qc/IPQCResultEntry.vue

18
src/views/modules/qc/IPQCResultEntry.vue

@ -1410,6 +1410,24 @@
fixed: '',
columnWidth: 100,
},
{
userId: this.$store.state.user.name,
functionId: 301014,
serialNumber: '301014Table1ActualResourceDesc',
tableId: "301014Table1",
tableName: "IPQC检验记录表",
columnProp: 'actualResourceDesc',
headerAlign: "center",
align: "left",
columnLabel: '实际机台',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 100,
},
{
userId: this.$store.state.user.name,
functionId: 301014,

Loading…
Cancel
Save