forked from github/dataease
commit
e6ec9b9682
@ -1030,8 +1030,12 @@ const emits = defineEmits(['addComplete', 'joinEditor', 'updateAllfields', 'chan
|
|||||||
>
|
>
|
||||||
<template #header v-if="currentNode">
|
<template #header v-if="currentNode">
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<span :title="currentNode.tableName" class="name ellipsis">{{ currentNode.tableName }}</span>
|
<span :title="currentNode.tableName" class="name ellipsis">{{
|
||||||
<span :title="getDsName(currentNode.datasourceId)" class="ds ellipsis">{{ t('auth.datasource') }}:{{ getDsName(currentNode.datasourceId) }}</span>
|
currentNode.tableName
|
||||||
|
}}</span>
|
||||||
|
<span :title="getDsName(currentNode.datasourceId)" class="ds ellipsis"
|
||||||
|
>{{ t('auth.datasource') }}:{{ getDsName(currentNode.datasourceId) }}</span
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<union-field-list
|
<union-field-list
|
||||||
|
Loading…
Reference in New Issue
Block a user