From f9d5e512222bca17ef231a0e74c19b38d60727b3 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 11 May 2022 16:47:05 +0800 Subject: [PATCH 01/10] =?UTF-8?q?=E5=A4=A7=E5=B1=8F=20=E7=8E=AF=E5=BD=A2?= =?UTF-8?q?=E5=9B=BE=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bigscreen/designer/components/Layout.vue | 2 +- .../designer/components/RenderElement.vue | 19 +-- .../dvui/layout/AiDvSummary/AiDvSummary.vue | 2 + .../AiDvSummary/components/DonutChart.vue | 137 ++++++++++++++++++ .../AiDvSummary/components/Summary8.vue | 127 ++++++++++++++++ 5 files changed, 277 insertions(+), 10 deletions(-) create mode 100644 project/dvui/layout/AiDvSummary/components/DonutChart.vue create mode 100644 project/dvui/layout/AiDvSummary/components/Summary8.vue diff --git a/packages/bigscreen/designer/components/Layout.vue b/packages/bigscreen/designer/components/Layout.vue index b3a5e5b7..a0968a0d 100644 --- a/packages/bigscreen/designer/components/Layout.vue +++ b/packages/bigscreen/designer/components/Layout.vue @@ -403,7 +403,7 @@ value: '0' }], images: [], - summaryList: ['summary0', 'summary1', 'summary2', 'summary3', 'summary4', 'summary5', 'summary7', 'summary9', 'summary10'], + summaryList: ['summary0', 'summary1', 'summary2', 'summary3', 'summary4', 'summary6', 'summary5', 'summary7', 'summary8', 'summary9', 'summary10'], borderList: ['border0', 'border1', 'border2', 'border3', 'border4', 'border5'] } }, diff --git a/packages/bigscreen/designer/components/RenderElement.vue b/packages/bigscreen/designer/components/RenderElement.vue index f67025b9..e0f99bd4 100644 --- a/packages/bigscreen/designer/components/RenderElement.vue +++ b/packages/bigscreen/designer/components/RenderElement.vue @@ -222,15 +222,6 @@ .render-element { ::v-deep .dvScrollBoard1 { - .index { - color: #fff; - text-shadow: none; - background: transparent; - background-color: #BD4921!important; - -webkit-background-clip: inherit; - -webkit-text-fill-color: #fff; - } - .header { background: rgba(0, 0, 0, 0.1)!important; @@ -251,9 +242,19 @@ background: linear-gradient(180deg, #FFF6C7 0%, #FF9A02 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; + & > div:nth-of-type(2n) { background: rgba(0, 0, 0, 0.1)!important; } + + .index { + color: #fff; + text-shadow: none; + background: transparent; + background-color: #BD4921!important; + -webkit-background-clip: inherit; + -webkit-text-fill-color: #fff; + } } } } diff --git a/project/dvui/layout/AiDvSummary/AiDvSummary.vue b/project/dvui/layout/AiDvSummary/AiDvSummary.vue index 14942010..4c77ccb8 100644 --- a/project/dvui/layout/AiDvSummary/AiDvSummary.vue +++ b/project/dvui/layout/AiDvSummary/AiDvSummary.vue @@ -13,6 +13,7 @@ import Summary5 from './components/Summary5' import Summary6 from './components/Summary6' import Summary7 from './components/Summary7' + import Summary8 from './components/Summary8' import Summary9 from './components/Summary9' import Summary10 from './components/Summary10' @@ -28,6 +29,7 @@ Summary5, Summary6, Summary7, + Summary8, Summary9, Summary10 }, diff --git a/project/dvui/layout/AiDvSummary/components/DonutChart.vue b/project/dvui/layout/AiDvSummary/components/DonutChart.vue new file mode 100644 index 00000000..85f1d5e9 --- /dev/null +++ b/project/dvui/layout/AiDvSummary/components/DonutChart.vue @@ -0,0 +1,137 @@ + + + + + diff --git a/project/dvui/layout/AiDvSummary/components/Summary8.vue b/project/dvui/layout/AiDvSummary/components/Summary8.vue new file mode 100644 index 00000000..cdf23083 --- /dev/null +++ b/project/dvui/layout/AiDvSummary/components/Summary8.vue @@ -0,0 +1,127 @@ + + + + + From 7453962f52032dfd4eb91b03e96bac735f36139e Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 11 May 2022 18:06:53 +0800 Subject: [PATCH 02/10] =?UTF-8?q?=E5=85=9A=E5=BB=BA=E5=A4=A7=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bigscreen/designer/components/Layout.vue | 2 +- .../designer/components/RenderElement.vue | 1 + packages/bigscreen/designer/config.js | 33 ++++++ .../components/AiDvPartyOrg/AiDvPartyOrg.vue | 32 ++++++ .../dvui/layout/AiDvSummary/AiDvSummary.vue | 4 +- .../AiDvSummary/components/Summary11.vue | 107 ++++++++++++++++++ .../AiDvSummary/components/Summary8.vue | 3 - 7 files changed, 177 insertions(+), 5 deletions(-) create mode 100644 project/dvui/components/AiDvPartyOrg/AiDvPartyOrg.vue create mode 100644 project/dvui/layout/AiDvSummary/components/Summary11.vue diff --git a/packages/bigscreen/designer/components/Layout.vue b/packages/bigscreen/designer/components/Layout.vue index a0968a0d..b5bbcaf1 100644 --- a/packages/bigscreen/designer/components/Layout.vue +++ b/packages/bigscreen/designer/components/Layout.vue @@ -403,7 +403,7 @@ value: '0' }], images: [], - summaryList: ['summary0', 'summary1', 'summary2', 'summary3', 'summary4', 'summary6', 'summary5', 'summary7', 'summary8', 'summary9', 'summary10'], + summaryList: ['summary0', 'summary1', 'summary2', 'summary3', 'summary4', 'summary6', 'summary5', 'summary7', 'summary8', 'summary9', 'summary10', 'summary11'], borderList: ['border0', 'border1', 'border2', 'border3', 'border4', 'border5'] } }, diff --git a/packages/bigscreen/designer/components/RenderElement.vue b/packages/bigscreen/designer/components/RenderElement.vue index e0f99bd4..e7332383 100644 --- a/packages/bigscreen/designer/components/RenderElement.vue +++ b/packages/bigscreen/designer/components/RenderElement.vue @@ -138,6 +138,7 @@ + diff --git a/packages/bigscreen/designer/config.js b/packages/bigscreen/designer/config.js index c2740e37..8ecf7b16 100644 --- a/packages/bigscreen/designer/config.js +++ b/packages/bigscreen/designer/config.js @@ -543,6 +543,39 @@ const components = [ } ] }, + { + label: '党组织', + type: 'partyOrg', + list: [ + { + type: 'partyOrg', + label: '党组织', + width: 840, + height: 800, + zIndex: 1, + top: 0, + left: 0, + dataX: '', + dataY: [], + title: '党组织', + border: 'border3', + sourceDataId: '', + dataType: 'staticData', + staticData: [ + { + key: '个人服务办理', + value: 247 + }, + { + key: '同比上月', + value: 247 + } + ], + dynamicData: [], + thumb: 'https://cdn.cunwuyun.cn/dvcp/dv/tpl/total.png' + } + ] + }, { label: '边框', type: 'panel', diff --git a/project/dvui/components/AiDvPartyOrg/AiDvPartyOrg.vue b/project/dvui/components/AiDvPartyOrg/AiDvPartyOrg.vue new file mode 100644 index 00000000..8de97150 --- /dev/null +++ b/project/dvui/components/AiDvPartyOrg/AiDvPartyOrg.vue @@ -0,0 +1,32 @@ + + + + + diff --git a/project/dvui/layout/AiDvSummary/AiDvSummary.vue b/project/dvui/layout/AiDvSummary/AiDvSummary.vue index 4c77ccb8..75aa0868 100644 --- a/project/dvui/layout/AiDvSummary/AiDvSummary.vue +++ b/project/dvui/layout/AiDvSummary/AiDvSummary.vue @@ -16,6 +16,7 @@ import Summary8 from './components/Summary8' import Summary9 from './components/Summary9' import Summary10 from './components/Summary10' + import Summary11 from './components/Summary11' export default { name: 'AiDvSummary', @@ -31,7 +32,8 @@ Summary7, Summary8, Summary9, - Summary10 + Summary10, + Summary11 }, props: { diff --git a/project/dvui/layout/AiDvSummary/components/Summary11.vue b/project/dvui/layout/AiDvSummary/components/Summary11.vue new file mode 100644 index 00000000..79670553 --- /dev/null +++ b/project/dvui/layout/AiDvSummary/components/Summary11.vue @@ -0,0 +1,107 @@ + + + + + diff --git a/project/dvui/layout/AiDvSummary/components/Summary8.vue b/project/dvui/layout/AiDvSummary/components/Summary8.vue index cdf23083..b6994ede 100644 --- a/project/dvui/layout/AiDvSummary/components/Summary8.vue +++ b/project/dvui/layout/AiDvSummary/components/Summary8.vue @@ -49,14 +49,11 @@ }) this.arr = v.map(v => { - console.log(v[this.value] / sum) return { ...v, ratio: Number((v[this.value] / sum).toFixed(2)) * 100 } }) - - console.log(this.arr) }, immediate: true, deep: true From d2bec8554d302a2f86830dfd6dbc50193851b016 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Thu, 12 May 2022 09:43:20 +0800 Subject: [PATCH 03/10] 29592 --- project/xiushan/apps/creditScore/scorePersonal/detail.vue | 2 +- project/xiushan/apps/creditScore/scorePersonal/spList.vue | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/project/xiushan/apps/creditScore/scorePersonal/detail.vue b/project/xiushan/apps/creditScore/scorePersonal/detail.vue index 79277430..3b6fa666 100644 --- a/project/xiushan/apps/creditScore/scorePersonal/detail.vue +++ b/project/xiushan/apps/creditScore/scorePersonal/detail.vue @@ -11,7 +11,7 @@

获取积分

- {{ info.personalIntegral || 0 }} + {{ info.personalIntegral + info.personalUsedIntegral }} || 0

已用积分

diff --git a/project/xiushan/apps/creditScore/scorePersonal/spList.vue b/project/xiushan/apps/creditScore/scorePersonal/spList.vue index 1ea77a53..fb8a1362 100644 --- a/project/xiushan/apps/creditScore/scorePersonal/spList.vue +++ b/project/xiushan/apps/creditScore/scorePersonal/spList.vue @@ -87,9 +87,10 @@ export default { label: '用户账号', }, { - prop: 'personalIntegral', + // prop: 'personalIntegral', align: 'center', label: '获取积分', + render: (h, {row}) => h('span',null, row.personalIntegral + row.personalUsedIntegral) }, { prop: 'personalUsedIntegral', @@ -97,9 +98,10 @@ export default { label: '已用积分', }, { + prop: 'personalIntegral', align: 'center', label: '剩余积分', - render: (h, {row}) => h('span', null, row.personalIntegral - row.personalUsedIntegral) + // render: (h, {row}) => h('span', null, row.personalIntegral - row.personalUsedIntegral) } ] }, From 8bc6655ec732c2886b0610b47e43a11eadd0c7b6 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Thu, 12 May 2022 09:49:25 +0800 Subject: [PATCH 04/10] =?UTF-8?q?=E6=94=B9=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/xiushan/apps/creditScore/scorePersonal/detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/xiushan/apps/creditScore/scorePersonal/detail.vue b/project/xiushan/apps/creditScore/scorePersonal/detail.vue index 3b6fa666..02c64cbe 100644 --- a/project/xiushan/apps/creditScore/scorePersonal/detail.vue +++ b/project/xiushan/apps/creditScore/scorePersonal/detail.vue @@ -11,7 +11,7 @@

获取积分

- {{ info.personalIntegral + info.personalUsedIntegral }} || 0 + {{ (info.personalIntegral + info.personalUsedIntegral) || 0 }}

已用积分

From 208b440c860a660d7302aa7327b3de763ed1da67 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Thu, 12 May 2022 10:30:04 +0800 Subject: [PATCH 05/10] 29165 --- project/xiushan/apps/loanStatement/AppNeedSta.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/project/xiushan/apps/loanStatement/AppNeedSta.vue b/project/xiushan/apps/loanStatement/AppNeedSta.vue index 8565fa14..ac65709c 100644 --- a/project/xiushan/apps/loanStatement/AppNeedSta.vue +++ b/project/xiushan/apps/loanStatement/AppNeedSta.vue @@ -6,7 +6,7 @@