fix: form dialog & work name management dialog
This commit is contained in:
parent
5253bdc9fa
commit
f7fa614ffe
3 changed files with 159 additions and 129 deletions
|
|
@ -1454,6 +1454,7 @@ watch(currentStatus, async () => {
|
|||
|
||||
<!-- add service -->
|
||||
<FormDialog
|
||||
height="95vh"
|
||||
no-address
|
||||
:title="$t('addService')"
|
||||
v-model:modal="dialogService"
|
||||
|
|
@ -1554,6 +1555,7 @@ watch(currentStatus, async () => {
|
|||
<FormDialog
|
||||
no-address
|
||||
no-app-box
|
||||
no-footer
|
||||
width="65%"
|
||||
title="จัดการ"
|
||||
v-model:modal="manageWorkNameDialog"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue