refactor(04): price display and price col
This commit is contained in:
parent
89defd4206
commit
1061eb55d4
2 changed files with 2 additions and 1 deletions
|
|
@ -3929,6 +3929,7 @@ watch(
|
|||
:data="{ ...i, type: 'product' }"
|
||||
:title="i.name"
|
||||
:status="i.status === 'INACTIVE' ? true : false"
|
||||
:priceDisplay="priceDisplay"
|
||||
@menuViewDetail="
|
||||
() => {
|
||||
currentIdProduct = i.id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue