样式补充

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> <style lang="scss" scoped>
.AppDataPublicity { .AppDataPublicity {
height: 100%;
} }
</style> </style>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -15,7 +15,7 @@
<el-row type="flex"> <el-row type="flex">
{{ detail.productName }} {{ detail.productName }}
<el-link type="primary" <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-link>
</el-row> </el-row>
@@ -28,7 +28,7 @@
<el-row type="flex"> <el-row type="flex">
{{ detail.enterpriseName }} {{ detail.enterpriseName }}
<el-link type="primary" <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-link>
</el-row> </el-row>

View File

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

View File

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