feat: add ready status of request data

This commit is contained in:
Methapon2001 2025-01-22 14:03:14 +07:00
parent 16e9393315
commit 363779a2bc
7 changed files with 18 additions and 6 deletions

View file

@ -917,6 +917,7 @@ export default {
},
Pending: 'Pending',
Ready: 'Ready',
InProgress: 'In Progress',
Completed: 'Completed',
Canceled: 'Canceled',

View file

@ -908,7 +908,8 @@ export default {
Canceled: 'ยกเลิก',
},
Pending: 'รอดำเนินการ',
InProgress: 'ดำเนินการ',
Ready: 'พร้อมดำเนินการ',
InProgress: 'กำลังดำเนินการ',
Completed: 'เสร็จสิ้น',
Canceled: 'ยกเลิก',