no message
This commit is contained in:
parent
91bd7a3441
commit
6f564406f8
1 changed files with 6 additions and 2 deletions
|
|
@ -434,7 +434,10 @@ const paginationHis = ref({
|
|||
<q-card style="width: 700px; max-width: 80vw">
|
||||
<q-toolbar>
|
||||
<q-toolbar-title class="text-subtitle1 text-weight-bold">
|
||||
<span style="margin-right: 0"> เพิ่มข้อมูลการจ้าง </span>
|
||||
<span style="margin-right: 0" v-if="actions == 'edit'">
|
||||
แก้ข้อมูลการจ้าง
|
||||
</span>
|
||||
<span style="margin-right: 0" v-else> เพิ่มข้อมูลการจ้าง </span>
|
||||
</q-toolbar-title>
|
||||
<q-btn
|
||||
for="closeDialog"
|
||||
|
|
@ -548,8 +551,9 @@ const paginationHis = ref({
|
|||
@click="colsePopup"
|
||||
/>
|
||||
</q-toolbar>
|
||||
<q-separator />
|
||||
|
||||
<q-card-section class="q-pt-none">
|
||||
<q-card-section class="q-pt-none q-mt-md">
|
||||
<q-toolbar class="q-pa-none">
|
||||
<q-space />
|
||||
<div class="q-gutter-sm" style="display: flex">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue