样式补充

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

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

View File

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

View File

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

View File

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

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() {

View File

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

View File

@@ -15,7 +15,7 @@
<el-row type="flex">
{{ detail.productName }}
<el-link type="primary"
@click="$router.push({name:'ef73672d0ea6427ab770ee9a31100a3b',query:{id:detail.productId}})">
@click="$router.push({name:'27338cb83e77461dbd44356a6760df84',query:{id:detail.productId}})">
产品详情
</el-link>
</el-row>
@@ -28,7 +28,7 @@
<el-row type="flex">
{{ detail.enterpriseName }}
<el-link type="primary"
@click="$router.push({name:'27338cb83e77461dbd44356a6760df84',query:{id:detail.enterpriseId}})">
@click="$router.push({name:'973f0339e5904d99bc8afe86b8cf4e9c',query:{id:detail.enterpriseId}})">
企业详情
</el-link>
</el-row>

View File

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

View File

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