Browse Source

2025-11-26

测试申请列表增加标签名称
master
fengyuan_yang 3 months ago
parent
commit
30df2b2334
  1. 18
      src/views/modules/test/requestForTest.vue

18
src/views/modules/test/requestForTest.vue

@ -1570,6 +1570,24 @@ export default {
fixed: '', fixed: '',
columnWidth: 200 columnWidth: 200
}, },
{
userId: this.$store.state.user.name,
functionId: 103001,
serialNumber: '103001Table1ProductName',
tableId: '103001Table1',
tableName: '测试信息表',
columnProp: 'productName',
headerAlign: 'center',
align: 'left',
columnLabel: '标签名称',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 150
},
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 103001, functionId: 103001,

Loading…
Cancel
Save