Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m52s

* develop:
  fix
  add code show salary history
This commit is contained in:
Warunee Tamkoo 2026-02-06 17:33:50 +07:00
commit 726c4fa818
3 changed files with 1 additions and 4 deletions

View file

@ -5,7 +5,7 @@ import type { DataOption } from "@/modules/04_registryPerson/interface/index/Mai
export const useSalaryDataStore = defineStore("salatyDataStore", () => {
// commandCode ขอตำแหน่ง
const salaryCode = ref<number[]>([5, 6, 7]);
const salaryCode = ref<number[]>([5, 6, 7, 19]);
const commandCodeData = ref<DataOption[]>([]);
const posTypeData = ref<DataOption[]>([]); //รายการประเภทตำแหน่ง | กลุ่มงาน

View file

@ -22,7 +22,6 @@ import type {
DataOptionSys,
} from "@/modules/04_registryPerson/interface/index/Main";
import type { ResponseObject } from "@/modules/04_registryPerson/interface/response/Profile";
import { s } from "@fullcalendar/core/internal-common";
/** importComponents*/
const CardNotPermission = defineAsyncComponent(

View file

@ -1,5 +1,3 @@
import type { D } from "@fullcalendar/core/internal-common";
interface Options {
label: string;
value: string;