refactor: handle role
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 8s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 8s
This commit is contained in:
parent
02c7598aec
commit
46de2412df
1 changed files with 2 additions and 0 deletions
|
|
@ -2506,6 +2506,7 @@ watch(
|
|||
/>
|
||||
|
||||
<KebabAction
|
||||
v-if="actionDisplay"
|
||||
:disable-delete="props.row.status !== 'CREATED'"
|
||||
:status="props.row.status"
|
||||
:id-name="props.row.name"
|
||||
|
|
@ -3252,6 +3253,7 @@ watch(
|
|||
"
|
||||
/>
|
||||
<KebabAction
|
||||
v-if="actionDisplay"
|
||||
:use-copy="productAndServiceTab === 'service'"
|
||||
:status="props.row.status"
|
||||
:id-name="props.row.name"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue