updated
This commit is contained in:
parent
f68c4af30b
commit
935c85aba0
2 changed files with 67 additions and 30 deletions
|
|
@ -73,7 +73,17 @@ watch(
|
|||
<q-card-section class="q-pt-none">
|
||||
<div class="row items-center q-col-gutter-sm">
|
||||
<div class="col-12">
|
||||
<q-label>เนื้อหาคำสั่งส่วนต้น</q-label>
|
||||
<q-input
|
||||
type="textarea"
|
||||
class="full-width inputgreen cursor-pointer"
|
||||
hide-bottom-space
|
||||
outlined
|
||||
dense
|
||||
lazy-rules
|
||||
v-model="textHeader"
|
||||
label="เนื้อหาคำสั่งส่วนต้น"
|
||||
/>
|
||||
<!-- <q-label>เนื้อหาคำสั่งส่วนต้น</q-label>
|
||||
<q-field
|
||||
class="q_field_p_none"
|
||||
ref="fieldRef"
|
||||
|
|
@ -90,11 +100,22 @@ watch(
|
|||
@input="(e:any) => handleInput(e, 'textHeader')"
|
||||
/>
|
||||
</template>
|
||||
</q-field>
|
||||
</q-field> -->
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<q-label>เนื้อหาคำสั่งส่วนกลาง</q-label>
|
||||
<q-input
|
||||
type="textarea"
|
||||
class="full-width inputgreen cursor-pointer"
|
||||
hide-bottom-space
|
||||
outlined
|
||||
dense
|
||||
lazy-rules
|
||||
v-model="textBody"
|
||||
label="เนื้อหาคำสั่งส่วนกลาง"
|
||||
/>
|
||||
|
||||
<!-- <q-label>เนื้อหาคำสั่งส่วนกลาง</q-label>
|
||||
<q-field
|
||||
class="q_field_p_none"
|
||||
ref="fieldRef"
|
||||
|
|
@ -111,11 +132,21 @@ watch(
|
|||
@input="(e:any) => handleInput(e, 'textBody')"
|
||||
/>
|
||||
</template>
|
||||
</q-field>
|
||||
</q-field> -->
|
||||
</div>
|
||||
|
||||
<div class="col-12">
|
||||
<q-label>เนื้อหาคำสั่งส่วนท้าย</q-label>
|
||||
<q-input
|
||||
type="textarea"
|
||||
class="full-width inputgreen cursor-pointer"
|
||||
hide-bottom-space
|
||||
outlined
|
||||
dense
|
||||
lazy-rules
|
||||
v-model="textFooter"
|
||||
label="เนื้อหาคำสั่งส่วนท้าย"
|
||||
/>
|
||||
<!-- <q-label>เนื้อหาคำสั่งส่วนท้าย</q-label>
|
||||
<q-field
|
||||
class="q_field_p_none"
|
||||
ref="fieldRef"
|
||||
|
|
@ -132,7 +163,7 @@ watch(
|
|||
@input="(e:any) => handleInput(e, 'textFooter')"
|
||||
/>
|
||||
</template>
|
||||
</q-field>
|
||||
</q-field> -->
|
||||
</div>
|
||||
</div>
|
||||
</q-card-section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue