feature(web): 增加hudi表类型外显
This commit is contained in:
@@ -123,10 +123,18 @@ function tableTab() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'flinkJob.runMode',
|
name: 'tableMeta.hudi.targetTableType',
|
||||||
label: '表类型',
|
label: '表类型',
|
||||||
width: 60,
|
width: 60,
|
||||||
align: 'center',
|
align: 'center',
|
||||||
|
...mappingField('tableMeta.hudi.targetTableType', hudiTableTypeMapping),
|
||||||
|
filterable: filterableField(hudiTableTypeMapping, true)
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'flinkJob.runMode',
|
||||||
|
label: '任务类型',
|
||||||
|
width: 60,
|
||||||
|
align: 'center',
|
||||||
...mappingField('flinkJob.runMode', runModeMapping),
|
...mappingField('flinkJob.runMode', runModeMapping),
|
||||||
filterable: filterableField(runModeMapping, true)
|
filterable: filterableField(runModeMapping, true)
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user