Commit d1f3b5878607e55ab8497756812a0716c3cadf7a
1 parent
8467ab2c
v1.9 业主详情页面业主绑定按钮没有翻译成中文bug
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/owner/ownerDetailAppUser.vue
| ... | ... | @@ -18,10 +18,10 @@ |
| 18 | 18 | {{ $t('common.audit') }} |
| 19 | 19 | </el-button> |
| 20 | 20 | <el-button size="mini" @click="_deleteAppUserBindingOwnerModel(scope.row)"> |
| 21 | - {{ $t('ownerDetailAppUser.unbind') }} | |
| 21 | + {{ $t('common.delete') }} | |
| 22 | 22 | </el-button> |
| 23 | 23 | <el-button size="mini" @click="_resetUserPwdModel(scope.row)"> |
| 24 | - {{ $t('ownerDetailAppUser.resetPwd') }} | |
| 24 | + {{ $t('auditAuthOwner.resetPwd') }} | |
| 25 | 25 | </el-button> |
| 26 | 26 | </el-button-group> |
| 27 | 27 | </template> | ... | ... |