Commit dafa4a9b by member

会员详情去掉手机号码字

parent e0b96a6e
......@@ -185,8 +185,7 @@
</el-table-column>
<el-table-column
prop="orderStatus"
label="订单类型"
>
label="订单类型">
<template slot-scope="scope">
<span v-if="scope.row.orderStatus === 1">销售</span>
<span v-if="scope.row.orderStatus === 2">退货</span>
......
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