Browse Source

fix:现场专项二级大屏--整改率改为办结率

master
buaixuexideshitongxue 2 weeks ago
parent
commit
8fdcd76407
  1. 2
      src/api/screen/caseVerif.ts
  2. 12
      src/views/datav/subonedatav/SubOneSceneInsp.vue

2
src/api/screen/caseVerif.ts

@ -1,4 +1,4 @@
import request from "../request"; import request from "@/api/request";

12
src/views/datav/subonedatav/SubOneSceneInsp.vue

@ -50,7 +50,7 @@
{{ leftOverview.correctionRate }}% {{ leftOverview.correctionRate }}%
</div> </div>
<div class="descriptions_label"> <div class="descriptions_label">
整改 办结
</div> </div>
</div> </div>
</el-col> </el-col>
@ -59,7 +59,7 @@
<datav-chart-bar <datav-chart-bar
:data="fxsjChangedRankList" :data="fxsjChangedRankList"
size="small" size="small"
title="整改率排名" title="办结率排名"
sub-title="已办结/问题数" sub-title="已办结/问题数"
unit="%" unit="%"
:label-width="110" :label-width="110"
@ -105,7 +105,7 @@
{{ leftOverview.correctionRate }}% {{ leftOverview.correctionRate }}%
</div> </div>
<div class="descriptions_label"> <div class="descriptions_label">
整改 办结
</div> </div>
</div> </div>
</el-col> </el-col>
@ -114,7 +114,7 @@
<datav-chart-bar <datav-chart-bar
:data="jsdwChangedRankList" :data="jsdwChangedRankList"
size="large" size="large"
title="整改率排名" title="办结率排名"
sub-title="已办结/问题数" sub-title="已办结/问题数"
unit="%" unit="%"
:label-width="110" :label-width="110"
@ -249,7 +249,7 @@
{{ fxsjYellowBetOverview.correctionRate }}% {{ fxsjYellowBetOverview.correctionRate }}%
</div> </div>
<div class="descriptions_label"> <div class="descriptions_label">
整改 办结
</div> </div>
</div> </div>
</el-col> </el-col>
@ -303,7 +303,7 @@
{{ jsdwYellowBetOverview.correctionRate }}% {{ jsdwYellowBetOverview.correctionRate }}%
</div> </div>
<div class="descriptions_label"> <div class="descriptions_label">
整改 办结
</div> </div>
</div> </div>
</el-col> </el-col>

Loading…
Cancel
Save