feat(图表): 字段显示名称提示优化

This commit is contained in:
ulleo 2024-12-09 15:21:43 +08:00
parent 3651a031cf
commit ad20a12b22
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>