fix:国际化修改
This commit is contained in:
@@ -283,7 +283,7 @@
|
|||||||
|
|
||||||
<!-- nullType -->
|
<!-- nullType -->
|
||||||
<el-form-item
|
<el-form-item
|
||||||
:label='"Null value"'
|
:label="$t('dashboard.panel.chartForm.nullType')"
|
||||||
class="form-item--half-width"
|
class="form-item--half-width"
|
||||||
prop="param.nullType"
|
prop="param.nullType"
|
||||||
v-if="isShowNullType(chartConfig.type)"
|
v-if="isShowNullType(chartConfig.type)"
|
||||||
@@ -306,7 +306,7 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
<!-- text -->
|
<!-- text -->
|
||||||
<el-form-item
|
<el-form-item
|
||||||
:label='"Null value"'
|
:label="$t('dashboard.panel.chartForm.display')"
|
||||||
class="form-item--half-width"
|
class="form-item--half-width"
|
||||||
prop="param.nullType"
|
prop="param.nullType"
|
||||||
v-if="isShowText(chartConfig.type)"
|
v-if="isShowText(chartConfig.type)"
|
||||||
|
|||||||
Reference in New Issue
Block a user