feat: 表格滚动

This commit is contained in:
junjun 2022-06-27 14:15:10 +08:00
parent fb5f713d62
commit 3c87e6b917

View File

@ -714,7 +714,7 @@
@onFunctionCfgChange="onFunctionCfgChange"
/>
</el-collapse-item>
<el-collapse-item v-if="false && view.type && (view.type.includes('table'))" name="scroll" :title="$t('chart.scroll_cfg')">
<el-collapse-item v-if="view.type && (view.type.includes('table'))" name="scroll" :title="$t('chart.scroll_cfg')">
<scroll-cfg
:param="param"
class="attr-selector"