API posEmpTemp

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-02-20 17:02:59 +07:00
parent 475e145223
commit 2cd133dce9
7 changed files with 7 additions and 6 deletions

View file

@ -127,7 +127,7 @@ export default {
`${orgEmployeePosTemp}/position/${id}`, `${orgEmployeePosTemp}/position/${id}`,
orgPosMoveEmpTemp: `${orgEmployeePosTemp}/move`, orgPosMoveEmpTemp: `${orgEmployeePosTemp}/move`,
orgProfileEmpTemp: `${orgEmployeePosTemp}/profile`, orgProfileEmpTemp: `${orgEmployeePosTemp}/profile`,
orgSearchProfileEmpTemp: `${orgProfile}-employee-temp/search`, orgSearchProfileEmpTemp: `${orgProfile}-temp/search`,
orgProfileById: (id: string, type: string) => orgProfileById: (id: string, type: string) =>

View file

@ -144,7 +144,7 @@ watch(
<style scoped> <style scoped>
.tree-container { .tree-container {
overflow: auto; overflow: auto;
height: 73vh; height: 76vh;
border: 1px solid #e6e6e7; border: 1px solid #e6e6e7;
border-radius: 10px; border-radius: 10px;
} }

View file

@ -292,7 +292,7 @@ onMounted(() => {
falt falt
bordered bordered
class="q-mt-xs q-gutter-xs scroll" class="q-mt-xs q-gutter-xs scroll"
style="height: 72vh" style="height: 75vh"
> >
<div class="q-pa-sm"> <div class="q-pa-sm">
<TreeTable <TreeTable

View file

@ -95,6 +95,7 @@ const visibleColumnsResult = ref<String[]>([
"name", "name",
"posTypeName", "posTypeName",
"posLevelName", "posLevelName",
"positionName"
]); ]);
const columns = ref<QTableProps["columns"]>([ const columns = ref<QTableProps["columns"]>([
{ {

View file

@ -106,7 +106,7 @@ const listMenu = ref<ListMenu[]>([
]); ]);
const documentItems = ref<DataDocumentList[]>([ const documentItems = ref<DataDocumentList[]>([
{ {
name: "รายงานสรุปจำนวนกรอบอัตรากำลังของลูกจ้างประจำกรุงเทพมหานคร", name: "รายงานสรุปจำนวนกรอบอัตรากำลังของลูกจ้างชั่วคราวกรุงเทพมหานคร",
val: "report4-employee-temp", val: "report4-employee-temp",
}, },
]); ]);

View file

@ -144,7 +144,7 @@ watch(
<style scoped> <style scoped>
.tree-container { .tree-container {
overflow: auto; overflow: auto;
height: 73vh; height: 76vh;
border: 1px solid #e6e6e7; border: 1px solid #e6e6e7;
border-radius: 10px; border-radius: 10px;
} }

View file

@ -292,7 +292,7 @@ onMounted(() => {
falt falt
bordered bordered
class="q-mt-xs q-gutter-xs scroll" class="q-mt-xs q-gutter-xs scroll"
style="height: 72vh" style="height: 75vh"
> >
<div class="q-pa-sm"> <div class="q-pa-sm">
<TreeTable <TreeTable