ปรับรูปแบบฟอร์ม ปุ่ม ในระบบบริการเจ้าของข้อมูล
This commit is contained in:
parent
3800ce5547
commit
f08e636d82
16 changed files with 171 additions and 158 deletions
|
|
@ -513,6 +513,7 @@ watch(
|
|||
label="เขียนที่"
|
||||
:rules="[(val) => !!val || 'กรุณากรอกเขียนที่']"
|
||||
lazy-rules
|
||||
hide-bottom-space
|
||||
outlined
|
||||
dense
|
||||
/>
|
||||
|
|
@ -522,6 +523,7 @@ watch(
|
|||
type="textarea"
|
||||
label="กรอกเหตุผล"
|
||||
:rules="[(val) => !!val || 'กรูณากรอกเหตุผล']"
|
||||
hide-bottom-space
|
||||
lazy-rules
|
||||
outlined
|
||||
dense
|
||||
|
|
@ -532,6 +534,7 @@ watch(
|
|||
v-model="formDelete.doc"
|
||||
label="เลือกไฟล์เอกสารหลักฐาน"
|
||||
:rules="[(val) => !!val || 'กรูณา เลือกไฟล์เอกสารหลักฐาน']"
|
||||
hide-bottom-space
|
||||
lazy-rules
|
||||
use-chips
|
||||
dense
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue