shish 1 年之前
父节点
当前提交
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>