Merge pull request #13910 from ulleo/dev-v2
Some checks are pending
Typos Check / Spell Check with Typos (push) Waiting to run

feat(图表): 字段显示名称提示优化
This commit is contained in:
dataeaseShu 2024-12-09 15:57:51 +08:00 committed by GitHub
commit c1d611d945
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -259,7 +259,7 @@ onMounted(() => {
<template #content>
<table>
<tr>
<td>{{ t('dataset.field_name') }}</td>
<td>{{ t('dataset.field_origin_name') }}</td>
<td>:</td>
<td>{{ item.name }}</td>
</tr>

View File

@ -164,7 +164,7 @@ onMounted(() => {
<template #content>
<table>
<tr>
<td>{{ t('dataset.field_name') }}</td>
<td>{{ t('dataset.field_origin_name') }}</td>
<td>:</td>
<td>{{ item.name }}</td>
</tr>

View File

@ -340,7 +340,7 @@ onMounted(() => {
<template #content>
<table>
<tr>
<td>{{ t('dataset.field_name') }}</td>
<td>{{ t('dataset.field_origin_name') }}</td>
<td>:</td>
<td>{{ item.name }}</td>
</tr>