Procházet zdrojové kódy

Merge branch 'master' of http://git.zthymaoyi.com/gdc/yiliangyiyun-app

gjy před 2 roky
rodič
revize
f7cb9935f0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      pages/user/contractLook/inventoryCost.vue

+ 1 - 1
pages/user/contractLook/inventoryCost.vue

@@ -3,7 +3,7 @@
 		<view @click='goposition(item)' class="cost-list" v-for="(item,index) in costList">
 			<view style="display: flex;justify-content: space-between;">
 				<view class="title">{{item.warehouseName}}</view>
-				<view class="button" @click="toDetail(item.warehouseName)">详细记录</view>
+				<!-- <view class="button" @click="toDetail(item.warehouseName)">详细记录</view> -->
 			</view>
 
 			<view class="goods-table">