ปรับโครงสร้างอัตรากำลัง

This commit is contained in:
setthawutttty 2024-02-14 17:03:01 +07:00
parent a808fc06c3
commit 5a78311a75
2 changed files with 3 additions and 3 deletions

View file

@ -140,7 +140,7 @@ watch(
<q-tr :props="props" class="cursor-pointer">
<q-td v-for="col in props.cols" :key="col.name" :props="props">
<div v-if="col.name == 'no'">
{{ props.rowIndex + 1 }}
{{ props.rowIndex + 1 == 1 ? "1 (แบบร่าง)":props.rowIndex + 1 == 2 ? "2 (ปัจจุบัน)":props.rowIndex + 1 }}
</div>
<div v-else>

View file

@ -218,7 +218,7 @@ function clearForm() {
<q-dialog v-model="modal" full-width persistent>
<q-card>
<Header
:tittle="'สืบทอดตำแหน่ง'"
:tittle="'เลือกตำแหน่งที่ต้องการสืบทอดจากโครงสร้างปัจจุบัน'"
:close="
() => {
modal = false;
@ -236,7 +236,7 @@ function clearForm() {
>
<q-toolbar style="padding: 0">
<q-toolbar-title class="text-subtitle2 text-bold"
>เลอกหนวยงาน</q-toolbar-title
>เลอกหนวยงานวนราชการ</q-toolbar-title
>
</q-toolbar>