|
|
@@ -505,7 +505,7 @@
|
|
|
</div>
|
|
|
<div class="content top-lb">
|
|
|
<div v-for="(item,index) in titleList.slice(0,11)" :key="index" @mouseenter="yellowMouse(index)"
|
|
|
- @mouseleave="yellowType=true" @click="showChartLTipDouble(item.name,'right','','','','','','','','','',311,4,item.projectStepCode)"
|
|
|
+ @mouseleave="yellowType=true" @click="showChartLTipDouble(item.name,'right','','','','','','','','','',311,4,item.projectStepCode,'')"
|
|
|
class="topCard flex items-center justify-center flex-col overflow-hidden pointer">
|
|
|
<div class="flex items-center justify-center shrink-0"
|
|
|
:class="(item.type==1&&item.name)?'titleBackBlue':(item.type==2&&item.name)?'titleBackYellow':''">
|
|
|
@@ -526,7 +526,7 @@
|
|
|
</div>
|
|
|
<div class="content top-rb">
|
|
|
<div class="topCard flex items-center justify-center flex-col overflow-hidden pointer"
|
|
|
- @mouseenter="yellowMouse(12)" @click="showChartLTipDouble(titleList[12].name,'right','','','','','','','','','',311,4,titleList[12].projectStepCode)">
|
|
|
+ @mouseenter="yellowMouse(12)" @click="showChartLTipDouble(titleList[12].name,'right','','','','','','','','','',311,4,titleList[12].projectStepCode,'')">
|
|
|
<div class="flex items-center justify-center shrink-0"
|
|
|
:class="(titleList[12].type==1)?'titleBackBlue':'titleBackYellow'"><span
|
|
|
class="flex items-center justify-center"
|
|
|
@@ -541,7 +541,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="topCard flex items-center justify-center flex-col pointer" @mouseenter="yellowMouse(14)"
|
|
|
- @click="showChartLTipDouble(titleList[14].name,'right','','','','','','','','','',311,4,titleList[14].projectStepCode)">
|
|
|
+ @click="showChartLTipDouble(titleList[14].name,'right','','','','','','','','','',311,4,titleList[14].projectStepCode,'')">
|
|
|
<div class="flex items-center justify-center shrink-0"
|
|
|
:class="(titleList[14].type==1)?'titleBackBlue':'titleBackYellow'"><span
|
|
|
class="flex items-center justify-center"
|
|
|
@@ -563,8 +563,8 @@
|
|
|
<div class="title">
|
|
|
<span class="text">进度成本偏差概览</span>
|
|
|
</div>
|
|
|
- <div class="right-cl content pointer" @click="showChartLTipDouble('进度成本偏差概览','right')">
|
|
|
- <div v-for="(item,index) in centerLeftList" :key="index" class="w-full h-full">
|
|
|
+ <div class="right-cl content pointer">
|
|
|
+ <div v-for="(item,index) in centerLeftList" :key="index" class="w-full h-full" @click="showChartLTipDouble('进度成本偏差概览','right','','','','','','','','','',312,1,'',item.type)">
|
|
|
<div class="center-l-title flex items-center justify-center"><span
|
|
|
style="margin-right: 10px;color: #0FA9E2;">·</span>{{item.name}}<span
|
|
|
style="margin-left: 10px;color: #0FA9E2;">·</span></div>
|