closed#1874: remove position level in registry of employee temp
This commit is contained in:
parent
875f2c381b
commit
e51bfda179
1 changed files with 10 additions and 6 deletions
|
|
@ -757,6 +757,14 @@ function getClass(n: any) {
|
|||
};
|
||||
}
|
||||
|
||||
const titleName = computed(() => {
|
||||
return route.name === "registry-employeeId"
|
||||
? "ทะเบียนประวัติลูกจ้างชั่วคราว"
|
||||
: route.name === "registryNewEmployeeByid"
|
||||
? "ทะเบียนประวัติลูกจ้างประจำ กทม."
|
||||
: "ทะเบียนประวัติ";
|
||||
});
|
||||
|
||||
onMounted(async () => {
|
||||
await fetchDataPersonal();
|
||||
});
|
||||
|
|
@ -775,11 +783,7 @@ onMounted(async () => {
|
|||
class="q-mr-sm"
|
||||
@click="router.go(-1)"
|
||||
/>
|
||||
{{
|
||||
route.name === "registry-employeeId"
|
||||
? "ทะเบียนประวัติลูกจ้างชั่วคราว"
|
||||
: "ทะเบียนประวัติ"
|
||||
}}
|
||||
{{ titleName }}
|
||||
</div>
|
||||
<q-space />
|
||||
|
||||
|
|
@ -987,7 +991,7 @@ onMounted(async () => {
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-4">
|
||||
<div class="col-4" v-if="route.name != 'registry-employeeId'">
|
||||
<div class="col-sm-3 col-md-3">
|
||||
<div class="col text-grey-6 text-caption">
|
||||
{{ empType === "" ? "ระดับ" : "ระดับชั้นงาน" }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue