样式补充

This commit is contained in:
aixianling
2022-02-25 14:08:38 +08:00
parent 4370c8d923
commit 28a466a5d4
10 changed files with 11 additions and 3 deletions

View File

@@ -33,5 +33,6 @@ export default {
<style lang="scss" scoped>
.AppFinanceProduct {
height: 100%;
}
</style>

View File

@@ -84,7 +84,7 @@ export default {
return this.detail.status == "0"
},
isAdmin() {
return this.user.financeUser.userRole == 1
return this.user?.financeUser?.userRole == 1
}
},
data() {