From 1efddcad6113f5641f85c1e1416a66630a30d60a Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期一, 29 七月 2024 13:44:27 +0800
Subject: [PATCH] #
---
pages/mat/matQuery2.vue | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/pages/mat/matQuery2.vue b/pages/mat/matQuery2.vue
index c8316fb..c845f09 100644
--- a/pages/mat/matQuery2.vue
+++ b/pages/mat/matQuery2.vue
@@ -2,13 +2,13 @@
<view>
<!-- 鎼滅储妗� -->
<view class="search-bar">
- <uni-search-bar v-model="condition" placeholder=" 鎵爜 / 杈撳叆" bgColor="#EEEEEE" @confirm="search" />
+ <uni-search-bar v-model="condition" placeholder=" 鎺冪⒓ / 杓稿叆" bgColor="#EEEEEE" @confirm="search" />
</view>
<scroll-view>
<view class="tag-list" v-for="(item,i) in tagList" :key="i" @click="showTag(item.id)">
<view class="tag">
<view style="display: flex;">
- <view class="wms-tag" :style="baColor" >鍒嗙被</view>
+ <view class="wms-tag" :style="baColor" >鍒嗛</view>
</view>
</view>
<view class="tag-item">{{item.name}}</view>
@@ -21,9 +21,9 @@
<view class="wms-tag" :style="baColor" >鍟嗗搧</view>
</view>
</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.matnr}}</view>
+ <view class="tag-item">鍟嗗搧鍚嶇ū锛� {{item.maktx ? item.maktx : '--'}}</view>
+ <view class="tag-item">鍟嗗搧瑕忔牸锛� {{item.specs ? item.specs : '--'}}</view>
</view>
</view>
<uni-load-more v-show="matList.length != 0" :status="status" :icon-size="16" :content-text="contentText" />
@@ -41,14 +41,14 @@
curr:1,
tag: '鍒嗙被',
baColor: "background-color: #0081ff;",
- desc: '鍟嗗搧缂栧彿:',
+ desc: '鍟嗗搧绶ㄨ櫉:',
baseUrl: '',
token: '',
status: 'more',
contentText: {
- contentdown: '涓婃媺鍔犺浇鏇村',
- contentrefresh: '鍔犺浇涓�',
- contentnomore: '娌℃湁鏇村'
+ contentdown: '涓婃媺鍔犺級鏇村',
+ contentrefresh: '鍔犺級涓�',
+ contentnomore: '娌掓湁鏇村'
},
// 褰撳墠tagId
tagIdNow: 1
--
Gitblit v1.9.1