样式补充
This commit is contained in:
@@ -54,5 +54,6 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.AppDataPublicity {
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -85,5 +85,6 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.AppPortalAccount {
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -34,5 +34,6 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.AppPortalUser {
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -34,5 +34,6 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.AppPortalUserManager {
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -33,5 +33,6 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.AppFinanceProduct {
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -31,5 +31,6 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.AppLoanAudit {
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -31,5 +31,6 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.AppFinancingNeeds {
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -31,5 +31,6 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.AppGrabLog {
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user