refactor: add prefix id
This commit is contained in:
parent
732c81ed57
commit
c6190bbedc
8 changed files with 19 additions and 6 deletions
|
|
@ -3016,6 +3016,7 @@ watch(
|
|||
}"
|
||||
>
|
||||
<ProfileBanner
|
||||
prefix="dialog"
|
||||
readonly
|
||||
no-image-action
|
||||
active
|
||||
|
|
@ -3165,6 +3166,7 @@ watch(
|
|||
}"
|
||||
>
|
||||
<ProfileBanner
|
||||
:prefix="formDataGroup.name"
|
||||
no-image-action
|
||||
:active="currentStatusGroupType !== 'INACTIVE'"
|
||||
hide-fade
|
||||
|
|
@ -3492,6 +3494,7 @@ watch(
|
|||
}"
|
||||
>
|
||||
<ProfileBanner
|
||||
prefix="dialog"
|
||||
hide-fade
|
||||
use-toggle
|
||||
hide-active
|
||||
|
|
@ -3639,6 +3642,7 @@ watch(
|
|||
}"
|
||||
>
|
||||
<ProfileBanner
|
||||
prefix="dialog"
|
||||
hideFade
|
||||
:use-toggle="actionDisplay"
|
||||
:active="formDataProduct.status !== 'INACTIVE'"
|
||||
|
|
@ -3842,6 +3846,7 @@ watch(
|
|||
}"
|
||||
>
|
||||
<ProfileBanner
|
||||
prefix="dialog"
|
||||
hide-fade
|
||||
use-toggle
|
||||
hide-active
|
||||
|
|
@ -4176,6 +4181,7 @@ watch(
|
|||
}"
|
||||
>
|
||||
<ProfileBanner
|
||||
prefix="dialog"
|
||||
hide-fade
|
||||
:use-toggle="actionDisplay"
|
||||
:title="formDataProductService.name"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue