shish 3 лет назад
Родитель
Сommit
3da0987383
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      hdPad/src/pages/home/components/console.vue

+ 1 - 1
hdPad/src/pages/home/components/console.vue

@@ -8,7 +8,7 @@
 
 	 <view class="active" 
  style="position:fixed;left:36upx;bottom:13upx;width:84upx;height:50upx;line-height:30upx;font-size:13upx;" 
- @click="selectCustom()">选客</view>
+ @click="selectCustom()">选客</view>
 
     <view class="active" @click="toWastage">报损</view>
 	<view class="active" style="background-color:orange;color:white;border-color:orange;height:50upx;line-height:30upx;font-size:14upx;" @click="gatheringFn()">收款</view>