แก้คำ
This commit is contained in:
parent
c3191c2fb4
commit
4fd7f575fa
1 changed files with 4 additions and 4 deletions
|
|
@ -228,12 +228,12 @@ function onSubmit(data: any) {
|
||||||
:readonly="isReadOnly"
|
:readonly="isReadOnly"
|
||||||
ref="titleRef"
|
ref="titleRef"
|
||||||
:rules="[
|
:rules="[
|
||||||
(val) => !!val || 'กรุณากรอกเรื่องอุทธรณ์/ร้องทุกข์',
|
(val) => !!val || 'กรุณากรอกอุทธรณ์/ร้องทุกข์',
|
||||||
]"
|
]"
|
||||||
v-model="formData.title"
|
v-model="formData.title"
|
||||||
dense
|
dense
|
||||||
outlined
|
outlined
|
||||||
label="เรื่องอุทธรณ์/ร้องทุกข์"
|
label="อุทธรณ์/ร้องทุกข์"
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -246,12 +246,12 @@ function onSubmit(data: any) {
|
||||||
:readonly="isReadOnly"
|
:readonly="isReadOnly"
|
||||||
ref="descriptionRef"
|
ref="descriptionRef"
|
||||||
:rules="[
|
:rules="[
|
||||||
(val) => !!val || 'กรุณากรอกรายละเอียดเรื่องร้องทุกข์',
|
(val) => !!val || 'กรุณากรอกรายละเอียดอุทธรณ์/ร้องทุกข์',
|
||||||
]"
|
]"
|
||||||
v-model="formData.description"
|
v-model="formData.description"
|
||||||
dense
|
dense
|
||||||
outlined
|
outlined
|
||||||
label="รายละเอียดเรื่องร้องทุกข์"
|
label="รายละเอียดอุทธรณ์/ร้องทุกข์"
|
||||||
type="textarea"
|
type="textarea"
|
||||||
rows="5"
|
rows="5"
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue