เปลี่ยนรอบการปฏิบัติงาน

This commit is contained in:
setthawutttty 2025-06-16 11:04:34 +07:00
parent 8f56dd773a
commit c289880166
2 changed files with 6 additions and 4 deletions

View file

@ -21,6 +21,7 @@ const profileId = ref<string>("");
export const useChangeRoundDataStore = defineStore(
"changeRoundDataStore",
() => {
const roundOp = ref<any>([]);
//ค้นหา คอลัมน์ คอลัมน์ที่แสดง
const visibleColumns = ref<string[]>([
"cardId",
@ -234,6 +235,7 @@ export const useChangeRoundDataStore = defineStore(
totalListMain,
maxPageMain,
roundOp
};
}
);