mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
fix: 【国际化】数据集国际化问题
This commit is contained in:
parent
2482a36385
commit
df30d6c570
@ -779,7 +779,7 @@ defineExpose({
|
|||||||
v-loading="loading"
|
v-loading="loading"
|
||||||
>
|
>
|
||||||
<el-form-item
|
<el-form-item
|
||||||
:label="t('auth.datasource') + t('chart.name')"
|
:label="t('auth.datasource') + ' ' + t('chart.name')"
|
||||||
prop="name"
|
prop="name"
|
||||||
v-show="activeStep !== 2"
|
v-show="activeStep !== 2"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user