From ec90cbd7680a6f927cb1cea43f33ab7df6d0864c Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期二, 11 十一月 2025 09:23:22 +0800
Subject: [PATCH] -
---
src/pages/company/staff.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/src/pages/company/staff.vue b/src/pages/company/staff.vue
index 2233cb2..0f838b2 100644
--- a/src/pages/company/staff.vue
+++ b/src/pages/company/staff.vue
@@ -18,8 +18,9 @@
{{item.nickname}}
</text>
<view class="chuany-flex chuany-justify-between">
- <up-tag class='c-m-r-10' :text="item.isAdmin?'绠$悊鍛�':'鍛樺伐'" shape="circle"
- type="success" plain plainFill size='mini'></up-tag>
+ <!-- <up-tag class='c-m-r-10' :text="item.isAdmin?'绠$悊鍛�':'鍛樺伐'" shape="circle"
+ type="success" plain plainFill size='mini'></up-tag> -->
+ <up-text :type="item.isAdmin?'success':'info'" :text="item.isAdmin?'绠$悊鍛�':'鍛樺伐'" size='14'></up-text>
</view>
</view>
@@ -31,7 +32,7 @@
<!-- v-if="item.isShenPiName!=='宸茬粨绠�'" -->
<up-button class="button-layout__item" :text="item.isAdmin?'鍙栨秷绠$悊鍛�':'璁句负绠$悊鍛�'"
size="mini" :loading='item.isLoading' :loadingText="item.isAdmin?'鍙栨秷涓�':'璁剧疆涓�'"
- @click.stop='setAdmin(item)' type="primary"></up-button>
+ @click.stop='setAdmin(item)' :type="item.isAdmin?'error':'primary'"></up-button>
</view>
</view>
</view>
--
Gitblit v1.9.1