updated develop form
This commit is contained in:
parent
03c41dae6c
commit
bdffdc1abf
10 changed files with 1052 additions and 137 deletions
|
|
@ -572,7 +572,7 @@ onMounted(() => {
|
|||
icon="mdi-content-save-edit-outline"
|
||||
@click.pervent="onRedirectToRecordPage(props.row.id)"
|
||||
>
|
||||
<q-tooltip>บันทึกผล</q-tooltip></q-btn
|
||||
<q-tooltip>บันทึกผู้ผ่านการอบรม</q-tooltip></q-btn
|
||||
>
|
||||
</q-td>
|
||||
<q-td v-for="col in props.cols" :key="col.name" :props="props">
|
||||
|
|
|
|||
|
|
@ -161,7 +161,7 @@ onMounted(() => {
|
|||
color="primary"
|
||||
@click="router.go(-1)"
|
||||
/>
|
||||
{{ `บันทึกผล${title}` }}
|
||||
{{ `บันทึกผู้ผ่านการอบรม ${title}` }}
|
||||
</div>
|
||||
<q-card flat bordered>
|
||||
<q-toolbar class="q-pa-md">
|
||||
|
|
@ -220,7 +220,7 @@ onMounted(() => {
|
|||
color="primary"
|
||||
@click="modalAddPerson = true"
|
||||
>
|
||||
<q-tooltip>เพิ่ม</q-tooltip>
|
||||
<q-tooltip>เพิ่มรายชื่อผู้ผ่านการอบรม</q-tooltip>
|
||||
</q-btn>
|
||||
</q-toolbar>
|
||||
</q-card>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue