fix: 统一所有 description 中文国际化为 描述

This commit is contained in:
@changcode
2021-06-07 18:28:07 +08:00
parent 3dbd33949d
commit e26b8c68eb
18 changed files with 21 additions and 19 deletions

View File

@@ -14,7 +14,7 @@
<el-input maxlength="64" placeholder="" id="role-box-input-name"
show-word-limit size="small" type="text" v-model="editRole.name"></el-input>
</el-form-item>
<el-form-item :label="$t('config.roles.description')">
<el-form-item :label="$t('overall.remark')">
<el-input maxlength="256" show-word-limit :rows="2" size='mini' type="textarea" v-model="editRole.remark" id="role-box-input-remark"/>
</el-form-item>