diff --git a/packages/conv/AppVaccination/AppVaccination.vue b/packages/conv/AppVaccination/AppVaccination.vue
index 255b333d..a98c02b0 100644
--- a/packages/conv/AppVaccination/AppVaccination.vue
+++ b/packages/conv/AppVaccination/AppVaccination.vue
@@ -62,6 +62,7 @@
+
+
\ No newline at end of file
diff --git a/project/pingchang/apps/AppOrganizationChange/components/history.vue b/project/pingchang/apps/AppOrganizationChange/components/history.vue
index a109a175..0ca881e5 100644
--- a/project/pingchang/apps/AppOrganizationChange/components/history.vue
+++ b/project/pingchang/apps/AppOrganizationChange/components/history.vue
@@ -1,13 +1,80 @@
- 历史届次
+
+
+
+
+ 补录
+
+
+
+ 重置
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
-
\ No newline at end of file
diff --git a/project/pingchang/apps/AppOrganizationChange/components/moment.vue b/project/pingchang/apps/AppOrganizationChange/components/moment.vue
index cf98bad6..d1399223 100644
--- a/project/pingchang/apps/AppOrganizationChange/components/moment.vue
+++ b/project/pingchang/apps/AppOrganizationChange/components/moment.vue
@@ -1,13 +1,135 @@
- 当前届次
+
+
+
+
+ 修改
+
+
+
+
+
+
+
+
+
+
+ 添加任职人员
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+ 添加候选人
+
+
+
+
+
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
\ No newline at end of file
diff --git a/project/pingchang/apps/AppRecruitPartyMembers/components/Add.vue b/project/pingchang/apps/AppRecruitPartyMembers/components/Add.vue
index db1160d8..263cc9d7 100644
--- a/project/pingchang/apps/AppRecruitPartyMembers/components/Add.vue
+++ b/project/pingchang/apps/AppRecruitPartyMembers/components/Add.vue
@@ -33,7 +33,7 @@
:maxLength="15"
placeholder="请输入姓名"
v-model="form.name"
-
+
>
@@ -238,15 +238,15 @@
+ rows="2" placeholder="请输入奖励情况"/>
+ rows="2" placeholder="请输入处分情况"/>
+ rows="2" placeholder="请输入简历"/>
-
+
+ rows="2" placeholder="请输入确定为积极分子的根据和意见"/>
+ rows="2" placeholder="请输入培养教育情况及鉴定意见"/>
@@ -323,12 +323,12 @@
{}"
+ :border="true"
+ :tableData="form.starList"
+ :isShowPagination="false"
+ :col-configs="colConfigs1"
+ :stripe="false"
+ @getList="() => {}"
>
@@ -365,7 +365,7 @@
-
+
+ rows="2" placeholder="请输入..."/>
+ rows="2" placeholder="请输入..."/>
+ rows="2" placeholder="请输入..."/>
+ rows="2" placeholder="请输入..."/>
+ rows="2" placeholder="请输入..."/>
+ rows="2" placeholder="请输入..."/>
+ rows="2" placeholder="请输入..."/>
+ rows="2" placeholder="请输入..."/>
-
+
+ rows="2" placeholder="请输入..."/>
+ rows="2" placeholder="请输入..."/>
+ rows="2" placeholder="请输入..."/>
+ rows="2" placeholder="请输入..."/>
+ rows="2" placeholder="请输入..."/>
-
+
+ rows="2" placeholder="请输入..."/>
+ rows="2" placeholder="请输入..."/>
+ rows="2" placeholder="请输入..."/>
+ rows="2" placeholder="请输入..."/>
@@ -667,6 +667,8 @@
diff --git a/project/sass/apps/AppSpecialPrison/components/List.vue b/project/sass/apps/AppSpecialPrison/components/List.vue
index b8c1f96a..3d09fd30 100644
--- a/project/sass/apps/AppSpecialPrison/components/List.vue
+++ b/project/sass/apps/AppSpecialPrison/components/List.vue
@@ -10,25 +10,25 @@
+ v-model="search.name"
+ size="small"
+ placeholder="请输入姓名"
+ clearable
+ v-throttle="() => {search.current = 1, getList()}"
+ @clear="search.current = 1, search.name = '', getList()"
+ suffix-icon="iconfont iconSearch">
+ :tableData="tableData"
+ :col-configs="colConfigs"
+ :total="total"
+ v-loading="loading"
+ style="margin-top: 16px;"
+ :current.sync="search.current"
+ :size.sync="search.size"
+ @getList="getList">
@@ -45,113 +45,106 @@