refactor(视图): 表格滚动提示优化

This commit is contained in:
wisonic-s 2024-05-31 15:44:58 +08:00
parent 5aec52c53a
commit 81bff6be96
2 changed files with 3 additions and 4 deletions

View File

@ -541,10 +541,8 @@ export default {
const customAttr = JSON.parse(this.chart.customAttr)
const senior = JSON.parse(this.chart.senior)
if (senior?.scrollCfg?.open) {
if (this.chart.type !== 'table-normal') {
if (this.chart.type === 'table-info' && !this.showPage) {
return
}
if (this.chart.type === 'table-info' && this.showPage) {
return
}
//
this.myChart.facet.timer?.stop()

View File

@ -16,6 +16,7 @@
@change="changeScrollCfg"
>{{ $t('chart.open') }}</el-checkbox>
<el-tooltip
v-show="chart.type === 'table-info'"
class="item"
effect="dark"
placement="bottom"