From f8be326e9d1f03d1a1404c52b99e8e2438a257d2 Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Thu, 9 Dec 2021 14:23:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE-=E5=8C=BA=E5=9F=9F=E5=8C=96?= =?UTF-8?q?=E5=85=9A=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/communityParty/elegant/index.vue | 6 +- .../visual/communityParty/community.vue | 135 ++++--- .../modules/visual/communityParty/options.js | 176 ++++++++ .../modules/visual/communityParty/party.vue | 380 ++++++++++++------ 4 files changed, 518 insertions(+), 179 deletions(-) create mode 100644 src/views/modules/visual/communityParty/options.js diff --git a/src/views/modules/communityParty/elegant/index.vue b/src/views/modules/communityParty/elegant/index.vue index 344782e3..d190e37b 100644 --- a/src/views/modules/communityParty/elegant/index.vue +++ b/src/views/modules/communityParty/elegant/index.vue @@ -3,7 +3,7 @@
- + - + - + diff --git a/src/views/modules/visual/communityParty/community.vue b/src/views/modules/visual/communityParty/community.vue index 30fdb498..8840068d 100644 --- a/src/views/modules/visual/communityParty/community.vue +++ b/src/views/modules/visual/communityParty/community.vue @@ -10,22 +10,25 @@
党建单位分类统计
- + + v-for="item in unitList" + :key="item.value" + :label="item.label" + :value="item.value">
+ value-format="yyyy-MM-dd HH:mm:ss" + @change="handleSelectChange">
@@ -46,7 +49,7 @@ :headerList="headerList" :tableData="tableData" :visibleLoading="visibleLoading" - :operate="false" + :operate="true" >