no message
This commit is contained in:
parent
17230bee6b
commit
accac04af8
12 changed files with 268 additions and 131 deletions
|
|
@ -88,7 +88,7 @@ onMounted(() => {
|
|||
label="เรียน"
|
||||
/>
|
||||
<q-input
|
||||
class="col-12 col-sm-3"
|
||||
class="col-12 col-sm-4"
|
||||
dense
|
||||
outlined
|
||||
readonly
|
||||
|
|
@ -97,7 +97,7 @@ onMounted(() => {
|
|||
label="ชื่อผู้ยื่นขอ"
|
||||
/>
|
||||
<q-input
|
||||
class="col-12 col-sm-3"
|
||||
class="col-12 col-sm-4"
|
||||
dense
|
||||
outlined
|
||||
readonly
|
||||
|
|
@ -106,7 +106,7 @@ onMounted(() => {
|
|||
label="ตำแหน่งผู้ยื่นขอ"
|
||||
/>
|
||||
<q-input
|
||||
class="col-12 col-sm-3"
|
||||
class="col-12 col-sm-4"
|
||||
dense
|
||||
outlined
|
||||
readonly
|
||||
|
|
@ -115,10 +115,11 @@ onMounted(() => {
|
|||
label="ระดับผู้ยื่นขอ"
|
||||
/>
|
||||
<q-input
|
||||
class="col-12 col-sm-3"
|
||||
class="col-12 text-html"
|
||||
dense
|
||||
outlined
|
||||
readonly
|
||||
type="textarea"
|
||||
bg-color="white"
|
||||
v-model="dataStore.organizationName"
|
||||
label="สังกัดผู้ยื่นขอ"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue