Browse Source

feat: 商品管理

2912631854@qq.com 3 months ago
parent
commit
faaba77804
1 changed files with 8 additions and 5 deletions
  1. 8 5
      pages/HotelMerchandise/index.vue

+ 8 - 5
pages/HotelMerchandise/index.vue

@@ -109,6 +109,11 @@
 
 				</view>
 			</view>
+
+			<view class="nodata" v-if='roomType.length==0'>
+				<NoData></NoData>
+			</view>
+
 		</view>
 
 		<!-- 批量按钮 -->
@@ -230,20 +235,18 @@
 			</view>
 		</u-popup>
 		<view class="mainContain">
-			<!-- <view class="nodata" v-if='dataList.length==0'>
-				<NoData></NoData>
-			</view> -->
+
 		</view>
 	</view>
 </template>
 
 <script>
 	import TopTabs from '@/components/TopTabs/topTabs.vue';
-	// import NoData from '../../components/NoData/index.vue';
+	import NoData from '../../components/NoData/index.vue';
 	export default {
 		components: {
 			TopTabs,
-			// NoData
+			NoData
 		},
 		data() {
 			return {