From 87bad1af0c203865d318befd9bf3af199896931e Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期一, 09 九月 2024 13:58:05 +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