Browse Source

20240918

java8
qiezi 1 year ago
parent
commit
e9efa02069
  1. 18
      src/views/modules/quote/index.vue

18
src/views/modules/quote/index.vue

@ -88,24 +88,6 @@ export default {
fixed: '',
columnWidth: 180
},
{
userId: this.$store.state.user.name,
functionId: 5011,
serialNumber: '5011Table1QuoteNo',
tableId: '5011Table1',
tableName: '报价信息表',
columnProp: 'quoteNo',
headerAlign: 'center',
align: 'center',
columnLabel: '报价追溯号',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 120
},
{
userId: this.$store.state.user.name,
functionId: 5011,

Loading…
Cancel
Save