diff --git a/src/views/pro/supervisor/admission/index.vue b/src/views/pro/supervisor/admission/index.vue
index 1d608d6..8efceee 100644
--- a/src/views/pro/supervisor/admission/index.vue
+++ b/src/views/pro/supervisor/admission/index.vue
@@ -100,6 +100,7 @@
size="mini"
type="text"
@click="onHandleAuditing(scope.row)"
+ v-hasPermi="['admin:audit:supervisor:person']"
v-if="scope.row.intoStatus == 1 || scope.row.intoStatus == 2"
>
审核
diff --git a/src/views/pro/supervisor/exit/index.vue b/src/views/pro/supervisor/exit/index.vue
index a831740..2e04a73 100644
--- a/src/views/pro/supervisor/exit/index.vue
+++ b/src/views/pro/supervisor/exit/index.vue
@@ -100,6 +100,7 @@
size="mini"
type="text"
@click="onHandleAuditing(scope.row)"
+ v-hasPermi="['out:audit:supervisor:person']"
v-if="scope.row.outStatus == 1 || scope.row.outStatus == 2"
>
审核
diff --git a/src/views/pro/supervisorPersonManage/index.vue b/src/views/pro/supervisorPersonManage/index.vue
index 87d8d19..508c5d6 100644
--- a/src/views/pro/supervisorPersonManage/index.vue
+++ b/src/views/pro/supervisorPersonManage/index.vue
@@ -31,14 +31,14 @@
icon="el-icon-plus"
size="mini"
@click="handleAdd"
- v-hasPermi="['system:addPersonnel:query']"
+ v-hasPermi="['add:supervisor:person']"
>
新增
-
+
@@ -112,6 +112,7 @@
size="mini"
type="text"
@click="onHandleAudit(scope.row)"
+ v-hasPermi="['submit:auditing:supervisor:person']"
v-if="scope.row.intoStatus == 0 || scope.row.intoStatus == 5"
>
提交审核
@@ -120,6 +121,7 @@
size="mini"
type="text"
@click="handleEdit(scope.row)"
+ v-hasPermi="['edit:supervisor:person']"
v-if="scope.row.intoStatus == 0 || scope.row.intoStatus == 5"
>
编辑
@@ -128,6 +130,7 @@
size="mini"
type="text"
@click="handleRetract(scope.row)"
+ v-hasPermi="['retract:auditing:supervisor:person']"
v-if="scope.row.intoStatus == 1 || scope.row.intoStatus == 2"
>
撤回
@@ -136,6 +139,7 @@
size="mini"
type="text"
@click="auditRecord(scope.row)"
+ v-hasPermi="['system:audit:query']"
v-if="scope.row.intoStatus == 3 || scope.row.intoStatus == 4"
>
审核记录
diff --git a/src/views/pro/supervisorPersonManage/personnelAppearance/index.vue b/src/views/pro/supervisorPersonManage/personnelAppearance/index.vue
index b9356ef..698833c 100644
--- a/src/views/pro/supervisorPersonManage/personnelAppearance/index.vue
+++ b/src/views/pro/supervisorPersonManage/personnelAppearance/index.vue
@@ -114,10 +114,13 @@
type="text"
@click="handleWithdraw(scope.row)"
v-if="scope.row.outStatus == 2 || scope.row.outStatus == 1"
+ v-hasPermi="['retract:out:supervisor:person']"
>
撤回
- 审核记录
+
+ 审核记录
+
@@ -466,11 +469,7 @@ export default {
form: {},
statusDict: [
{
- label: '待提交',
- value: 0,
- },
- {
- label: '已提交',
+ label: '待审核',
value: 1,
},
{
@@ -478,13 +477,17 @@ export default {
value: 2,
},
{
- label: '驳回',
- value: 4,
- },
- {
- label: '撤回',
- value: 5,
+ label: '通过',
+ value: 3,
},
+ // {
+ // label: '驳回',
+ // value: 4,
+ // },
+ // {
+ // label: '撤回',
+ // value: 5,
+ // },
],
auditStatusDict: {
1: '待审批',
diff --git a/src/views/pro/supervisorPersonManage/personnelInformation/index.vue b/src/views/pro/supervisorPersonManage/personnelInformation/index.vue
index 83553f1..9b2a6ee 100644
--- a/src/views/pro/supervisorPersonManage/personnelInformation/index.vue
+++ b/src/views/pro/supervisorPersonManage/personnelInformation/index.vue
@@ -24,7 +24,7 @@
-
+
出场