体检管理添加体检反馈功能-1
This commit is contained in:
+1
-1
@@ -86,7 +86,7 @@ layout("/layouts/platform.html"){
|
|||||||
<el-radio-button :label="0">未选择</el-radio-button>
|
<el-radio-button :label="0">未选择</el-radio-button>
|
||||||
</el-radio-group>
|
</el-radio-group>
|
||||||
<el-button type="primary" size="small" @click="openHealthFeedback"
|
<el-button type="primary" size="small" @click="openHealthFeedback"
|
||||||
v-if="$auth.hasRoleOr(['BRANCH_UNION_ADMIN'])">体检反馈</el-button>
|
v-if="$auth.hasRoleOr(['BRANCH_UNION_CHAIRMAN'])">体检反馈</el-button>
|
||||||
<el-button type="primary" size="small" @click="openImport"
|
<el-button type="primary" size="small" @click="openImport"
|
||||||
v-if="$auth.hasPermissionOr(['healthCheckup.list.import'])">导入名单
|
v-if="$auth.hasPermissionOr(['healthCheckup.list.import'])">导入名单
|
||||||
</el-button>
|
</el-button>
|
||||||
|
|||||||
Reference in New Issue
Block a user