From b26efdb5969c6b4b61e76a49e4994c665ed5dace Mon Sep 17 00:00:00 2001 From: lSun <15893999301@qq.com> Date: Mon, 21 Oct 2024 13:32:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E7=A8=8B=E7=9B=B8=E5=85=B3-=E5=88=86?= =?UTF-8?q?=E5=85=AC=E5=8F=B8=E9=A1=B9=E7=9B=AE=E9=83=A8=E6=96=B0=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/process/roles/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/process/roles/index.vue b/src/views/process/roles/index.vue index 8f7d592..b373677 100644 --- a/src/views/process/roles/index.vue +++ b/src/views/process/roles/index.vue @@ -51,9 +51,9 @@ @@ -64,7 +64,7 @@ size="mini" type="text" icon="el-icon-edit" - v-if="scope.row.userName == null" + v-if="scope.row.reviewerStatus == null" @click="handleAllocation(scope.row)" v-hasPermi="['dept:role:edit']" >分配人员 @@ -73,7 +73,7 @@ size="mini" type="text" icon="el-icon-edit" - v-if="scope.row.userName != null" + v-if="scope.row.reviewerStatus == 1 || scope.row.reviewerStatus == 2" @click="handleChange(scope.row)" v-hasPermi="['dept:role:edit']" >人员变更