This commit is contained in:
2024-11-02 11:50:30 +08:00
parent 39a8df2ea3
commit 1b28903621

View File

@@ -46,9 +46,6 @@ export default {
this.$nextTick(() => this.$storeBoard.dialog = true) this.$nextTick(() => this.$storeBoard.dialog = true)
} }
}) })
},
relevanceMapData(row){
console.log(arguments)
} }
} }
} }
@@ -57,7 +54,7 @@ export default {
<template> <template>
<section class="AppStoreKeyGoods"> <section class="AppStoreKeyGoods">
<div class="subTitle" v-text="'重点单品情况'"/> <div class="subTitle" v-text="'重点单品情况'"/>
<scroll-table :table-data="tableData" :columns="columns" @click="relevanceMapData" @click.native.stop/> <scroll-table :table-data="tableData" :columns="columns" @click="openNearbyStores" @click.native.stop/>
<!--<dv-scroll-board :config="tableConfig" @click="openNearbyStores" @click.native.stop/>--> <!--<dv-scroll-board :config="tableConfig" @click="openNearbyStores" @click.native.stop/>-->
</section> </section>
</template> </template>