修改售后商家处理页的服务类型展示

This commit is contained in:
赵毅 2025-09-12 11:03:23 +08:00
parent fb5ddc3e9a
commit 9557a51e28

View File

@ -146,7 +146,7 @@ export default {
}, },
methods: { methods: {
getServiceTypeText(type) { getServiceTypeText(type) {
return type === 1 ? '退货退款' : '仅退款'; return type === 1 ? '退款' : (type === 2 ? '退货退款' : '换货');
}, },
// //