v1.9 业主详情页面业主绑定按钮没有翻译成中文bug

This commit is contained in:
wuxw 2025-09-10 10:07:45 +08:00
parent 8467ab2c53
commit d1f3b58786

View File

@ -18,10 +18,10 @@
{{ $t('common.audit') }} {{ $t('common.audit') }}
</el-button> </el-button>
<el-button size="mini" @click="_deleteAppUserBindingOwnerModel(scope.row)"> <el-button size="mini" @click="_deleteAppUserBindingOwnerModel(scope.row)">
{{ $t('ownerDetailAppUser.unbind') }} {{ $t('common.delete') }}
</el-button> </el-button>
<el-button size="mini" @click="_resetUserPwdModel(scope.row)"> <el-button size="mini" @click="_resetUserPwdModel(scope.row)">
{{ $t('ownerDetailAppUser.resetPwd') }} {{ $t('auditAuthOwner.resetPwd') }}
</el-button> </el-button>
</el-button-group> </el-button-group>
</template> </template>