+ @click="handleAllocation(scope.row,5)" v-hasPermi="['dept:eight:query']">
{{ scope.row.mechanicalStaff }}
{{ scope.row.mechanicalStaff }}
diff --git a/src/views/process/roles/index.vue b/src/views/process/roles/index.vue
index c3a20e5..db67af3 100644
--- a/src/views/process/roles/index.vue
+++ b/src/views/process/roles/index.vue
@@ -66,7 +66,7 @@
icon="el-icon-edit"
v-if="scope.row.reviewerStatus == null"
@click="handleAllocation(scope.row)"
-
+ v-hasPermi="['dept:role:edit']"
>分配人员
人员变更
diff --git a/src/views/process/rolesExamine/index.vue b/src/views/process/rolesExamine/index.vue
index 46d3b20..9756cf3 100644
--- a/src/views/process/rolesExamine/index.vue
+++ b/src/views/process/rolesExamine/index.vue
@@ -65,6 +65,7 @@
type="text"
icon="el-icon-edit"
@click="handleAllocation(scope.row)"
+ v-hasPermi="['dept:check:edit']"
>审核
diff --git a/src/views/process/rolesRemind/index.vue b/src/views/process/rolesRemind/index.vue
index fa1b239..380c76c 100644
--- a/src/views/process/rolesRemind/index.vue
+++ b/src/views/process/rolesRemind/index.vue
@@ -58,6 +58,7 @@
icon="el-icon-edit"
v-if="scope.row.reviewerStatus == null"
@click="handleAllocation(scope.row)"
+ v-hasPermi="['dept:role:edit']"
>分配人员
diff --git a/src/views/report/attReport/record.vue b/src/views/report/attReport/record.vue
index 46ae5ea..bc33c15 100644
--- a/src/views/report/attReport/record.vue
+++ b/src/views/report/attReport/record.vue
@@ -49,7 +49,7 @@