ปรับโครงสร้างอัตรากำลัง
This commit is contained in:
parent
a808fc06c3
commit
5a78311a75
2 changed files with 3 additions and 3 deletions
|
|
@ -140,7 +140,7 @@ watch(
|
||||||
<q-tr :props="props" class="cursor-pointer">
|
<q-tr :props="props" class="cursor-pointer">
|
||||||
<q-td v-for="col in props.cols" :key="col.name" :props="props">
|
<q-td v-for="col in props.cols" :key="col.name" :props="props">
|
||||||
<div v-if="col.name == 'no'">
|
<div v-if="col.name == 'no'">
|
||||||
{{ props.rowIndex + 1 }}
|
{{ props.rowIndex + 1 == 1 ? "1 (แบบร่าง)":props.rowIndex + 1 == 2 ? "2 (ปัจจุบัน)":props.rowIndex + 1 }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div v-else>
|
<div v-else>
|
||||||
|
|
|
||||||
|
|
@ -218,7 +218,7 @@ function clearForm() {
|
||||||
<q-dialog v-model="modal" full-width persistent>
|
<q-dialog v-model="modal" full-width persistent>
|
||||||
<q-card>
|
<q-card>
|
||||||
<Header
|
<Header
|
||||||
:tittle="'สืบทอดตำแหน่ง'"
|
:tittle="'เลือกตำแหน่งที่ต้องการสืบทอดจากโครงสร้างปัจจุบัน'"
|
||||||
:close="
|
:close="
|
||||||
() => {
|
() => {
|
||||||
modal = false;
|
modal = false;
|
||||||
|
|
@ -236,7 +236,7 @@ function clearForm() {
|
||||||
>
|
>
|
||||||
<q-toolbar style="padding: 0">
|
<q-toolbar style="padding: 0">
|
||||||
<q-toolbar-title class="text-subtitle2 text-bold"
|
<q-toolbar-title class="text-subtitle2 text-bold"
|
||||||
>เลือกหน่วยงาน</q-toolbar-title
|
>เลือกหน่วยงานส่วนราชการ</q-toolbar-title
|
||||||
>
|
>
|
||||||
</q-toolbar>
|
</q-toolbar>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue