diff --git a/project/biaopin/AppGeneralElection/AppGeneralElection.vue b/project/biaopin/AppGeneralElection/AppGeneralElection.vue new file mode 100644 index 00000000..1ec02caa --- /dev/null +++ b/project/biaopin/AppGeneralElection/AppGeneralElection.vue @@ -0,0 +1,60 @@ + + + + + + + + + + + diff --git a/project/biaopin/AppGeneralElection/components/Statistics.vue b/project/biaopin/AppGeneralElection/components/Statistics.vue new file mode 100644 index 00000000..ce2e6910 --- /dev/null +++ b/project/biaopin/AppGeneralElection/components/Statistics.vue @@ -0,0 +1,152 @@ + + + + + + + + + + 已投人数:{{ data.alreadyCount || 0 }} + 未投人数:{{ data.notYetCount || 0 }} + 日期:{{ data.dateTime || '' }} + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/project/biaopin/AppGeneralElection/components/electionAdd.vue b/project/biaopin/AppGeneralElection/components/electionAdd.vue new file mode 100644 index 00000000..2225f7c8 --- /dev/null +++ b/project/biaopin/AppGeneralElection/components/electionAdd.vue @@ -0,0 +1,284 @@ + + + + + + + + + + 修改 + + + + + + + {{ info.electionMethod==0? '等额':'差额'}} + + + + + + + + + + + + + + + {{ item }} + 、 + + + + + {{ item }} + 、 + + + + + + + + + + + + + 换届选举仅采取不记名(匿名)投票 + + + + + + + + + + + + + + + + + + + + + + + + + 等额 + 差额 + + + + + + + + + + + + + + + + + + + + {{ item.name }} + {{ item.phone }} + {{ item}} + + + + + + + + {{ item.name }} + + + + + + + + + + + 取消 + 保存 + + + + + + + + diff --git a/project/biaopin/AppGeneralElection/components/electionList.vue b/project/biaopin/AppGeneralElection/components/electionList.vue new file mode 100644 index 00000000..c561927e --- /dev/null +++ b/project/biaopin/AppGeneralElection/components/electionList.vue @@ -0,0 +1,148 @@ + + + + + + + + 添加 + + + + + + + + + + + 详情 + {{row.status == 0? '开启':'结束'}} + 统计 + 删除 + + + + + + + + + + + diff --git a/project/biaopin/AppOrganizationChange/AppOrganizationChange.vue b/project/biaopin/AppOrganizationChange/AppOrganizationChange.vue new file mode 100644 index 00000000..1284f5c6 --- /dev/null +++ b/project/biaopin/AppOrganizationChange/AppOrganizationChange.vue @@ -0,0 +1,59 @@ + + + + + + + + + + + diff --git a/project/biaopin/AppOrganizationChange/components/List.vue b/project/biaopin/AppOrganizationChange/components/List.vue new file mode 100644 index 00000000..d24043da --- /dev/null +++ b/project/biaopin/AppOrganizationChange/components/List.vue @@ -0,0 +1,109 @@ + + + + + + 换届设置 + + + + + + + + + + + + + + + + + + + + + + + diff --git a/project/biaopin/AppOrganizationChange/components/detailPanel.vue b/project/biaopin/AppOrganizationChange/components/detailPanel.vue new file mode 100644 index 00000000..1b1d895f --- /dev/null +++ b/project/biaopin/AppOrganizationChange/components/detailPanel.vue @@ -0,0 +1,157 @@ + + + + + 添加任职人员 + + + + + + + + 编辑 + 删除 + + + + + + 添加候选人 + + + + + + + + 编辑 + 删除 + + + + + + + + + + + + + 输入候选人姓名,用空格隔开 + + + + + + + + + + + diff --git a/project/biaopin/AppOrganizationChange/components/history.vue b/project/biaopin/AppOrganizationChange/components/history.vue new file mode 100644 index 00000000..113a7168 --- /dev/null +++ b/project/biaopin/AppOrganizationChange/components/history.vue @@ -0,0 +1,93 @@ + + + + + 补录 + + + + + + + + + 编辑 + 删除 + + + + + + + + + diff --git a/project/biaopin/AppOrganizationChange/components/moment.vue b/project/biaopin/AppOrganizationChange/components/moment.vue new file mode 100644 index 00000000..b86dc023 --- /dev/null +++ b/project/biaopin/AppOrganizationChange/components/moment.vue @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + 暂无换届信息 + + + + 开始设置 + + + + + + + diff --git a/project/biaopin/AppOrganizationChange/components/organizationSetting.vue b/project/biaopin/AppOrganizationChange/components/organizationSetting.vue new file mode 100644 index 00000000..24b376c3 --- /dev/null +++ b/project/biaopin/AppOrganizationChange/components/organizationSetting.vue @@ -0,0 +1,195 @@ + + + + + + + + + + + 系统将在下次换届时间开始前,对“换届提醒人”进行提醒。提醒方式包括平台消息推送、短信提醒。 + + {{ org.name }} + {{ $dateFormat(org.createTime) }} + + 三年换届 + 五年换届 + + + + + {{ item.name }} + + + + + + + + + + + + + + + + + + + + + + + + + 取消 + 保存 + + + + + + + + + diff --git a/project/biaopin/AppVillageAuxiliarPolice/AppVillageAuxiliarPolice.vue b/project/biaopin/AppVillageAuxiliarPolice/AppVillageAuxiliarPolice.vue new file mode 100644 index 00000000..27c5937f --- /dev/null +++ b/project/biaopin/AppVillageAuxiliarPolice/AppVillageAuxiliarPolice.vue @@ -0,0 +1,67 @@ + + + + + + + + + + + diff --git a/project/biaopin/AppVillageAuxiliarPolice/components/Add.vue b/project/biaopin/AppVillageAuxiliarPolice/components/Add.vue new file mode 100644 index 00000000..9703ff23 --- /dev/null +++ b/project/biaopin/AppVillageAuxiliarPolice/components/Add.vue @@ -0,0 +1,126 @@ + + + + + + + + + + + + {{ form.areaName }} + + + + + + + + + + 是 + 否 + + + + + + + + + + + + 取消 + 提交 + + + + + + + diff --git a/project/biaopin/AppVillageAuxiliarPolice/components/List.vue b/project/biaopin/AppVillageAuxiliarPolice/components/List.vue new file mode 100644 index 00000000..c4690cbd --- /dev/null +++ b/project/biaopin/AppVillageAuxiliarPolice/components/List.vue @@ -0,0 +1,426 @@ + + + + + + + + + 地区 + + + + + + + + + + + + + + + 添加 + + + + + + + + + + onChange(row.id, e)" + inactive-value="0"> + + + + + + + 编辑 + 删除 + + + + + + + + + + +