From 53ccd5a62b93e7d0a91109acb60134d674f0eb0b Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Thu, 19 Mar 2026 14:37:05 +0800 Subject: [PATCH] =?UTF-8?q?2026-03-19=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/quote/index.vue | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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,