refactor: edit list
This commit is contained in:
parent
96fcddc817
commit
c73469e68f
2 changed files with 49 additions and 48 deletions
|
|
@ -805,6 +805,7 @@ watch(
|
|||
border-search-section
|
||||
item-class="col-md-3 col-sm-6 col-12"
|
||||
v-model:selected-item="preSelectedItems"
|
||||
:type="pageState.productServiceTab === '1' ? 'service' : 'product'"
|
||||
@search="
|
||||
(value) => {
|
||||
$emit(
|
||||
|
|
@ -926,9 +927,11 @@ watch(
|
|||
|
||||
<template #data="{ item }">
|
||||
<TotalProductCardComponent
|
||||
:key="item.index"
|
||||
:priceDisplay="priceDisplay"
|
||||
:title="item.name"
|
||||
:data="item"
|
||||
no-Time-Img
|
||||
/>
|
||||
</template>
|
||||
</SelectZone>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue