refactor(web): 优化查询条件输入框,有的地方不需要联动查询
This commit is contained in:
@@ -19,7 +19,7 @@ function versionTab() {
|
||||
}
|
||||
},
|
||||
data: {
|
||||
now: "${DATETOSTR(DATEMODIFY(NOW(), -1, 'days'), 'YYYYMMDD')}"
|
||||
now: "${DATETOSTR(DATEMODIFY(NOW(), -1, 'days'), 'YYYYMMDD')}"
|
||||
},
|
||||
...crudCommonOptions(),
|
||||
interval: 10000,
|
||||
@@ -31,19 +31,11 @@ function versionTab() {
|
||||
type: 'group',
|
||||
body: [
|
||||
{
|
||||
type: 'input-text',
|
||||
name: 'flinkJobId',
|
||||
label: 'Flink job id',
|
||||
clearable: true,
|
||||
placeholder: '通过 ID 搜索',
|
||||
...flinkJobIdTextInput('c5cac9d3-844a-4d86-b2c5-0c10f2283667'),
|
||||
size: 'md'
|
||||
},
|
||||
{
|
||||
type: 'input-text',
|
||||
name: 'alias',
|
||||
label: '名称',
|
||||
clearable: true,
|
||||
placeholder: '通过别名搜索',
|
||||
...aliasTextInput('c5cac9d3-844a-4d86-b2c5-0c10f2283667'),
|
||||
size: 'md'
|
||||
},
|
||||
{
|
||||
@@ -150,7 +142,7 @@ function versionTab() {
|
||||
align: 'center',
|
||||
width: 75,
|
||||
sortable: true,
|
||||
},{
|
||||
}, {
|
||||
name: 'version',
|
||||
label: '版本',
|
||||
align: 'center',
|
||||
|
||||
Reference in New Issue
Block a user