Browse Source

分类显示

shish 2 years ago
parent
commit
2d9cc63a0b
1 changed files with 1 additions and 1 deletions
  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">
 					lower-threshold="120" @scrolltolower="globalScrollBottom">
 					<block v-if="!$util.isEmpty(globalItemData)">
 					<block v-if="!$util.isEmpty(globalItemData)">
 						<view class="item_list_bx selectAll">
 						<view class="item_list_bx selectAll">
-							<view class="item_list_title"></view>
 							<view v-if="!$util.isEmpty(globalItemData)">
 							<view v-if="!$util.isEmpty(globalItemData)">
 								<template v-for="(productItem, productIndex) in 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">
 									<view style="height:255upx" :key="productIndex">
 										<ItemStock :info="productItem" @moreAction="moreAction" 
 										<ItemStock :info="productItem" @moreAction="moreAction" 
 										@doPrintLabel="doPrintLabel" @cancelDiscountFn="cancelDiscountFn" @cancelFullOff="cancelFullOff"
 										@doPrintLabel="doPrintLabel" @cancelDiscountFn="cancelDiscountFn" @cancelFullOff="cancelFullOff"