From 938f1a8ac03c6302e808132849e7a1dc253c15c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E4=B8=89=E7=82=AE?= <15856818120@163.com> Date: Thu, 19 Jun 2025 14:56:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A6=85=E9=81=93bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pro/supervisorPersonManage/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" > 编辑