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

View File

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