This commit is contained in:
Warunee Tamkoo 2024-09-12 14:17:08 +07:00
parent f68c4af30b
commit 935c85aba0
2 changed files with 67 additions and 30 deletions

View file

@ -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>