เปลี่ยนรอบการปฏิบัติงาน
This commit is contained in:
parent
8f56dd773a
commit
c289880166
2 changed files with 6 additions and 4 deletions
|
|
@ -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
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue