#
LSH
2023-12-16 3911b985cc7cd41fdb2c9061d8c83f4bf7a4880e
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" />