This commit is contained in:
xuyucheng 2022-05-05 16:40:41 +08:00
parent 1d272788ad
commit 9fd05105d1
7 changed files with 15 additions and 14 deletions

View File

@ -415,7 +415,7 @@ export default {
}
::v-deep .el-tabs__header {
margin-bottom: 40px;
margin-bottom: 0px;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
p {

View File

@ -1,6 +1,7 @@
<!-- 行业宏观分析 -->
<template>
<el-row v-if="Object.keys(data).length !== 0">
<el-row><span style="margin-bottom:20px">更新时间{{ data["更新时间"] }}</span></el-row>
<el-col :span="24">
<el-card class="left" style="height: auto">
<span>工商信息</span>
@ -46,7 +47,7 @@
:page-size="100"
layout="total, sizes, prev, pager, next"
:total="data['股东信息'].length"
style="float:right;margin-top:20px"
style="float: right; margin-top: 20px"
>
</el-pagination
></el-card>
@ -74,7 +75,7 @@
:page-size="100"
layout="total, sizes, prev, pager, next"
:total="data['主要成员'].length"
style="float:right;margin-top:20px"
style="float: right; margin-top: 20px"
>
</el-pagination>
</el-card>
@ -181,7 +182,7 @@ export default {
border-bottom: 0.25px solid #707070;
}
.el-card{
.el-card {
min-height: auto;
}
</style>

View File

@ -1,6 +1,7 @@
<!-- 综合信用评价 -->
<template>
<el-row>
<el-row><span style="margin-bottom:20px">更新时间{{ data["更新时间"] }}</span></el-row>
<el-col :span="12">
<el-card class="left">
<span>综合信用指标表现</span>
@ -187,10 +188,10 @@ import pdf from "vue-pdf";
import { get, BlobGet } from "@/api/api";
import FecrTable from "@/components/FecrTable";
import FecrRadar from "@/components/FecrRadar";
import FecrLineNew from "@/components/FecrLineNew";
// import FecrLineNew from "@/components/FecrLineNew";
export default {
components: { pdf, FecrTable, FecrRadar, FecrLineNew },
components: { pdf, FecrTable, FecrRadar },
props: {
name: [String],
},

View File

@ -1,6 +1,7 @@
<!-- 财务要素评价 -->
<template>
<el-row>
<el-row><span style="margin-bottom:20px">更新时间{{ data["更新日期"] }}</span></el-row>
<el-row>
<el-col :span="12">
<el-card style="height: 100%" class="left">

View File

@ -1,5 +1,6 @@
<template>
<div style="width: 99.8%">
<div style="width: 99.8%;margin-top:15px">
<el-row><span style="margin-bottom:20px">更新时间{{ data["更新日期"] }}</span></el-row>
<el-card>
<el-row type="flex" justify="space-between">
<el-col :span="11">
@ -22,11 +23,6 @@
{{ item.level }}
</div>
</div>
<!-- <div class="kpi">
<div class="kpi-level">落后</div>
<div class="kpi-level">平均</div>
<div class="kpi-level">领先</div>
</div> -->
</el-col>
<el-col :span="11">
<p class="pri-title">

View File

@ -23,6 +23,7 @@
>
</span>
</el-dialog>
<el-row><span style="margin-bottom:20px">更新时间{{ data["更新时间"] }}</span></el-row>
<el-col :span="12">
<el-card class="left">
<span>增长趋势</span>

View File

@ -1,6 +1,7 @@
<!-- 公司风险分析 -->
<template>
<div>
<el-row>
<el-row><span style="margin-bottom:20px">更新时间{{ data["更新日期"] }}</span></el-row>
<el-row style="margin-bottom:20px">
<el-card style="height:auto;min-height:300px">
<p>风险级别</p>
@ -78,7 +79,7 @@
</el-card>
</el-col>
</el-row>
</div>
</el-row>
</template>
<script>