Browse Source

2026-03-19

优化
master
fengyuan_yang 4 weeks ago
parent
commit
53ccd5a62b
  1. 18
      src/views/modules/quote/index.vue

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

@ -237,6 +237,24 @@ export default {
fixed: '',
columnWidth: 120
},
{
userId: this.$store.state.user.name,
functionId: 5011,
serialNumber: '5011Table1AnnualSales',
tableId: '5011Table1',
tableName: '报价信息表',
columnProp: 'annualSales',
headerAlign: 'center',
align: 'right',
columnLabel: '项目年销售额CNY(K)',
columnHidden: false,
columnImage: false,
columnSortable: false,
sortLv: 0,
status: true,
fixed: '',
columnWidth: 130
},
{
userId: this.$store.state.user.name,
functionId: 5011,

Loading…
Cancel
Save