ปรับระบบพ้นจากราชการ
This commit is contained in:
parent
d043396010
commit
615b280979
26 changed files with 577 additions and 733 deletions
|
|
@ -1,10 +1,12 @@
|
|||
import { defineStore } from "pinia";
|
||||
import { ref, computed, reactive, watch } from "vue";
|
||||
|
||||
import type { DataStatus } from "@/modules/06_retirement/interface/index/Main";
|
||||
|
||||
export const useDataStore = defineStore("resign", () => {
|
||||
const mainTabs = ref<string>("1");
|
||||
const mainTabsEMP = ref<string>("1");
|
||||
const baseOptionStatus = ref<any[]>([
|
||||
const baseOptionStatus = ref<DataStatus[]>([
|
||||
{
|
||||
name: "รอดำเนินการ",
|
||||
value: "WAITTING",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue