修改售后商家处理页的服务类型展示
This commit is contained in:
parent
fb5ddc3e9a
commit
9557a51e28
@ -146,7 +146,7 @@ export default {
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
getServiceTypeText(type) {
|
getServiceTypeText(type) {
|
||||||
return type === 1 ? '退货退款' : '仅退款';
|
return type === 1 ? '退款' : (type === 2 ? '退货退款' : '换货');
|
||||||
},
|
},
|
||||||
|
|
||||||
// 格式化日期
|
// 格式化日期
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user