|
@@ -35,7 +35,7 @@
|
|
|
<dv-border-box-8 :dur="10" style="flex: 1;">
|
|
<dv-border-box-8 :dur="10" style="flex: 1;">
|
|
|
<div class="my-panel">
|
|
<div class="my-panel">
|
|
|
<div class="panel-title">
|
|
<div class="panel-title">
|
|
|
- <span class="text">投资关键指标</span>
|
|
|
|
|
|
|
+ <span class="text">定机构</span>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="content flex">
|
|
<div class="content flex">
|
|
|
<div ref="echartL1" style="flex: 1;height: 100%;"></div>
|
|
<div ref="echartL1" style="flex: 1;height: 100%;"></div>
|
|
@@ -138,11 +138,11 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="flex">
|
|
<div class="flex">
|
|
|
<div>
|
|
<div>
|
|
|
- <p>{{numFormat(centerData.changeInfo[2].value2)}}</p>
|
|
|
|
|
|
|
+ <p style="color:#FBE139">{{numFormat(centerData.changeInfo[2].value2)}}</p>
|
|
|
<p>改革前在册职工数</p>
|
|
<p>改革前在册职工数</p>
|
|
|
</div>
|
|
</div>
|
|
|
<div>
|
|
<div>
|
|
|
- <p>{{centerData.changeInfo[2].value3}}<span>万</span></p>
|
|
|
|
|
|
|
+ <p style="color:#17AC76">{{centerData.changeInfo[2].value3}}<span>万</span></p>
|
|
|
<p>在册职工压缩数</p>
|
|
<p>在册职工压缩数</p>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|