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" >