feature(web): 增加单个表压缩提交
This commit is contained in:
@@ -26,29 +26,18 @@ function tableTab() {
|
||||
...crudCommonOptions(),
|
||||
// interval: 10000,
|
||||
filter: {
|
||||
mode: 'inline',
|
||||
title: '表筛选',
|
||||
body: [
|
||||
{
|
||||
type: 'group',
|
||||
body: [
|
||||
{
|
||||
type: 'input-text',
|
||||
name: 'flinkJobId',
|
||||
label: 'Flink job id',
|
||||
placeholder: '通过 ID 搜索',
|
||||
...flinkJobIdTextInput(),
|
||||
size: 'md',
|
||||
clearable: true,
|
||||
autoComplete: '${base}/table/all_flink_job_id?key=$term',
|
||||
},
|
||||
{
|
||||
type: 'input-text',
|
||||
name: 'alias',
|
||||
label: '别名',
|
||||
placeholder: '通过别名搜索',
|
||||
...aliasTextInput(),
|
||||
size: 'md',
|
||||
clearable: true,
|
||||
autoComplete: '${base}/table/all_alias?key=$term',
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user