Răsfoiți Sursa

分类显示

shish 2 ani în urmă
părinte
comite
2d9cc63a0b
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      ghsApp/src/admin/item/list2.vue

+ 1 - 1
ghsApp/src/admin/item/list2.vue

@@ -22,9 +22,9 @@
 					lower-threshold="120" @scrolltolower="globalScrollBottom">
 					<block v-if="!$util.isEmpty(globalItemData)">
 						<view class="item_list_bx selectAll">
-							<view class="item_list_title"></view>
 							<view v-if="!$util.isEmpty(globalItemData)">
 								<template v-for="(productItem, productIndex) in globalItemData">
+									<view class="item_list_title" v-if="productItem.className && productItem.className!=''">{{ productItem.className }}</view>
 									<view style="height:255upx" :key="productIndex">
 										<ItemStock :info="productItem" @moreAction="moreAction" 
 										@doPrintLabel="doPrintLabel" @cancelDiscountFn="cancelDiscountFn" @cancelFullOff="cancelFullOff"