Browse Source

2023.11.16

master
yuejiayang 2 years ago
parent
commit
b19b2c1aa1
  1. 4
      src/views/modules/part/productGroupInformation.vue

4
src/views/modules/part/productGroupInformation.vue

@ -239,12 +239,11 @@ export default {
columnWidth: 120 columnWidth: 120
}, },
{ {
userId: this.$store.state.user.name,
functionId: 100007, functionId: 100007,
serialNumber: '100007Table1Type', serialNumber: '100007Table1Type',
tableId: "100007Table1", tableId: "100007Table1",
tableName: "商品组信息表", tableName: "商品组信息表",
columnProp: 'type',
columnProp: "type",
headerAlign: "center", headerAlign: "center",
align: "center", align: "center",
columnLabel: '商品组', columnLabel: '商品组',
@ -254,6 +253,7 @@ export default {
sortLv: 0, sortLv: 0,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,

Loading…
Cancel
Save