提交 689a6461 authored 作者: taojinlong's avatar taojinlong

fix: 显示数据源名称

上级 6a6b31be
......@@ -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'
}
},
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论