NEZ-3222 fix:notebook 中 table 不使用分页

This commit is contained in:
zyh
2023-10-13 10:46:19 +08:00
parent 43d06c348d
commit e5c12fff9c
9 changed files with 47 additions and 12 deletions

View File

@@ -510,6 +510,7 @@
popper-class="right-box-select-top prevent-clickoutside"
size="small"
@change="change"
:disabled="from==='notebook'"
>
<el-option :label="$t('overall.enabled')" value="enabled"></el-option>
<el-option :label="$t('overall.disabled')" value="disabled"></el-option>
@@ -1193,6 +1194,9 @@ export default {
},
dataLink: this.chartConfig.param.dataLink
}
if (this.from === 'notebook') {
this.chartConfig.param.tableOptions.pagination = 'disabled'
}
break
}
this.oldType = type