From 66ee9806cf7ac94288a526eb0361a6e06767b273 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 11 May 2023 16:55:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/layout/AiDvSummary/AiDvSummary.vue | 4 +- .../AiDvSummary/components/Summary17.vue | 99 +++++++++++++++++++ .../components/form/componentConfig.vue | 2 +- 3 files changed, 103 insertions(+), 2 deletions(-) create mode 100644 components/layout/AiDvSummary/components/Summary17.vue diff --git a/components/layout/AiDvSummary/AiDvSummary.vue b/components/layout/AiDvSummary/AiDvSummary.vue index 9a663dfe..1aa20308 100644 --- a/components/layout/AiDvSummary/AiDvSummary.vue +++ b/components/layout/AiDvSummary/AiDvSummary.vue @@ -22,6 +22,7 @@ import Summary14 from './components/Summary14' import Summary15 from './components/Summary15' import Summary16 from './components/Summary16' + import Summary17 from './components/Summary17' export default { name: 'AiDvSummary', @@ -43,7 +44,8 @@ Summary13, Summary14, Summary15, - Summary16 + Summary16, + Summary17 }, props: { diff --git a/components/layout/AiDvSummary/components/Summary17.vue b/components/layout/AiDvSummary/components/Summary17.vue new file mode 100644 index 00000000..73e18b32 --- /dev/null +++ b/components/layout/AiDvSummary/components/Summary17.vue @@ -0,0 +1,99 @@ + + + + + diff --git a/packages/bigscreen/designer/components/form/componentConfig.vue b/packages/bigscreen/designer/components/form/componentConfig.vue index 50990bef..9144548c 100644 --- a/packages/bigscreen/designer/components/form/componentConfig.vue +++ b/packages/bigscreen/designer/components/form/componentConfig.vue @@ -217,7 +217,7 @@ export default { borderList: ['border0', 'border1', 'border2', 'border3', 'border4', 'border5', 'border6'],//边框待选项 summaryList: ['summary0', 'summary1', 'summary2', 'summary3', 'summary4', 'summary6', 'summary5', 'summary7', 'summary8', 'summary9', 'summary10', 'summary11', 'summary12', 'summary13', 'summary14', - 'summary15', 'summary16'],//汇总待选项 + 'summary15', 'summary16', 'summary17'],//汇总待选项 //是否显示排名 tableStatus: [ {label: '是', value: '1'},