Browse Source

子订单实收金额控制

shipeng 6 tháng trước cách đây
mục cha
commit
530d766537
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/order/groupBuyingMr/dialog/childOrder.vue

+ 1 - 1
src/views/order/groupBuyingMr/dialog/childOrder.vue

@@ -27,7 +27,7 @@
           </el-table-column>
           <el-table-column label="实收金额" align="center" prop="realPrice">
             <template slot-scope="scope">
-              <span>¥{{ scope.row.realPrice }}</span>
+              <span v-if="scope.row.status != 0">¥{{ scope.row.realPrice }}</span>
             </template>
           </el-table-column>
           <el-table-column label="支付方式" align="center" prop="type">