|
@@ -58,7 +58,8 @@ export default defineComponent({
|
|
|
WAIT_PAY: '待领取',
|
|
|
PAYING: '待领取',
|
|
|
PAID: '领取成功',
|
|
|
- CLOSED: '已关闭'
|
|
|
+ CLOSED: '已关闭',
|
|
|
+ REFUNDED: '退回成功',
|
|
|
};
|
|
|
const statusColors: { [_: string]: string } = {
|
|
|
WAIT_PAY: 'rgba(64, 196, 203, 1)',
|
|
@@ -67,7 +68,8 @@ export default defineComponent({
|
|
|
CLOSED: 'rgba(170, 170, 170, 1)',
|
|
|
ING: 'rgba(153, 153, 153, 1)',
|
|
|
REJECT: 'rgba(255, 90, 86, 1)',
|
|
|
- PASS: 'rgba(255, 162, 68, 1)'
|
|
|
+ PASS: 'rgba(255, 162, 68, 1)',
|
|
|
+ REFUNDED: 'rgba(255, 162, 68, 1)'
|
|
|
};
|
|
|
const refundTypes: { [_: string]: string } = {
|
|
|
ING: '退回申请中',
|