fix: 显示数据源名称
This commit is contained in:
parent
6a6b31be6f
commit
689a6461a9
@ -80,6 +80,7 @@
|
||||
|
||||
<script>
|
||||
import { queryAuthModel } from '@/api/authModel/authModel'
|
||||
import { post } from '@/api/dataset/dataset'
|
||||
export default {
|
||||
name: 'DatasetGroupSelectorTree',
|
||||
props: {
|
||||
|
||||
@ -224,6 +224,8 @@ export default {
|
||||
return 'Db2'
|
||||
} else if (type === 'api') {
|
||||
return 'API'
|
||||
} else if (type === 'impala') {
|
||||
return 'Apache Impala'
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user