การอนุมัติ รายการเลื่อนเงินเดือนข้าราชการฯ
This commit is contained in:
parent
9bfe0ad6fa
commit
50a128cf64
4 changed files with 31 additions and 13 deletions
|
|
@ -18,6 +18,7 @@ export const useSalaryListSDataStore = defineStore("salaryListStore", () => {
|
|||
|
||||
const remaining = ref<number>(0);
|
||||
|
||||
const statusQuota = ref<string>('')
|
||||
const groupId = ref<string>("");
|
||||
const rootId = ref<string>("");
|
||||
const roundMainCode = ref<string>("");
|
||||
|
|
@ -155,5 +156,6 @@ export const useSalaryListSDataStore = defineStore("salaryListStore", () => {
|
|||
remaining,
|
||||
isClosedRound,
|
||||
roundYear,
|
||||
statusQuota
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue