From 23725b96a30f30ebf972c40fdff2a56376c4c775 Mon Sep 17 00:00:00 2001
From: lSun <15893999301@qq.com>
Date: Wed, 23 Oct 2024 09:28:18 +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 | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/src/views/process/roles/index.vue b/src/views/process/roles/index.vue
index b373677..77b91e8 100644
--- a/src/views/process/roles/index.vue
+++ b/src/views/process/roles/index.vue
@@ -51,20 +51,23 @@
- 待审核
- 已审核
- 未通过
+
+ 待审核
+ 已审核
+ 未通过
+
+
分配人员
@@ -73,7 +76,7 @@
size="mini"
type="text"
icon="el-icon-edit"
- v-if="scope.row.reviewerStatus == 1 || scope.row.reviewerStatus == 2"
+ v-if="scope.row.userName != null"
@click="handleChange(scope.row)"
v-hasPermi="['dept:role:edit']"
>人员变更