From 38130802e3fd55080f518f4128ef20ddfdd907c3 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期二, 10 九月 2024 17:11:14 +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