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 |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/pages/actionChange/components/basicInfor.vue b/pages/actionChange/components/basicInfor.vue
index 87811da..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>
@@ -99,6 +105,16 @@
 							</view>
 						</view>
 					</p>
+					<p class="rowTip">
+						<view class="rowTipContenet" style="width: 100%;">
+							<view class="wholeLine">
+								<text class="rowTipContenetLabel">������������:</text>
+								<text class="rowTipContenetAll" style="white-space: break-spaces;">
+									{{ basicInfor.problemDescribe }}
+								</text>
+							</view>
+						</view>
+					</p>
 					<view class="formItemContent">
 						<u--form labelPosition="left" label-width="75" :border-bottom="false" ref="uForm">
 							<u-form-item border-bottom label="������������:" :border-bottom="false">

--
Gitblit v1.8.0