NEZ-3222 fix:notebook 中 table 不使用分页
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user