diff --git a/src/views/modules/quote/index.vue b/src/views/modules/quote/index.vue index db315c6..197e617 100644 --- a/src/views/modules/quote/index.vue +++ b/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,