diff --git a/src/main/resources/views/platform/zhgh/dayofficework/healthCheckup/listMange/index.html b/src/main/resources/views/platform/zhgh/dayofficework/healthCheckup/listMange/index.html
index 0e44a1e5..9ad068fe 100644
--- a/src/main/resources/views/platform/zhgh/dayofficework/healthCheckup/listMange/index.html
+++ b/src/main/resources/views/platform/zhgh/dayofficework/healthCheckup/listMange/index.html
@@ -1,7 +1,12 @@
-
+
@@ -76,7 +81,7 @@ layout("/layouts/platform.html"){
未选择
体检反馈
+ v-if="$auth.hasRoleOr(['BRANCH_UNION_CHAIRMAN'])">问题反馈
导入名单
@@ -215,7 +220,7 @@ layout("/layouts/platform.html"){
-
@@ -226,8 +231,8 @@ layout("/layouts/platform.html"){
取消
保存
-
-
+
+
删除
@@ -428,7 +433,7 @@ layout("/layouts/platform.html"){
validateHealthFeedbackCondition() {
// 反馈必须绑定当前筛选的年度和体检项目;分工会未选时由后端自动回落到当前登录人所属分工会。
if (!this.pageForm.year || !this.pageForm.projectId) {
- this.notifyWarning("请先选择年度、体检项目后再打开体检反馈")
+ this.notifyWarning("请先选择年度、体检项目后再打开问题反馈")
return false
}
return true