From 321a8a61f3cbc8c0c507d7339e1d46f59ec535c2 Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期一, 09 九月 2024 15:21:24 +0800 Subject: [PATCH] # --- pages/mat/matQuery.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/mat/matQuery.vue b/pages/mat/matQuery.vue index c8316fb..7ae5f5a 100644 --- a/pages/mat/matQuery.vue +++ b/pages/mat/matQuery.vue @@ -22,7 +22,7 @@ </view> </view> <view class="tag-item">鍟嗗搧缂栧彿锛� {{item.matnr}}</view> - <view class="tag-item">鍟嗗搧鍚嶇О锛� {{item.maktx ? item.maktx : '--'}}</view> + <view class="tag-item" style="word-break: break-all;width: 90%;">鍟嗗搧鍚嶇О锛� {{item.maktx ? item.maktx : '--'}}</view> <view class="tag-item">鍟嗗搧瑙勬牸锛� {{item.specs ? item.specs : '--'}}</view> </view> </view> @@ -74,7 +74,7 @@ onShow() { this.baseUrl = uni.getStorageSync('baseUrl'); this.token = uni.getStorageSync('token'); - this.showTag(1) + this.showTag(10009) }, methods: { search() { -- Gitblit v1.9.1