- ปิด sort ของอัตรากำลัง
- ปรับ option ทดลองงาน
This commit is contained in:
parent
4ae9b4a036
commit
9c57d155d4
2 changed files with 7 additions and 5 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue