feature(web): 增加flink job id和alias输入框的联动

This commit is contained in:
2023-12-01 15:47:09 +08:00
parent 7d6a4e2cce
commit a78ed8520d
8 changed files with 125 additions and 42 deletions

View File

@@ -28,17 +28,18 @@ function tableTab() {
// interval: 10000,
filter: {
title: '表筛选',
...formReloadFlinkJobIdTextInputAndAliasTextInput("58d0da94-1b3c-4234-948d-482ae3425e70"),
body: [
{
type: 'group',
body: [
{
...flinkJobIdTextInput(),
size: 'md',
...flinkJobIdTextInput("58d0da94-1b3c-4234-948d-482ae3425e70"),
size: 'lg',
},
{
...aliasTextInput(),
size: 'md',
...aliasTextInput("58d0da94-1b3c-4234-948d-482ae3425e70"),
size: 'lg',
},
]
},