fix insignia type employee / officer
This commit is contained in:
parent
231f0982cd
commit
8c65a8188a
4 changed files with 5 additions and 5 deletions
|
|
@ -41,7 +41,7 @@ export const useInsigniaDataStore = defineStore("insignia", () => {
|
||||||
const employeeClassOps = ref<OptionData[]>([
|
const employeeClassOps = ref<OptionData[]>([
|
||||||
// { name: "ทั้งหมด", id: "all" },
|
// { name: "ทั้งหมด", id: "all" },
|
||||||
{ name: "ข้าราชการ กทม.สามัญ", id: "officer" },
|
{ name: "ข้าราชการ กทม.สามัญ", id: "officer" },
|
||||||
{ name: "ลูกจ้างประจำ", id: "perm" },
|
{ name: "ลูกจ้างประจำ", id: "employee" },
|
||||||
]);
|
]);
|
||||||
|
|
||||||
const isOfficer = ref<boolean>(false);
|
const isOfficer = ref<boolean>(false);
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ export const useBrrowDataStore = defineStore("insigniaBrrow", () => {
|
||||||
const employeeClassOps = ref<OptionData[]>([
|
const employeeClassOps = ref<OptionData[]>([
|
||||||
{ name: "ทั้งหมด", id: "all" },
|
{ name: "ทั้งหมด", id: "all" },
|
||||||
{ name: "ข้าราชการ กทม.สามัญ", id: "officer" },
|
{ name: "ข้าราชการ กทม.สามัญ", id: "officer" },
|
||||||
{ name: "ลูกจ้างประจำ", id: "perm" },
|
{ name: "ลูกจ้างประจำ", id: "employee" },
|
||||||
]);
|
]);
|
||||||
const type = ref<any[]>([]);
|
const type = ref<any[]>([]);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ export const useInsigniaReclaimStore = defineStore("insigniaReclaim", () => {
|
||||||
const employeeClassData = ref<OptionData[]>([
|
const employeeClassData = ref<OptionData[]>([
|
||||||
{ name: "ทั้งหมด", id: "all" },
|
{ name: "ทั้งหมด", id: "all" },
|
||||||
{ name: "ข้าราชการ กทม.สามัญ", id: "officer" },
|
{ name: "ข้าราชการ กทม.สามัญ", id: "officer" },
|
||||||
{ name: "ลูกจ้างประจำ", id: "perm" },
|
{ name: "ลูกจ้างประจำ", id: "employee" },
|
||||||
]);
|
]);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
|
|
@ -213,7 +213,7 @@ const isInsigniaRound = ref<boolean>(false); //สถานะรอบ
|
||||||
|
|
||||||
const roundOps = ref<DataRound[]>(roundData.value); //รอบเครืองราช
|
const roundOps = ref<DataRound[]>(roundData.value); //รอบเครืองราช
|
||||||
const insigniaTypeOps = ref<OptionData[]>(insigniaTypeData.value); //ประเภทเครื่องราช
|
const insigniaTypeOps = ref<OptionData[]>(insigniaTypeData.value); //ประเภทเครื่องราช
|
||||||
const employeeClassOps = ref<OptionData[]>(employeeClassData.value); //ตำแหน่งประเภท
|
const employeeClassOps = ref<OptionData[]>(employeeClassData.value); //ประเภทตำแหน่ง
|
||||||
|
|
||||||
const modalForm = ref<boolean>(false); // modal บันทึกการเรียกคืนเครื่องราชฯ
|
const modalForm = ref<boolean>(false); // modal บันทึกการเรียกคืนเครื่องราชฯ
|
||||||
const isEdit = ref<boolean>(false); // สถานะการแก้ไข
|
const isEdit = ref<boolean>(false); // สถานะการแก้ไข
|
||||||
|
|
@ -515,7 +515,7 @@ onMounted(async () => {
|
||||||
outlined
|
outlined
|
||||||
lazy-rules
|
lazy-rules
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
:label="`${'ตำแหน่งประเภท'}`"
|
:label="`${'ประเภทตำแหน่ง'}`"
|
||||||
emit-value
|
emit-value
|
||||||
use-input
|
use-input
|
||||||
hide-selected
|
hide-selected
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue