|
@@ -51,7 +51,7 @@
|
|
|
<div class="child">
|
|
|
<div style="font-size: 28px">固定资产类项目</div>
|
|
|
<div></div>
|
|
|
- <div style="font-size: 52px; color: rgb(104, 189, 255); font-weight: bold;#68bdff; font-weight: bold" class="pointer"
|
|
|
+ <div style="font-size: 52px; color: rgb(104, 189, 255); font-weight: bold;" class="pointer"
|
|
|
@click.stop="showChartLTipSingle('投资金额','left','','','投资计划分析','固定资产投资金额','','','','','',2141)">
|
|
|
{{numFormat(yuanChange(left4[1]))}}<span style="font-size: 28px">亿</span>
|
|
|
</div>
|
|
@@ -60,7 +60,7 @@
|
|
|
color: #68bdff;
|
|
|
font-weight: bold;
|
|
|
justify-self: center;
|
|
|
- " @click.stop="showChartLTipSingle('投资金额','left','','','投资计划分析','固定资产投资金额','','','','','',2141)">
|
|
|
+ " @click.stop="showChartLTipSingle('项目数量','left','','','投资计划分析','固定资产项目数量','','','','','',2141)">
|
|
|
{{numFormat(left4[2])}}<span style="font-size: 28px">个</span>
|
|
|
</div>
|
|
|
<div style="font-size: 26px">投资金额</div>
|
|
@@ -717,11 +717,11 @@
|
|
|
<div class="pop-title1" style="padding-top: 20px;">项目列表</div>
|
|
|
<img alt="" src="./img/popLine.png" style="width: 70%;height: 40px;margin-left: 15%;">
|
|
|
<div class="pop-content2 text-center">
|
|
|
- <dv-scroll-board :config='config6' @click="goLookBoard" style="width:90%;height:100%;margin: 0 auto;" />
|
|
|
+ <dv-scroll-board :config='config6' @click="goLookBoard" style="width:95%;height:100%;margin: 0 auto;" />
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <div class="productTip" v-if="boardTipShow">
|
|
|
+ <div class="productTipBoard" v-if="boardTipShow">
|
|
|
<img src="./img/close.png" style="width: 40px;height: 40px;top: 30px;right: 30px;" class="absolute pointer"
|
|
|
alt="" @click="boardTipShow = false">
|
|
|
<div class="pop-title1" style="padding-top: 20px;">项目看板</div>
|