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