แก้คำ
This commit is contained in:
parent
b16e14c75e
commit
9fa2d6c543
1 changed files with 5 additions and 5 deletions
|
|
@ -167,7 +167,7 @@ function validateForm() {
|
||||||
} else {
|
} else {
|
||||||
dialogMessageNotify(
|
dialogMessageNotify(
|
||||||
$q,
|
$q,
|
||||||
"กรุณาเพิ่มผู้ยื่นอุทธณ์/ร้องทุกข์ อย่างน้อย 1 บุคคล"
|
"กรุณาเพิ่มผู้ยื่นอุทธรณ์/ร้องทุกข์ อย่างน้อย 1 บุคคล"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
@ -408,7 +408,7 @@ onMounted(() => {
|
||||||
<div
|
<div
|
||||||
class="col-xs-12 col-sm-12 text-weight-medium bg-grey-1 q-py-xs q-px-md"
|
class="col-xs-12 col-sm-12 text-weight-medium bg-grey-1 q-py-xs q-px-md"
|
||||||
>
|
>
|
||||||
ผู้ยื่นอุทธณ์/ร้องทุกข์
|
ผู้ยื่นอุทธรณ์/ร้องทุกข์
|
||||||
<q-btn
|
<q-btn
|
||||||
v-if="!isReadonly"
|
v-if="!isReadonly"
|
||||||
size="12px"
|
size="12px"
|
||||||
|
|
@ -420,7 +420,7 @@ onMounted(() => {
|
||||||
icon="mdi-plus"
|
icon="mdi-plus"
|
||||||
@click="toggleModal"
|
@click="toggleModal"
|
||||||
>
|
>
|
||||||
<q-tooltip>เพิ่มผู้ยื่นอุทธณ์/ร้องทุกข์</q-tooltip>
|
<q-tooltip>เพิ่มผู้ยื่นอุทธรณ์/ร้องทุกข์</q-tooltip>
|
||||||
</q-btn>
|
</q-btn>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12"><q-separator /></div>
|
<div class="col-12"><q-separator /></div>
|
||||||
|
|
@ -681,9 +681,9 @@ onMounted(() => {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<DialogAddPersonal
|
<DialogAddPersonal
|
||||||
title="ผู้ยื่นอุทธณ์/ร้องทุกข์"
|
title="ผู้ยื่นอุทธรณ์/ร้องทุกข์"
|
||||||
:modal="modalPerson"
|
:modal="modalPerson"
|
||||||
btn-title="เพิ่มรายชื่อผู้ยื่นอุทธณ์/ร้องทุกข์"
|
btn-title="เพิ่มรายชื่อผู้ยื่นอุทธรณ์/ร้องทุกข์"
|
||||||
:close="toggleModal"
|
:close="toggleModal"
|
||||||
:save="addPerson"
|
:save="addPerson"
|
||||||
:selected-data="mainStore.rowsAdd"
|
:selected-data="mainStore.rowsAdd"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue