shish %!s(int64=2) %!d(string=hai) anos
pai
achega
2d9cc63a0b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"