소스 검색

bug 修复

lilei 2 년 전
부모
커밋
b66d24b200
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      pages/index/index.vue

+ 3 - 3
pages/index/index.vue

@@ -52,7 +52,7 @@
 				 </div> -->
 			 </div>
 			 <!-- 货架订单 -->
-			 <view class="sales-list"  v-if="$hasPermissions('M_shelfOrder_mobile')">
+			 <!-- <view class="sales-list"  v-if="$hasPermissions('M_shelfOrder_mobile')">
 			 	<view class="title">
 			 		<text class="title-name" @click="$refs.salesList.refash()">
 			 			货架订单 
@@ -60,10 +60,10 @@
 			 		</text>
 			 		<view class="title-all" @click="toPage('/pages/shelfOrder/shelfOrder')">查看全部<u-icon name="arrow-right" color="rgb(144, 147, 153)" size="28"></u-icon></view>
 			 	</view>
-			 </view>
+			 </view> -->
 		 </view>
 		 <!-- 销售单列表 -->
-		 <listComponent ref="salesList" :height="listHeight"  v-if="$hasPermissions('M_shelfOrder_mobile')" />
+		 <!-- <listComponent ref="salesList" :height="listHeight"  v-if="$hasPermissions('M_shelfOrder_mobile')" /> -->
 	</view>
 </template>
 <script>