feat: hide btn on service view info
This commit is contained in:
parent
4c4bca12eb
commit
9ce656ae45
5 changed files with 27 additions and 17 deletions
|
|
@ -1828,6 +1828,7 @@ watch(currentStatus, async () => {
|
|||
<FormDialog
|
||||
no-address
|
||||
:edit="!(formDataProductService.status === 'INACTIVE')"
|
||||
height="95vh"
|
||||
:isEdit="infoServiceEdit"
|
||||
:title="$t('service', { msg: formDataProductService.name })"
|
||||
v-model:modal="dialogServiceEdit"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue