diff --git a/project/pingchang/apps/AppGeneralElection/components/electionList.vue b/project/pingchang/apps/AppGeneralElection/components/electionList.vue
index 49070ccd..5ccb22da 100644
--- a/project/pingchang/apps/AppGeneralElection/components/electionList.vue
+++ b/project/pingchang/apps/AppGeneralElection/components/electionList.vue
@@ -39,24 +39,25 @@ export default {
data () {
return {
search: {
- status: '',
+ status: '', // 0、未开始;1、进行中;2、已结束
title: '',
- tableData: [],
},
page: {
current: 1,
size: 10,
- total: '',
+ total: 0,
},
+ tableData: [],
}
},
created () {
this.dict.load('yesOrNo', 'partyFourLinkageStatus')
+ this.getList()
},
computed: {
colConfigs() {
return [
- {prop: "", label: "标题", align: "left"},
+ {prop: "", label: "标题", align: "left", showOverflowTooltip: true},
{prop: "", label: "所属支部", align: "center"},
{prop: "", label: "选举方式", align: "center"},
{prop: "", label: "应选人数", align: "center"},
@@ -66,7 +67,18 @@ export default {
}
},
methods: {
- getList () {},
+ getList() {
+ this.instance.post(`/app/appgeneralelectioninfo/list`,null,{
+ params: {
+ ...this.page,
+ ...this.search,
+ }
+ }).then(res=> {
+ if(res?.data) {
+ console.log(res);
+ }
+ })
+ },
toAdd(id) {
this.$emit('change', {
type: 'electionAdd',
diff --git a/project/pingchang/apps/AppOrganizationChange/components/List.vue b/project/pingchang/apps/AppOrganizationChange/components/List.vue
index 9a18aa45..41980a50 100644
--- a/project/pingchang/apps/AppOrganizationChange/components/List.vue
+++ b/project/pingchang/apps/AppOrganizationChange/components/List.vue
@@ -1,6 +1,6 @@
-
+
换届设置
@@ -18,13 +18,17 @@
@select="onTreeChange"/>
-
-
+
+
+
+
+ 新增换届
+
@@ -181,12 +185,17 @@ export default {
top: 8px;
}
- // .add_btn {
- // position: absolute;
- // right: 38px;
- // top: 78px;
- // }
+ ::v-deep .ai-list__content--right {
+ position: relative;
+ .add_btn {
+ position: absolute;
+ right: 18px;
+ top: 11px;
+ }
+ }
+
+
::v-deep .audit-0 {
color: #FF8822 !important;
}
diff --git a/project/pingchang/apps/AppOrganizationChange/components/history.vue b/project/pingchang/apps/AppOrganizationChange/components/history.vue
index 182b2f92..a101fce5 100644
--- a/project/pingchang/apps/AppOrganizationChange/components/history.vue
+++ b/project/pingchang/apps/AppOrganizationChange/components/history.vue
@@ -1,7 +1,33 @@
-
+
+
+
+
+ 补录
+
+
+
+ 重置
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
diff --git a/project/pingchang/apps/AppOrganizationChange/components/moment.vue b/project/pingchang/apps/AppOrganizationChange/components/moment.vue
index a2920e4e..b8008cce 100644
--- a/project/pingchang/apps/AppOrganizationChange/components/moment.vue
+++ b/project/pingchang/apps/AppOrganizationChange/components/moment.vue
@@ -1,61 +1,59 @@
-
-
-
-
-
- 修改
+
+
+
+
+ 修改
+
+
+
+
+
+
+
+
+
+
+ 添加任职人员
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+ 添加候选人
+
+
+
+
+
+ 编辑
+ 删除
-
-
-
-
-
-
-
-
-
- 添加任职人员
-
-
-
-
-
- 编辑
- 删除
-
-
-
-
-
- 添加候选人
-
-
-
-
-
- 编辑
- 删除
-
-
-
-
-
-
+
+
+
+