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}`,
|
`${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) =>
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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"]>([
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue