Browse Source

修改经销商盲票订单预付票售价字段

DELL 3 năm trước cách đây
mục cha
commit
58ba534241
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/order/channel/index.vue

+ 1 - 1
src/views/order/channel/index.vue

@@ -150,7 +150,7 @@
             </el-table-column>
             <el-table-column v-else label="预付票售价(元/包)" min-width="100">
               <template slot-scope="{ row }">
-                <div>{{ $numberFormat(row.pkgPrePrice) }}</div>
+                <div>{{ $numberFormat(row.pkgSalePrice) }}</div>
               </template>
             </el-table-column>
             <el-table-column label="数量" prop="orderNum" min-width="85">