- ปิด sort ของอัตรากำลัง

- ปรับ option ทดลองงาน
This commit is contained in:
Warunee Tamkoo 2024-02-22 11:45:47 +07:00
parent 4ae9b4a036
commit 9c57d155d4
2 changed files with 7 additions and 5 deletions

View file

@ -34,7 +34,7 @@ const probationlist = ref<any>([]);
const filterKeyword = ref<string>("");
const fillterStatus = ref<any>([]);
const filterKeyword2 = ref<string>("");
const Opfillter2 = ref<any[]>([]);
const Opfillter2 = ref<OpfillterType[]>([{ id: 0, value: "ทั้งหมด" }]);
const storeFn = useTransferDataStore();
const mixin = useCounterMixin();