增加订单平台已退款状态

This commit is contained in:
ghusermoon 2020-09-21 15:50:26 +08:00
parent c606b9b3ce
commit 31027d10e4

View File

@ -329,6 +329,9 @@ export default {
case 11:
state = '10';
break;
case 12:
state = '5';
break;
default:
break;
}