From 46e91bad035053a7e2401dba92db443c7f3530e7 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期三, 11 九月 2024 12:31:00 +0800 Subject: [PATCH] # --- pages/mat/matQuery.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/mat/matQuery.vue b/pages/mat/matQuery.vue index dfbc48c..70d1fac 100644 --- a/pages/mat/matQuery.vue +++ b/pages/mat/matQuery.vue @@ -23,7 +23,7 @@ </view> <view class="tag-item">鍟嗗搧缂栧彿锛� {{item.matnr}}</view> <view class="tag-item">鍟嗗搧鍚嶇О锛� {{item.maktx ? item.maktx : '--'}}</view> - <view class="tag-item">鍟嗗搧瑙勬牸锛� {{item.specs ? item.specs : '--'}}</view> + <view class="tag-item">鍟嗗搧浜у湴锛� {{item.origin ? item.origin : '--'}}</view> </view> </view> <uni-load-more v-show="matList.length != 0" :status="status" :icon-size="16" :content-text="contentText" /> -- Gitblit v1.9.1