diff --git a/components/layout/AiDvSummary/AiDvSummary.vue b/components/layout/AiDvSummary/AiDvSummary.vue index 0984fed9..8d5e9223 100644 --- a/components/layout/AiDvSummary/AiDvSummary.vue +++ b/components/layout/AiDvSummary/AiDvSummary.vue @@ -20,6 +20,7 @@ import Summary12 from './components/Summary12' import Summary13 from './components/Summary13' import Summary14 from './components/Summary14' + import Summary15 from './components/Summary15' export default { name: 'AiDvSummary', @@ -39,7 +40,8 @@ Summary11, Summary12, Summary13, - Summary14 + Summary14, + Summary15 }, props: { diff --git a/components/layout/AiDvSummary/asset/ic1-15.png b/components/layout/AiDvSummary/asset/ic1-15.png new file mode 100644 index 00000000..93bfe6a1 Binary files /dev/null and b/components/layout/AiDvSummary/asset/ic1-15.png differ diff --git a/components/layout/AiDvSummary/asset/ic2-15.png b/components/layout/AiDvSummary/asset/ic2-15.png new file mode 100644 index 00000000..18376a44 Binary files /dev/null and b/components/layout/AiDvSummary/asset/ic2-15.png differ diff --git a/components/layout/AiDvSummary/asset/ic3-15.png b/components/layout/AiDvSummary/asset/ic3-15.png new file mode 100644 index 00000000..d9c10a2f Binary files /dev/null and b/components/layout/AiDvSummary/asset/ic3-15.png differ diff --git a/components/layout/AiDvSummary/components/Summary15.vue b/components/layout/AiDvSummary/components/Summary15.vue new file mode 100644 index 00000000..a71f2a13 --- /dev/null +++ b/components/layout/AiDvSummary/components/Summary15.vue @@ -0,0 +1,96 @@ + + + + + diff --git a/packages/bigscreen/designer/components/form/componentConfig.vue b/packages/bigscreen/designer/components/form/componentConfig.vue index 0b1dfb11..98424aa6 100644 --- a/packages/bigscreen/designer/components/form/componentConfig.vue +++ b/packages/bigscreen/designer/components/form/componentConfig.vue @@ -183,7 +183,7 @@ export default { return { borderList: ['border0', 'border1', 'border2', 'border3', 'border4', 'border5', 'border6'],//边框待选项 summaryList: ['summary0', 'summary1', 'summary2', 'summary3', 'summary4', 'summary6', 'summary5', - 'summary7', 'summary8', 'summary9', 'summary10', 'summary11', 'summary12', 'summary13', 'summary14'],//汇总待选项 + 'summary7', 'summary8', 'summary9', 'summary10', 'summary11', 'summary12', 'summary13', 'summary14', 'summary15'],//汇总待选项 //是否显示排名 tableStatus: [ {label: '是', value: '1'},