fix: 统一国际化

This commit is contained in:
@changcode
2021-06-08 09:44:32 +08:00
parent bdcff3bb90
commit afe82f2c03
14 changed files with 15 additions and 15 deletions

View File

@@ -204,7 +204,7 @@
</el-select>
</el-form-item>
<!-- remark -->
<el-form-item :label="$t('dashboard.panel.chartForm.remark')">
<el-form-item :label="$t('overall.remark')">
<el-input maxlength="256" show-word-limit v-model="editChart.remark" :autosize="{ minRows: 1, maxRows: 6}" type="textarea"/>
</el-form-item>