- 饿百门店号可能是10位或11位

- 重新命名售后单状态
This commit is contained in:
gazebo
2019-05-28 11:15:45 +08:00
parent 0859ca5d9c
commit 4ad695743d
2 changed files with 6 additions and 10 deletions

View File

@@ -113,10 +113,10 @@ var (
OrderStatusFinished: "完成",
OrderStatusCanceled: "取消",
AfsOrderStatusWait4Approve: "售后待审",
AfsOrderStatusNew: "新售后单",
AfsOrderStatusWait4ReceiveGoods: "售后待确认收货",
AfsOrderStatusReceivedGoods: "售后已收",
AfsOrderStatusWait4Approve: "待审",
AfsOrderStatusNew: "已审核",
AfsOrderStatusWait4ReceiveGoods: "退货待确认",
AfsOrderStatusReceivedGoods: "退货已收",
AfsOrderStatusFinished: "售后成功",
AfsOrderStatusFailed: "售后失败",
}