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