Merge pull request #9452 from dataease/pr@dev-v2_st

fix: eslint报错
This commit is contained in:
dataeaseShu 2024-04-29 16:44:05 +08:00 committed by GitHub
commit e6ec9b9682
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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