diff --git a/src/views/pro/supervisorPersonManage/index.vue b/src/views/pro/supervisorPersonManage/index.vue index c222370..5379c7a 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" > 编辑