|
@@ -129,7 +129,7 @@ export default defineComponent({
|
|
|
<section class="product-grid-section " style="text-align: center;position:absolute;bottom:0" :style="{'width': '100%'}" >
|
|
|
<ul class="cannot_selected tabs_selected" >
|
|
|
<a v-for="(item,index) in store.state.columnTypes" :class="item.id == store.state.acitveId ? 'active' : ''"
|
|
|
- v-on:click="facilityClick(item)" :style="{'width':(1/store.state.columnTypes.length*100)+'%' }" :key="index">{{item.categoryName}}</a>
|
|
|
+ v-on:click="facilityClick(item),store.state.acitveId = item.id" :style="{'width':(1/store.state.columnTypes.length*100)+'%' }" :key="index">{{item.categoryName}}</a>
|
|
|
</ul>
|
|
|
</section>
|
|
|
</section>
|