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/record.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/company/record.vue b/src/pages/company/record.vue index 39cc94f..837c58b 100644 --- a/src/pages/company/record.vue +++ b/src/pages/company/record.vue @@ -102,8 +102,8 @@ </view> --> </up-list> <view class="tabbtns"> - <up-button color='#fece01' class="text-69" text="纭" :loading='isLoading' loadingText="纭涓�" - @click="saveDakaDetailCompany"></up-button> + <up-button color='#fece01' class="text-69" :text="dakaList.isShenPiName!=='宸茬粨绠�'?'纭':'淇敼'" :loading='isLoading' loadingText="纭涓�" + :loadingText="dakaList.isShenPiName!=='宸茬粨绠�'?'纭涓�':'淇敼涓�'" @click="saveDakaDetailCompany"></up-button> </view> </view> </view> -- Gitblit v1.9.1