Ver Fonte

子订单实收金额控制

shipeng há 2 dias atrás
pai
commit
530d766537
1 ficheiros alterados com 1 adições e 1 exclusões
  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">