fix insignia
This commit is contained in:
parent
e279f2fbb0
commit
2f4b1d198f
10 changed files with 26 additions and 23 deletions
|
|
@ -105,7 +105,7 @@ export const useBrrowDataStore = defineStore("insigniaBrrow", () => {
|
|||
/**
|
||||
* function ค้นหาข้อมูล Table
|
||||
* @param type ประเภทเครื่องราช
|
||||
* @param employeeClass สถานภาพ
|
||||
* @param employeeClass ประเภทตำแหน่ง
|
||||
*/
|
||||
function searchDatatable(type: string, employeeClass: string) {
|
||||
if (type !== "" && employeeClass !== "all") {
|
||||
|
|
@ -144,8 +144,8 @@ export const useBrrowDataStore = defineStore("insigniaBrrow", () => {
|
|||
};
|
||||
|
||||
/**
|
||||
* function convert สถานภาพ
|
||||
* @param val สถานภาพ
|
||||
* function convert ประเภทตำแหน่ง
|
||||
* @param val ประเภทตำแหน่ง
|
||||
*/
|
||||
function profileType(val: string) {
|
||||
const newVal = val.toLocaleLowerCase();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue