shish 1 год назад
Родитель
Сommit
d0de12698b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ghsApp/src/admin/billing/affirm.vue

+ 1 - 1
ghsApp/src/admin/billing/affirm.vue

@@ -50,7 +50,7 @@
               <view class="operate-view" v-if="isScanEnv" @click="removeFromSave(option.customId)"> <text class="iconfont iconshanchu1"></text>清除花材 </view>
               <view class="operate-view" v-else @click="gobackEvent" style="font-size:32upx;font-weight:bold;"><text class="iconfont icongouwuche" style="margin-right:5upx;"></text>返回修改</view>
               <view class="describe-view">
-                <text>¥{{ allPrice }}</text>
+                <text>¥{{ allPrice }}</text>
                 <text style="margin-left:6upx;">成本 ¥{{ allCount.cost }}</text>
                 <text style="margin-left:6upx;">利润 ¥{{ parseFloat((Number(allPrice)-Number(allCount.cost)).toFixed(2)) }}</text>
               </view>