refactor(web): 合并 crud 组件共同参数

This commit is contained in:
2023-06-09 20:31:06 +08:00
parent 605616b116
commit 75ddfd8862
6 changed files with 15 additions and 24 deletions

View File

@@ -23,9 +23,8 @@ function tableTab() {
filter_compaction_status: '${syncState\\.compactionStatus|default:undefined}'
}
},
syncLocation: false,
...crudCommonOptions(),
// interval: 10000,
silentPolling: true,
filter: {
mode: 'inline',
title: '表筛选',
@@ -66,8 +65,6 @@ function tableTab() {
},
filterTogglable: true,
filterDefaultVisible: true,
stopAutoRefreshWhenModalIsOpen: true,
resizable: false,
perPage: 20,
headerToolbar: [
"reload",