feature(web): 增加 hdfs 路径补全

This commit is contained in:
2023-07-07 15:55:27 +08:00
parent bd0a56217d
commit b13e70d9cb
6 changed files with 117 additions and 22 deletions

View File

@@ -8,7 +8,7 @@ function toolTab() {
actions: [
{
type: 'submit',
label: '查询',
label: '查询时间线',
actionType: 'dialog',
dialog: {
title: 'Hudi 表时间线',
@@ -42,26 +42,10 @@ function toolTab() {
columns: timelineColumns(),
}
}
}
],
body: [
{
type: 'input-text',
name: 'hdfs',
label: 'HDFS路经',
required: true,
clearable: true,
description: '输入表HDFS路径',
}
]
},
{
type: 'form',
title: '查询表结构',
actions: [
},
{
type: 'submit',
label: '查询',
label: '查询表结构',
actionType: 'dialog',
dialog: {
title: 'Hudi 表结构',
@@ -96,6 +80,7 @@ function toolTab() {
required: true,
clearable: true,
description: '输入表HDFS路径',
autoComplete: '${base}/table/all_hdfs?key=$term',
}
]
},