Browse Source

fix--修改样式

master
parent
commit
548f2fa40d
  1. 34
      src/views/datav/subonedatav/SubOneSceneInsp.vue

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

@ -27,7 +27,7 @@
<el-col :span="6"> <el-col :span="6">
<div class="descriptions_cell text-center"> <div class="descriptions_cell text-center">
<div class="descriptions_content"> <div class="descriptions_content">
{{ leftOverview.changing }} {{ leftOverview.processingNumber }}
</div> </div>
<div class="descriptions_label"> <div class="descriptions_label">
办理中 办理中
@ -37,7 +37,7 @@
<el-col :span="6"> <el-col :span="6">
<div class="descriptions_cell text-center"> <div class="descriptions_cell text-center">
<div class="descriptions_content"> <div class="descriptions_content">
{{ leftOverview.changed }} {{ leftOverview.completedNumber }}
</div> </div>
<div class="descriptions_label"> <div class="descriptions_label">
已办结 已办结
@ -47,7 +47,7 @@
<el-col :span="6"> <el-col :span="6">
<div class="descriptions_cell text-center"> <div class="descriptions_cell text-center">
<div class="descriptions_content"> <div class="descriptions_content">
{{ leftOverview.correctionRate }}% {{ leftOverview.completedRate }}%
</div> </div>
<div class="descriptions_label"> <div class="descriptions_label">
办结率 办结率
@ -58,10 +58,11 @@
<el-scrollbar height="350px"> <el-scrollbar height="350px">
<datav-chart-bar <datav-chart-bar
:data="fxsjChangedRankList" :data="fxsjChangedRankList"
size="small" size="large"
title="办结率排名" title="办结率排名"
sub-title="已办结/问题数" sub-title="已办结/问题数"
unit="%" unit="%"
:isgroupby="true"
:label-width="110" :label-width="110"
:color="dayTimeColors" :color="dayTimeColors"
/> />
@ -82,7 +83,7 @@
<el-col :span="6"> <el-col :span="6">
<div class="descriptions_cell text-center"> <div class="descriptions_cell text-center">
<div class="descriptions_content"> <div class="descriptions_content">
{{ leftOverview.changing }} {{ leftOverview.processingNumber }}
</div> </div>
<div class="descriptions_label"> <div class="descriptions_label">
办理中 办理中
@ -92,7 +93,7 @@
<el-col :span="6"> <el-col :span="6">
<div class="descriptions_cell text-center"> <div class="descriptions_cell text-center">
<div class="descriptions_content"> <div class="descriptions_content">
{{ leftOverview.changed }} {{ leftOverview.completedNumber }}
</div> </div>
<div class="descriptions_label"> <div class="descriptions_label">
已办结 已办结
@ -102,7 +103,7 @@
<el-col :span="6"> <el-col :span="6">
<div class="descriptions_cell text-center"> <div class="descriptions_cell text-center">
<div class="descriptions_content"> <div class="descriptions_content">
{{ leftOverview.correctionRate }}% {{ leftOverview.completedRate }}%
</div> </div>
<div class="descriptions_label"> <div class="descriptions_label">
办结率 办结率
@ -117,6 +118,7 @@
title="办结率排名" title="办结率排名"
sub-title="已办结/问题数" sub-title="已办结/问题数"
unit="%" unit="%"
:isgroupby="true"
:label-width="110" :label-width="110"
:color="dayTimeColors" :color="dayTimeColors"
/> />
@ -216,7 +218,7 @@
<el-col :span="6"> <el-col :span="6">
<div class="descriptions_cell text-center"> <div class="descriptions_cell text-center">
<div class="descriptions_content"> <div class="descriptions_content">
{{ fxsjYellowBetOverview.proTotal }} {{ rightOverview.proTotal }}
</div> </div>
<div class="descriptions_label"> <div class="descriptions_label">
问题数 问题数
@ -226,7 +228,7 @@
<el-col :span="6"> <el-col :span="6">
<div class="descriptions_cell text-center"> <div class="descriptions_cell text-center">
<div class="descriptions_content"> <div class="descriptions_content">
{{ fxsjYellowBetOverview.changing }} {{ rightOverview.processingNumber }}
</div> </div>
<div class="descriptions_label"> <div class="descriptions_label">
办理中 办理中
@ -236,7 +238,7 @@
<el-col :span="6"> <el-col :span="6">
<div class="descriptions_cell text-center"> <div class="descriptions_cell text-center">
<div class="descriptions_content"> <div class="descriptions_content">
{{ fxsjYellowBetOverview.changed }} {{ rightOverview.completedNumber }}
</div> </div>
<div class="descriptions_label"> <div class="descriptions_label">
已办结 已办结
@ -246,7 +248,7 @@
<el-col :span="6"> <el-col :span="6">
<div class="descriptions_cell text-center"> <div class="descriptions_cell text-center">
<div class="descriptions_content"> <div class="descriptions_content">
{{ fxsjYellowBetOverview.correctionRate }}% {{ rightOverview.completedRate }}%
</div> </div>
<div class="descriptions_label"> <div class="descriptions_label">
办结率 办结率
@ -270,7 +272,7 @@
<el-col :span="6"> <el-col :span="6">
<div class="descriptions_cell text-center"> <div class="descriptions_cell text-center">
<div class="descriptions_content"> <div class="descriptions_content">
{{ jsdwYellowBetOverview.proTotal }} {{ rightOverview.proTotal }}
</div> </div>
<div class="descriptions_label"> <div class="descriptions_label">
问题数 问题数
@ -280,7 +282,7 @@
<el-col :span="6"> <el-col :span="6">
<div class="descriptions_cell text-center"> <div class="descriptions_cell text-center">
<div class="descriptions_content"> <div class="descriptions_content">
{{ jsdwYellowBetOverview.changing }} {{ rightOverview.processingNumber }}
</div> </div>
<div class="descriptions_label"> <div class="descriptions_label">
办理中 办理中
@ -290,7 +292,7 @@
<el-col :span="6"> <el-col :span="6">
<div class="descriptions_cell text-center"> <div class="descriptions_cell text-center">
<div class="descriptions_content"> <div class="descriptions_content">
{{ jsdwYellowBetOverview.changed }} {{ rightOverview.completedNumber }}
</div> </div>
<div class="descriptions_label"> <div class="descriptions_label">
已办结 已办结
@ -300,7 +302,7 @@
<el-col :span="6"> <el-col :span="6">
<div class="descriptions_cell text-center"> <div class="descriptions_cell text-center">
<div class="descriptions_content"> <div class="descriptions_content">
{{ jsdwYellowBetOverview.correctionRate }}% {{ rightOverview.completedRate }}%
</div> </div>
<div class="descriptions_label"> <div class="descriptions_label">
办结率 办结率
@ -821,8 +823,6 @@ const getSubOneChangedRankData = async () => {
endTime: time.value[1] endTime: time.value[1]
}) })
leftOverview.value =res.overview; leftOverview.value =res.overview;
fxsjRankOverview.value = res.fxsjRankOverview;
jsdwRankOverview.value = res.jsdwRankOverview;
fxsjChangedRankList.value = res.fxsjChangedRankList; fxsjChangedRankList.value = res.fxsjChangedRankList;
jsdwChangedRankList.value = res.jsdwChangedRankList; jsdwChangedRankList.value = res.jsdwChangedRankList;
console.log(res); console.log(res);

Loading…
Cancel
Save