From d7766c4312a27ac843bac7fd35ea724bdae2af4a Mon Sep 17 00:00:00 2001 From: cuiqian2004 <cuiqian2004@163.com> Date: 星期二, 09 七月 2024 19:23:27 +0800 Subject: [PATCH] test --- pages/modal/3200.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/modal/3200.vue b/pages/modal/3200.vue index a50a827..acea277 100644 --- a/pages/modal/3200.vue +++ b/pages/modal/3200.vue @@ -201,9 +201,9 @@ <view class="view-floor"> <button type="default" @click="cancel" class="btn_cancel" - :style="{'width':param.ListPage.Page_Button.length>0?'39.5%':'48.5%'}">鍏抽棴</button> + :style="{'width':param.ListPage.Page_Button.length>0?'39.5%':'48.5%'}">{{translateSys("close")}}</button> <button type="default" @click="Refresh" class="btn_refresh" - :style="{'width':param.ListPage.Page_Button.length>0?'39.5%':'48.5%'}">鍒锋柊</button> + :style="{'width':param.ListPage.Page_Button.length>0?'39.5%':'48.5%'}">{{translateSys("refresh")}}</button> <view class="uni-padding-wrap" v-if="param.ListPage.Page_Button.length>0"> <view class="uni-btn-v"> <a @tap="actionSheetTap"> -- Gitblit v1.9.1