refactor: stats missing and new tab
This commit is contained in:
parent
453252c4be
commit
448d9156f9
6 changed files with 55 additions and 54 deletions
|
|
@ -1306,11 +1306,11 @@ export default {
|
|||
},
|
||||
|
||||
stats: {
|
||||
Pending: 'Debit Note',
|
||||
Expire: 'Expired',
|
||||
Payment: 'Payment',
|
||||
Receipt: 'Receipt',
|
||||
Succeed: 'Completed',
|
||||
Issued: 'Debit Note',
|
||||
Expired: 'Expired',
|
||||
PaymentPending: 'Payment',
|
||||
PaymentSuccess: 'Receipt',
|
||||
ProcessComplete: 'Completed',
|
||||
},
|
||||
|
||||
viewMode: {
|
||||
|
|
|
|||
|
|
@ -1288,11 +1288,11 @@ export default {
|
|||
},
|
||||
|
||||
stats: {
|
||||
Pending: 'ใบเพิ่มหนี้',
|
||||
Expire: 'พ้นกำหนด',
|
||||
Payment: 'ชำระเงิน',
|
||||
Receipt: 'ใบเสร็จรับเงิน',
|
||||
Succeed: 'เสร็จสิ้น',
|
||||
Issued: 'ใบเพิ่มหนี้',
|
||||
Expired: 'พ้นกำหนด',
|
||||
PaymentPending: 'ชำระเงิน',
|
||||
PaymentSuccess: 'ใบเสร็จรับเงิน',
|
||||
ProcessComplete: 'เสร็จสิ้น',
|
||||
},
|
||||
|
||||
viewMode: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue