From 76f165afb5462e1731540f761d04c621aee3cfb7 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期一, 24 三月 2025 09:11:55 +0800
Subject: [PATCH] feat:日志页面查看日志去除皮毛净

---
 subPages/pvcSplicePage/kuguan.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/subPages/pvcSplicePage/kuguan.vue b/subPages/pvcSplicePage/kuguan.vue
index 8a8b0e5..420bcb3 100644
--- a/subPages/pvcSplicePage/kuguan.vue
+++ b/subPages/pvcSplicePage/kuguan.vue
@@ -25,6 +25,9 @@
 								</view>
 							</view>
 							<view class="fourth">
+								<text v-if="pageData.containerNumber">闆嗚绠卞彿锛歿{ pageData.containerNumber}}</text>
+							</view>
+							<view class="fourth">
 								<view class="fourth-icon">
 									<view
 										style="width: 24rpx;height: 24rpx;line-height: 24rpx;background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/clock.png') no-repeat;background-size: cover">
@@ -243,7 +246,7 @@
 					}else{
 					  this.$u.toast('鎿嶄綔鎴愬姛');
 					  setTimeout(() => {
-						this.init();
+						// this.init();
 						uni.switchTab({
 								url: '/pages/tabbar-page/index-tabbar/index-tabbar'
 							})

--
Gitblit v1.9.1