调整缩放的问题

This commit is contained in:
2024-11-02 11:48:44 +08:00
parent 7aab2ccdf4
commit 39a8df2ea3
7 changed files with 20 additions and 7 deletions

View File

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