API posEmpTemp
This commit is contained in:
parent
475e145223
commit
2cd133dce9
7 changed files with 7 additions and 6 deletions
|
|
@ -127,7 +127,7 @@ export default {
|
|||
`${orgEmployeePosTemp}/position/${id}`,
|
||||
orgPosMoveEmpTemp: `${orgEmployeePosTemp}/move`,
|
||||
orgProfileEmpTemp: `${orgEmployeePosTemp}/profile`,
|
||||
orgSearchProfileEmpTemp: `${orgProfile}-employee-temp/search`,
|
||||
orgSearchProfileEmpTemp: `${orgProfile}-temp/search`,
|
||||
|
||||
|
||||
orgProfileById: (id: string, type: string) =>
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@ watch(
|
|||
<style scoped>
|
||||
.tree-container {
|
||||
overflow: auto;
|
||||
height: 73vh;
|
||||
height: 76vh;
|
||||
border: 1px solid #e6e6e7;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -95,6 +95,7 @@ const visibleColumnsResult = ref<String[]>([
|
|||
"name",
|
||||
"posTypeName",
|
||||
"posLevelName",
|
||||
"positionName"
|
||||
]);
|
||||
const columns = ref<QTableProps["columns"]>([
|
||||
{
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@ const listMenu = ref<ListMenu[]>([
|
|||
]);
|
||||
const documentItems = ref<DataDocumentList[]>([
|
||||
{
|
||||
name: "รายงานสรุปจำนวนกรอบอัตรากำลังของลูกจ้างประจำกรุงเทพมหานคร",
|
||||
name: "รายงานสรุปจำนวนกรอบอัตรากำลังของลูกจ้างชั่วคราวกรุงเทพมหานคร",
|
||||
val: "report4-employee-temp",
|
||||
},
|
||||
]);
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@ watch(
|
|||
<style scoped>
|
||||
.tree-container {
|
||||
overflow: auto;
|
||||
height: 73vh;
|
||||
height: 76vh;
|
||||
border: 1px solid #e6e6e7;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue