refactor(web): 合并 crud 组件共同参数
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user