fix: 显示数据源名称

This commit is contained in:
taojinlong 2022-03-18 11:53:45 +08:00
parent 6a6b31be6f
commit 689a6461a9
2 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,7 @@
<script>
import { queryAuthModel } from '@/api/authModel/authModel'
import { post } from '@/api/dataset/dataset'
export default {
name: 'DatasetGroupSelectorTree',
props: {

View File

@ -224,6 +224,8 @@ export default {
return 'Db2'
} else if (type === 'api') {
return 'API'
} else if (type === 'impala') {
return 'Apache Impala'
}
},