This commit is contained in:
xuyucheng 2022-03-24 14:58:39 +08:00
parent 4567e4a459
commit b2df14fe94
2 changed files with 9 additions and 9 deletions

View File

@ -142,13 +142,13 @@
</div>
</el-tab-pane>
<el-tab-pane name="seventh" :disabled="tabData[6].disabled">
<!-- <el-tab-pane name="seventh" :disabled="tabData[6].disabled">
<p slot="label">分析指标明细</p>
<div>
<el-row
><stepAnalysisIndicator @getDisabled="getDisabled"
/></el-row></div
></el-tab-pane>
></el-tab-pane> -->
</el-tabs>
<el-dialog :visible.sync="visible">
@ -171,7 +171,7 @@ import stepIndustryAnalysis from "./stepIndustryAnalysis";
import stepElementsAppraisal from "./stepElementsAppraisal";
import stepRiskAppraisal from "./stepRiskAppraisal";
import stepCompanyInfo from "./stepCompanyInfo";
import stepAnalysisIndicator from "./stepAnalysisIndicator";
// import stepAnalysisIndicator from "./stepAnalysisIndicator";
import stepEsg from "./stepEsg.vue";
export default {
components: {
@ -182,7 +182,7 @@ export default {
stepElementsAppraisal,
stepRiskAppraisal,
stepCompanyInfo,
stepAnalysisIndicator,
// stepAnalysisIndicator,
stepEsg,
},
data() {
@ -194,7 +194,7 @@ export default {
{ label: "ESG评价", state: "fourth", disabled: false },
{ label: "财务要素评价", state: "fifth", disabled: false },
{ label: "公司风险分析", state: "sixth", disabled: false },
{ label: "分析指标明细", state: "seventh", disabled: false },
// { label: "", state: "seventh", disabled: false },
],
state: "first",
data: {

View File

@ -6,7 +6,7 @@
<span>综合信用指标表现</span>
<fecr-radar :data.sync="data['综合信用表现']" v-if="name === 'third'" />
</el-card>
<el-card class="left">
<!-- <el-card class="left">
<span>总得分</span>
<el-empty
:image-size="200"
@ -56,7 +56,7 @@
v-if="data.hasOwnProperty('成长能力')&&Object.keys(data['成长能力']).length !== 0 && name === 'third'"
></fecr-line-new>
<el-empty :image-size="200" description="暂无数据" v-else></el-empty>
</el-card>
</el-card> -->
<el-card class="left">
<span>历史级别</span>
<fecr-table
@ -85,7 +85,7 @@
:shortWidth="[0]"
/>
</el-card>
<el-card class="right left">
<!-- <el-card class="right left">
<span>盈利能力</span>
<el-empty
:image-size="200"
@ -150,7 +150,7 @@
<span class="block" style="margin: 10px 0 10px 0">{{ index }}</span>
</el-col>
</el-row>
</el-card>
</el-card> -->
<el-card class="right">
<span>指标评价</span>
<el-row style="flex-wrap: nowrap" class="top">