feat: new layout

This commit is contained in:
MoreStrive
2024-06-28 15:39:26 +07:00
parent ab3419bd5f
commit ad962eda86
134 changed files with 4977 additions and 2985 deletions
+4 -3
View File
@@ -1,13 +1,14 @@
export const baseStatus = [
// { title: "All", value: null, key: "" }, // tất cả
// BA yêu cầu sắp xếp theo thứ tự như này ạ
{ title: "All", value: null, key: "" }, // tất cả
{ title: "Processing", value: 1, key: "1" }, // đang xử lý
{ title: "Cancelled", value: 2, key: "2" }, // đã hủy
{ title: "Completed", value: 3, key: "3" }, // hoàn thành
{ title: "Approving", value: 4, key: "4" }, // chờ duyệt
{ title: "Approved", value: 5, key: "5" }, // đã duyệt
{ title: "Activated", value: 6, key: "6" }, // đã kích hoạt
{ title: "Deactivated", value: 7, key: "7" }, // hủy kích hoạt
{ title: "Suspended", value: 8, key: "8" }, // đã đình chỉ
{ title: "Cancelled", value: 2, key: "2" }, // đã hủy
// { title: "Deactivated", value: 7, key: "7" }, // hủy kích hoạt //khoanh: bên BA muốn bỏ trường này
{ title: "Locked", value: 9, key: "9" }, // đã khóa
{ title: "Deleted", value: -1, key: "-1" }, // đã xóa
];