refactor(recruiting): add filter to compete and disable Page import
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m48s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m48s
This commit is contained in:
parent
d3936e56b2
commit
6392659c23
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ const optionsStatus = ref<ExamResultOption[]>([
|
|||
{ label: "ขาดสอบ", value: "missed_exam" },
|
||||
{ label: "ผ่าน", value: "pass" },
|
||||
{ label: "ไม่ผ่าน", value: "notpass" },
|
||||
{ label: "อื่น ๆ", value: "other" },
|
||||
]);
|
||||
|
||||
const emit = defineEmits([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue