|
|
@@ -33,9 +33,21 @@
|
|
|
class="flex-child-average full-width flex flex-col flex-justify-start"
|
|
|
>
|
|
|
<div class="flex flex-center flex-justify-between">
|
|
|
- <span class="font-16 bold full-width text-left"
|
|
|
- >投资数据统计 单位(亿元)</span
|
|
|
- >
|
|
|
+ <div class="flex flex-center">
|
|
|
+ <span class="font-16 bold full-width text-left"
|
|
|
+ >投资数据统计 单位(亿元)</span
|
|
|
+ >
|
|
|
+ <el-tooltip
|
|
|
+ effect="dark"
|
|
|
+ content="平均值:年度责任目标/ 11 ,注:(1,2月合并)</br>投资统计:每月项目实际投资总和"
|
|
|
+ placement="bottom"
|
|
|
+ raw-content
|
|
|
+ >
|
|
|
+ <el-icon size="16">
|
|
|
+ <Warning />
|
|
|
+ </el-icon>
|
|
|
+ </el-tooltip>
|
|
|
+ </div>
|
|
|
<div
|
|
|
class="flex flex-center"
|
|
|
:class="isAverage ? 'green' : 'red'"
|
|
|
@@ -60,9 +72,21 @@
|
|
|
:year="year"
|
|
|
/>
|
|
|
</div>
|
|
|
- <span class="font-16 bold full-width text-left mt-20"
|
|
|
- >项目入库统计 单位(个)</span
|
|
|
- >
|
|
|
+ <div class="mt-20 full-width flex flex-center flex-justify-start">
|
|
|
+ <span class="font-16 bold text-left"
|
|
|
+ >项目入库统计 单位(个)</span
|
|
|
+ >
|
|
|
+ <el-tooltip
|
|
|
+ effect="dark"
|
|
|
+ content="当月实际入库和计划入库项目数量"
|
|
|
+ placement="bottom"
|
|
|
+ raw-content
|
|
|
+ >
|
|
|
+ <el-icon size="16">
|
|
|
+ <Warning />
|
|
|
+ </el-icon>
|
|
|
+ </el-tooltip>
|
|
|
+ </div>
|
|
|
<div class="full-width mt-10" style="background-color: #f7fafd">
|
|
|
<chart2
|
|
|
:dept-id="dept"
|