Merge pull request '增加订单平台已退款状态' (#384) from zhy into master

Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/384
This commit is contained in:
hansu 2020-09-21 16:43:31 +08:00
commit 1c14a23d76

View File

@ -140,6 +140,8 @@ export default {
break;
case 11:
state = '已拒绝';
case 12:
state = '已退款';
break;
default:
break;