mirror of
https://github.com/dataease/dataease.git
synced 2026-05-17 06:50:45 +08:00
fix: 显示数据源名称
This commit is contained in:
@@ -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'
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user