From 7952797c47a0a5149435d448eafd268091732e74 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Fri, 08 Mar 2024 13:09:22 +0800
Subject: [PATCH] fix:整改附件必填
---
pages/actionChange/agencyPage/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pages/actionChange/agencyPage/index.vue b/pages/actionChange/agencyPage/index.vue
index 46d84cb..a4694dc 100644
--- a/pages/actionChange/agencyPage/index.vue
+++ b/pages/actionChange/agencyPage/index.vue
@@ -117,7 +117,7 @@
<p class="rowTip">
<view class="wholeLine">
<text class="rowTipContenetLabel">������������:</text>
- <text class="rowTipContenetAll">{{ item.pollutePosition }}</text>
+ <u--text class="rowTipContenetAll" :lines="1" :text="item.pollutePosition"></u--text>
</view>
</p>
</view>
--
Gitblit v1.8.0