refactor(web): 优化查询条件输入框,有的地方不需要联动查询
This commit is contained in:
@@ -28,7 +28,6 @@ function tableTab() {
|
|||||||
// interval: 10000,
|
// interval: 10000,
|
||||||
filter: {
|
filter: {
|
||||||
title: '表筛选',
|
title: '表筛选',
|
||||||
...formReloadFlinkJobIdTextInputAndAliasTextInput("58d0da94-1b3c-4234-948d-482ae3425e70"),
|
|
||||||
body: [
|
body: [
|
||||||
{
|
{
|
||||||
type: 'group',
|
type: 'group',
|
||||||
|
|||||||
@@ -31,19 +31,11 @@ function versionTab() {
|
|||||||
type: 'group',
|
type: 'group',
|
||||||
body: [
|
body: [
|
||||||
{
|
{
|
||||||
type: 'input-text',
|
...flinkJobIdTextInput('c5cac9d3-844a-4d86-b2c5-0c10f2283667'),
|
||||||
name: 'flinkJobId',
|
|
||||||
label: 'Flink job id',
|
|
||||||
clearable: true,
|
|
||||||
placeholder: '通过 ID 搜索',
|
|
||||||
size: 'md'
|
size: 'md'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'input-text',
|
...aliasTextInput('c5cac9d3-844a-4d86-b2c5-0c10f2283667'),
|
||||||
name: 'alias',
|
|
||||||
label: '名称',
|
|
||||||
clearable: true,
|
|
||||||
placeholder: '通过别名搜索',
|
|
||||||
size: 'md'
|
size: 'md'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user