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

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

View file

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

View file

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

View file

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

View file

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

View file

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