From e07b984728e0a97473b2954d097afac4a5c8b80a Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Thu, 27 Jun 2024 15:31:53 +0800 Subject: [PATCH] fix: 限期天数修改 --- pages/actionChange/components/basicInfor.vue | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/pages/actionChange/components/basicInfor.vue b/pages/actionChange/components/basicInfor.vue index 411d2c4..3e1aed5 100644 --- a/pages/actionChange/components/basicInfor.vue +++ b/pages/actionChange/components/basicInfor.vue @@ -66,12 +66,18 @@ <text class="rowTipContenetLabel">������������:</text> <text class="rowTipContenetAll"> <text>{{ dictObj.changeEnum[basicInfor.changeType]||'' }}</text> - <!-- <text>{{ basicInfor.residueDay||'' }}</text> --> </text> </view> </view> </p> <p class="rowTip"> + <view class="rowTipContenet" v-if="basicInfor.changeDay"> + <view class="wholeLine"> + <text class="rowTipContenetLabel">������������:</text> + <text class="rowTipContenetAll"> + {{ basicInfor.changeDay }}��� </text> + </view> + </view> <view class="rowTipContenet"> <view class="wholeLine"> <text class="rowTipContenetLabel">������������:</text> -- Gitblit v1.8.0