样式补充

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

@@ -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>