From 4eef04aa662cf4f8fbde60ca99c0011b6203c558 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期三, 11 九月 2024 14:26:44 +0800 Subject: [PATCH] 增加管理员等功能 --- src/pages/company/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/company/index.vue b/src/pages/company/index.vue index 6ed5e73..eb0c0ad 100644 --- a/src/pages/company/index.vue +++ b/src/pages/company/index.vue @@ -79,8 +79,8 @@ </view> <view class="chuany-width48 c-p-t-14"> <view class="chuany-width10"> - <up-button class="button-layout__item" text="纭" size="mini" - :loading='item.isLoading' loadingText="纭涓�" + <up-button class="button-layout__item" :text="item.isShenPiName!=='宸茬粨绠�'?'纭':'淇敼'" size="mini" + :loading='item.isLoading' :loadingText="item.isShenPiName!=='宸茬粨绠�'?'纭涓�':'淇敼涓�'" @tap.stop='saveDakaDetailCompany(item)' type="warning"></up-button> </view> </view> -- Gitblit v1.9.1