#
zjj
2023-11-15 25c4845fb77614a5cc0bbdb8cbebf019e4780783
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" />