diff --git a/src/views/pro/supervisorPersonManage/index.vue b/src/views/pro/supervisorPersonManage/index.vue index e2674d6..a1377f3 100644 --- a/src/views/pro/supervisorPersonManage/index.vue +++ b/src/views/pro/supervisorPersonManage/index.vue @@ -122,7 +122,7 @@ type="text" @click="handleEdit(scope.row)" v-hasPermi="['edit:supervisor:person']" - v-if="scope.row.intoStatus == 0 || scope.row.intoStatus == 5" + v-if="scope.row.intoStatus == 0 || scope.row.intoStatus == 4 || scope.row.intoStatus == 5" > 编辑