Commit 08f4aa32 by member

修改pos会员订单类型状态4为退换货

parent e2fb60a9
......@@ -109,9 +109,9 @@
</el-table-column>
<el-table-column prop="orderStatus" label="订单类型">
<template slot-scope="scope">
<span v-if="scope.row.orderStatus === 1">销售</span>
<span v-if="scope.row.orderStatus === 2">退货</span>
<span v-if="scope.row.orderStatus === 3">退换货</span>
<span v-if="scope.row.orderStatus == 1">销售</span>
<span v-if="scope.row.orderStatus == 2">退货</span>
<span v-if="scope.row.orderStatus == 4">退换货</span>
</template>
</el-table-column>
<el-table-column prop="paidAmount" label="成交金额"> </el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment