ปรับ Dialog Digital Sing
This commit is contained in:
parent
bd75a1e97f
commit
1895ca421a
1 changed files with 2 additions and 2 deletions
|
|
@ -707,7 +707,7 @@ onMounted(async () => {
|
|||
<q-dialog v-model="modalComment" persistent>
|
||||
<q-card style="min-width: 40%">
|
||||
<q-form greedy @submit.prevent @validation-success="onSubmitComment">
|
||||
<DialogHeader :tittle="'แสดงความเห็น'" :close="onCloseDialog" />
|
||||
<DialogHeader :tittle="'รับทราบคำสั่ง'" :close="onCloseDialog" />
|
||||
<q-separator />
|
||||
|
||||
<q-card-section>
|
||||
|
|
@ -728,7 +728,7 @@ onMounted(async () => {
|
|||
</q-card-section>
|
||||
<q-separator />
|
||||
<q-card-actions align="right">
|
||||
<q-btn color="secondary" label="บันทึกความเห็น" type="onSubmit" />
|
||||
<q-btn color="secondary" label="รับทราบ" type="onSubmit" />
|
||||
</q-card-actions>
|
||||
</q-form>
|
||||
</q-card>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue