123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <!-- 引入样式 -->
- <link rel="stylesheet" href="./styles/index.css" />
- <link rel="stylesheet" href="./styles/animate.css" />
- <!-- 引入js -->
- <script src="./libs/vue@2.7.10.js"></script>
- <script src="./libs/echarts.min2.js"></script>
- <script src="./libs/echarts-gl.min.js"></script>
- <script src="./libs/datav.map.vue.js"></script>
- <script src="./libs/axios.min.js"></script>
- <script src="./js/request.js"></script>
- <script src="./js/map/china.json"></script>
- <script src="./js/Data.js"></script>
- <script src="./libs/echarts-tooltip-carousel.js"></script>
- <script src="./libs/echarts-liquidfill.min.js"></script>
- </head>
- <body>
- <div id="app" class="w-full h-full overflow-hidden" :class="mapShow?'appbg1':'appbg2'">
- <div class="top">
- <div class="title relative" style="padding-top: 2%">
- <span @click="tipShow1Fun('2.png','投前管理')" class="pointer">投前管理</span>
- <div></div>
- <div class="pointer timeBox" @click="pullShow = !pullShow">
- <span>{{year}}</span>
- <img src="./img/arrow.png" alt="">
- </div>
- <div class="pullBox" v-if="pullShow">
- <span v-for="(item,index) in pollList" class="pointer text-center" @click="chooseTime(item)"
- :key="index">{{item}}</span>
- </div>
- </div>
- <div class="mainTitle pointer" @click.stop="tipShow1Fun('1.png','数智化投资管理驾驶舱')">数智化投资管理驾驶舱</div>
- <div class="title" style="padding-top: 2%">
- <span class="pointer" @click.stop="tipShow1Fun('7.png','投中、投后管理')">投中、投后管理</span>
- <div></div>
- </div>
- </div>
- <div class="bottom overflow-hidden">
- <div class="left">
- <div>
- <div class="title">投资计划分析</div>
- <div class="content left1">
- <div class="overflow-hidden">
- <div class="child">
- <div style="font-size: 28px">固定资产类项目</div>
- <div></div>
- <div style="font-size: 50px; color: #68bdff; font-weight: bold">
- 1,608.69<span style="font-size: 28px"
- @click.stop="showChartLTipSingle('投资金额','left','','','投资计划分析','固定资产投资金额','','','','','',2141)">亿</span>
- </div>
- <div style="
- font-size: 50px;
- color: #68bdff;
- font-weight: bold;
- justify-self: center;
- ">
- 350<span style="font-size: 28px">个</span>
- </div>
- <div style="font-size: 28px">投资金额</div>
- <div style="font-size: 28px; justify-self: center">
- 项目数量
- </div>
- </div>
- <div class="child">
- <div style="font-size: 28px">股权类项目</div>
- <div></div>
- <div style="font-size: 50px; color: #68bdff; font-weight: bold">
- 159.56<span style="font-size: 28px">亿</span>
- </div>
- <div style="
- font-size: 50px;
- color: #68bdff;
- font-weight: bold;
- justify-self: center;
- ">
- 250<span style="font-size: 28px">个</span>
- </div>
- <div style="font-size: 28px">投资金额</div>
- <div style="font-size: 28px; justify-self: center">
- 项目数量
- </div>
- </div>
- </div>
- <div class="overflow-hidden left1B">
- <svg style="height: 700px; width: 700px" class="svg_box">
- <circle cx="240" cy="260" r="150" stroke-width="30px" stroke="rgb(140 201 249)" fill="none"
- stroke-dasharray="40 10">
- <animateTransform attributeName="transform" repeatCount="indefinite" type="rotate" from="0 240 260" /
- to="-360 240 260" dur="20" />
- </circle>
- </svg>
- <svg style="height: 700px;width: 700px" class="svg_box">
- <circle cx="240" cy="120" r="100" stroke-width="10px" stroke="rgb(140 201 249)" fill="none"
- stroke-dasharray="10 20">
- <animateTransform attributeName="transform" repeatCount="indefinite" type="rotate" from="0 240 120"
- to="360 240 120" dur="20" />
- </circle>
- </svg>
- <div class="flex items-center justify-center flex-col relative" style="padding-bottom: 10%;">
- <div style="font-size: 72px; color: #ffe036; font-weight: bold">
- 1,768.60<span style="font-size: 28px">亿</span>
- </div>
- <div style="font-size: 28px">年度投资计划总额</div>
- </div>
- <div class="left1C">
- <div class="flex justify-between left1C-child">
- <div style="height: 100%; width: 48%" class="flex items-center justify-center font28 pointer"
- @click="industryProportionChange(1)"
- :class="industryProportion==1?'industryProportion1':'industryProportion2'">
- 主辅业计划占比
- </div>
- <div style="height: 100%; width: 48%" class="flex items-center justify-center font28 pointer"
- @click="industryProportionChange(2)"
- :class="industryProportion==2?'industryProportion1':'industryProportion2'">
- 投资阶段占比
- </div>
- </div>
- <div class="flex overflow-hidden items-center" style="padding: 1% 0">
- <div ref="leftEcharts1" style="height: 100%; aspect-ratio: 1/1; flex-shrink: 0"></div>
- <div style="width: 95%; margin-left: 5%">
- <div class="flex items-center font28">
- <img src="./img/title-icon.png" style="width: 32px; height: 52px" alt="" />
- <span style="margin: 0 10px">{{industryProportion==1?'主业':'新建'}}</span>
- <span style="color: #68bdff">{{industryProportion==1?713:168}}个</span>
- </div>
- <div ref="leftEcharts2" style="height: 50%; width: 100%"></div>
- </div>
- </div>
- <div class="flex overflow-hidden items-center" style="padding: 1% 0">
- <div ref="leftEcharts3" style="height: 100%; aspect-ratio: 1/1; flex-shrink: 0"></div>
- <div style="width: 95%; margin-left: 5%">
- <div class="flex items-center font28">
- <img src="./img/title-icon.png" style="width: 32px; height: 52px" alt="" />
- <span style="margin: 0 10px">{{industryProportion==1?'辅业':'续建'}}</span>
- <span style="color: #68bdff">{{industryProportion==1?84:465}}个</span>
- </div>
- <div ref="leftEcharts4" style="height: 50%; width: 100%"></div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div>
- <div class="title">投资额度分析</div>
- <div class="content left3">
- <div ref="leftEcharts6" style="width: 100%; height: 100%"></div>
- <div class="left3A">
- <div class="flex justify-center flex-col" style="padding-left: 35%">
- <div style="font-size: 48px; font-weight: bold; color: #68bdff">
- 514.89<span class="font28">亿</span>
- </div>
- <div class="font28">上年度净利润</div>
- </div>
- <div class="flex justify-center flex-col" style="padding-left: 35%">
- <div style="font-size: 48px; font-weight: bold; color: #68bdff">
- 744.06<span class="font28">亿</span>
- </div>
- <div class="font28">固定资产折旧及无形资产摊销</div>
- </div>
- <div class="flex justify-center flex-col" style="padding-left: 35%">
- <div style="font-size: 48px; font-weight: bold; color: #68bdff">
- 487.00<span class="font28">亿</span>
- </div>
- <div class="font28">带息负责压降额</div>
- </div>
- </div>
- </div>
- </div>
- <div>
- <div class="title">产业布局分析</div>
- <div class="content left2">
- <div class="flex items-center justify-around font28" style="padding: 0 10%">
- <div @click="industryLayoutChange(0)" class="pointer"
- :class="industryLayout==0?'industryProportion1':'industryProportion2'" style="padding: 1% 2%">
- 传统产业
- </div>
- <div @click="industryLayoutChange(1)" class="pointer"
- :class="industryLayout==1?'industryProportion1':'industryProportion2'" style="padding: 1% 2%">
- 战略性新兴产业
- </div>
- <div @click="industryLayoutChange(2)" class="pointer"
- :class="industryLayout==2?'industryProportion1':'industryProportion2'" style="padding: 1% 2%">
- 特色优势产业
- </div>
- <div @click="industryLayoutChange(3)" class="pointer"
- :class="industryLayout==3?'industryProportion1':'industryProportion2'" style="padding: 1% 2%">
- 公共基础产业
- </div>
- </div>
- <div ref="leftEcharts5" style="width: 100%; height: 100%"></div>
- </div>
- </div>
- <div>
- <div class="title">投资额度使用情况</div>
- <div class="content">
- <div ref="leftEcharts10" style="height: 100%; width: 100%"></div>
- </div>
- </div>
- <div>
- <div class="title">项目阶段分析</div>
- <div class="content left4">
- <div ref="leftEcharts7" style="height: 100%; width: 100%"></div>
- <div ref="leftEcharts8" style="height: 100%; width: 100%"></div>
- <div class="left4A">
- <!-- 第一列 -->
- <div style="width: 104px; left: 9%; animation-delay: 1s" :style="{top:`${projecList[0][0].top}%`}">
- <div class="text-center">{{projecList[0][0].value2}}亿</div>
- <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
- </div>
- <div style="width: 104px; left: 9%; animation-delay: 1s" :style="{top:`${projecList[0][1].top}%`}">
- <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
- <div class="text-center">{{projecList[0][1].value2}}亿</div>
- </div>
- <!-- 第二列 -->
- <div style="width: 104px; left: 19%" :style="{top:`${projecList[1][0].top}%`}">
- <div class="text-center">{{projecList[1][0].value2}}亿</div>
- <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
- </div>
- <div style="width: 104px; left: 19%" :style="{top:`${projecList[1][1].top}%`}">
- <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
- <div class="text-center">{{projecList[1][1].value2}}亿</div>
- </div>
- <!-- 第三列 -->
- <div style="width: 104px; left: 29%; animation-delay: 1s" :style="{top:`${projecList[2][0].top}%`}">
- <div class="text-center">{{projecList[2][0].value2}}亿</div>
- <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
- </div>
- <div style="width: 104px; left: 29%; animation-delay: 1s" :style="{top:`${projecList[2][1].top}%`}">
- <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
- <div class="text-center">{{projecList[2][1].value2}}亿</div>
- </div>
- <!-- 第四列 -->
- <div style="width: 104px;left: 39%" :style="{top:`${projecList[3][0].top}%`}">
- <div class="text-center">{{projecList[3][0].value2}}亿</div>
- <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
- </div>
- <div style="width: 104px; left: 39%" :style="{top:`${projecList[3][1].top}%`}">
- <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
- <div class="text-center">{{projecList[3][1].value2}}亿</div>
- </div>
- <!-- 第五列 -->
- <div style="width: 104px; left: 58%; animation-delay: 1s" :style="{top:`${projecList[4][0].top}%`}">
- <div class="text-center">{{projecList[4][0].value2}}亿</div>
- <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
- </div>
- <div style="width: 104px; left: 58%; animation-delay: 1s" :style="{top:`${projecList[4][1].top}%`}">
- <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
- <div class="text-center">{{projecList[4][1].value2}}亿</div>
- </div>
- <!-- 第六列 -->
- <div style="width: 104px; left: 68%" :style="{top:`${projecList[5][0].top}%`}">
- <div class="text-center">{{projecList[5][0].value2}}亿</div>
- <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
- </div>
- <div style="width: 104px; left: 68%" :style="{top:`${projecList[5][1].top}%`}">
- <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
- <div class="text-center">{{projecList[5][1].value2}}亿</div>
- </div>
- <!-- 第七列 -->
- <div style="width: 104px; left: 78%; animation-delay: 1s" :style="{top:`${projecList[6][0].top}%`}">
- <div class="text-center">{{projecList[6][0].value2}}亿</div>
- <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
- </div>
- <div style="width: 104px; left: 78%; animation-delay: 1s" :style="{top:`${projecList[6][1].top}%`}">
- <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
- <div class="text-center">{{projecList[6][1].value2}}亿</div>
- </div>
- <!-- 第八列 -->
- <div style="width: 104px; left: 88%" :style="{top:`${projecList[7][0].top}%`}">
- <div class="text-center">{{projecList[7][0].value2}}亿</div>
- <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
- </div>
- <div style="width: 104px; left: 88%" :style="{top:`${projecList[7][1].top}%`}">
- <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
- <div class="text-center">{{projecList[7][1].value2}}亿</div>
- </div>
- <div class="absolute projectPop" style="top: 50%;" :style="{left:projecList[projectNum][2].distance}">
- <div>{{projecList[projectNum][2].name}}</div>
- <div><span
- style="display:inline-block;border-radius:50%;margin-right: 10px; width:20px;height:20px;background-color:#45A9E1"></span>{{projecList[projectNum][0].name}}:{{projecList[projectNum][0].value}}个,{{projecList[projectNum][0].value2}}亿
- </div>
- <div><span
- style="display:inline-block;border-radius:50%;margin-right: 10px; width:20px;height:20px;background-color:#4CEEE5"></span>{{projecList[projectNum][1].name}}:{{projecList[projectNum][1].value}}个,{{projecList[projectNum][1].value2}}亿
- </div>
- </div>
- </div>
- </div>
- </div>
- <div>
- <div class="title">重点项目两线指标</div>
- <div class="content left5">
- <dv-scroll-board ref="indicator" :config="storageRecordConfig"
- @scroll-change="scrollChange"></dv-scroll-board>
- <div ref="leftEcharts11" style="width: 100%; height: 100%"></div>
- </div>
- </div>
- </div>
- <div class="center" v-if="mapShow">
- <div>
- <div>
- <div class="title">两个转型</div>
- <div class="content relative center1">
- <div class="flex items-center justify-end" style="font-size: 24px">
- <span class="length1"></span>
- <span style="margin-right: 40px">产业转型</span>
- <span class="length2"></span>
- <span>数字转型</span>
- </div>
- <div></div>
- <div class="absolute flex items-center justify-center flex-col bubble" style="
- width: 192px;
- height: 192px;
- top: 25%;
- left: 25%;
- animation-delay: 1s;
- ">
- <span style="font-size: 30px; font-weight: bold; color: #68bdff">55.05<span
- class="font28">亿</span></span>
- <span class="font28">投资金额</span>
- </div>
- <div class="absolute flex items-center justify-center flex-col bubble" style="
- width: 170px;
- height: 170px;
- top: 60%;
- left: 70%;
- animation-delay: 1s;
- ">
- <span style="font-size: 30px; font-weight: bold; color: #68bdff">98<span class="font28">个</span></span>
- <span class="font28">项目数量</span>
- </div>
- <div class="absolute flex items-center justify-center flex-col bubble"
- style="width: 175px; height: 175px; top: 65%; left: 15%">
- <span style="font-size: 30px; font-weight: bold; color: #ebde27">101<span class="font28">个</span></span>
- <span class="font28">项目数量</span>
- </div>
- <div class="absolute flex items-center justify-center flex-col bubble"
- style="width: 190px; height: 190px; top: 35%; left: 50%">
- <span style="font-size: 30px; font-weight: bold; color: #ebde27">10.63<span
- class="font28">亿</span></span>
- <span class="font28">投资金额</span>
- </div>
- </div>
- </div>
- <div>
- <div class="title">投资产业分布</div>
- <div class="content relative">
- <div style="width: 100%;height: 100%;" ref="leftEcharts12"></div>
- <div style="width: 100%;height: 100%;top: 0;left: 0;" class="absolute" ref="leftEcharts17"></div>
- <div class="absolute flex flex-col items-center justify-center" style="top: 40%;left: 36.5%;">
- <span style="color: #58E6F7;font-size: 50px;font-weight: bold;">{{stageTitle3}}</span>
- <span class="font28 text-center" style="width: 180px;">{{stageTitle4}}</span>
- </div>
- </div>
- </div>
- <div>
- <div class="title">投资执行情况</div>
- <div class="content">
- <div class="w-full h-full" ref="leftEcharts14"></div>
- </div>
- </div>
- </div>
- <div class="center2">
- <div>
- <div class="flex justify-center flex-col">
- <div>
- <div style="font-size: 50px; color: #5bdcc8; font-weight: bold">
- 402.70<span style="font-size: 28px">亿</span>
- </div>
- <div style="font-size: 28px; justify-self: center">
- 总投资额
- </div>
- </div>
- </div>
- <div class="flex justify-center flex-col">
- <div>
- <div style="font-size: 50px; color: #68bdff; font-weight: bold">
- 396<span style="font-size: 28px">个</span>
- </div>
- <div style="font-size: 28px; justify-self: center">
- 项目总数
- </div>
- </div>
- </div>
- <div class="flex justify-center flex-col">
- <div>
- <div style="font-size: 50px; color: #68bdff; font-weight: bold">
- 25.43<span style="font-size: 28px">亿</span>
- </div>
- <div style="font-size: 28px; justify-self: center">
- 固定资产类
- </div>
- </div>
- </div>
- <div class="flex justify-center flex-col">
- <div>
- <div style="font-size: 50px; color: #5bdcc8; font-weight: bold">
- 377.27<span style="font-size: 28px">亿</span>
- </div>
- <div style="font-size: 28px; justify-self: center">
- 股权类
- </div>
- </div>
- </div>
- </div>
- <div class="relative overflow-hidden">
- <div ref="shanxi" style="width: 100%; height: 100%; z-index: 100"></div>
- <div class="center3" ref="leftEcharts9"></div>
- </div>
- </div>
- <div class="center4">
- <div>
- <div>
- <div class="title">五个一体化</div>
- <div class="content">
- <div ref="leftEcharts15" style="height: 100%;width: 100%;"></div>
- </div>
- </div>
- </div>
- <div>
- <div>
- <div class="title">管理类型分析</div>
- <div class="content relative">
- <div ref="leftEcharts13" style="height: 100%;width: 100%;"></div>
- <div class="absolute flex flex-col items-center justify-center" style="top: 40%;left: 38%;">
- <span style="color: #58E6F7;font-size: 50px;font-weight: bold;">{{stageTitle2}}</span>
- <span class="font28 text-center" style="width: 180px;">{{stageTitle}}</span>
- </div>
- </div>
- </div>
- </div>
- <div>
- <div>
- <div class="title">省级重点项目监控</div>
- <div class="content">
- <dv-scroll-board :config="storageRecordConfig2" class="h-full w-full" />
- </div>
- </div>
- </div>
- </div>
- </div>
- <div v-else class="centerB h-full w-full relative">
- <div class="chinaTop">
- <div class="flex justify-center flex-col">
- <div style="padding-left: 40%;">
- <div style="font-size: 60px; color: #5bdcc8; font-weight: bold">
- 402.7<span style="font-size: 28px">亿</span>
- </div>
- <div style="font-size: 28px; justify-self: center">
- 总投资额
- </div>
- </div>
- </div>
- <div class="flex justify-center flex-col">
- <div style="padding-left: 40%;">
- <div style="font-size: 60px; color: #68bdff; font-weight: bold">
- 396<span style="font-size: 28px">个</span>
- </div>
- <div style="font-size: 28px; justify-self: center">
- 项目总数
- </div>
- </div>
- </div>
- <div class="flex justify-center flex-col">
- <div style="padding-left: 40%;">
- <div style="font-size: 60px; color: #68bdff; font-weight: bold">
- 25.43<span style="font-size: 28px">亿</span>
- </div>
- <div style="font-size: 28px; justify-self: center">
- 固定资产类
- </div>
- </div>
- </div>
- <div class="flex justify-center flex-col">
- <div style="padding-left: 40%;">
- <div style="font-size: 60px; color: #5bdcc8; font-weight: bold">
- 377.27<span style="font-size: 28px">亿</span>
- </div>
- <div style="font-size: 28px; justify-self: center">
- 股权类
- </div>
- </div>
- </div>
- </div>
- <div ref="china" style="width: 100%; height: 100%; z-index: 100"></div>
- <div class="center5" ref="leftEcharts16"></div>
- </div>
- <div class="right">
- <div class="means">
- <div class="meansWrap">
- <div class="meansHead">
- <img src="./img/1.png" alt="" />
- 固定资产类项目
- </div>
- <div class="wrapMeansItem">
- <div v-for="(item, index) in meansList" class="itemWid" :class="[topIndex == index ? 'active': '']">
- <div class="itemBac">
- <div>
- {{item.value}}
- <p>个</p>
- </div>
- <span>{{item.label}}</span>
- </div>
- <img v-if="index != meansList.length -1" src="./img/6.png" alt="" />
- </div>
- </div>
- </div>
- <div class="shareholding">
- <div class="meansHead">
- <img src="./img/2.png" alt="" />
- 股权类项目
- </div>
- <div class="wrapMeansItem">
- <div v-for="(item, index) in stockRightList" :class="[topIndex == index+6 ? 'active': '']"
- class="itemWid2">
- <div class="itemBac itemBac2">
- <div>
- {{item.value}}
- <p>个</p>
- </div>
- <span>{{item.label}}</span>
- </div>
- <img v-if="index != stockRightList.length -1" src="./img/6.png" alt="" />
- </div>
- </div>
- </div>
- </div>
- <div>
- <div class="publicTitle">进度成本偏差概览</div>
- <div class="progressCost">
- <div class="costItem" v-for="(item, index) in costList">
- <div class="itemTop">
- <div class="topDiv">
- <p>项目数量</p>
- <div class="costNum">
- {{item.num}}
- <span>个</span>
- </div>
- </div>
- <div class="topDiv" style="margin-top: 1.875rem">
- <p>投资金额</p>
- <div class="costNum">
- {{item.value}}
- <span>亿</span>
- </div>
- </div>
- </div>
- <div class="itemBottom">
- <img class="aniLeft" src="./img/8.png" alt="" />
- <div>{{item.status}}</div>
- <img class="aniRight" src="./img/9.png" alt="" />
- </div>
- </div>
- </div>
- </div>
- <div>
- <div class="publicTitle">投资预算执行</div>
- <div class="invest">
- <div class="lp">
- <div class="quan"></div>
- <div class="bigq"></div>
- <img :src="investData.investList[witchs].url" alt="" />
- <div class="plItem" :style="{transform:'rotate('+innerDeg+'deg)'}">
- <div :class="[witchs == index? 'active' : '']" v-for="(item, index) in investData.investList"
- :style="{ transform: 'translateY(-50%) rotate(-' + item.deg + 'deg)' }" @click="clickItem(index)">
- {{item.name}}
- </div>
- </div>
- </div>
- <div class="investInfoWrap">
- <div class="investInfo">
- 项目预算额<span>{{investData.investList[witchs].yse}}</span>亿
- </div>
- <div class="investInfo">
- 已签合同额<span>{{investData.investList[witchs].yqhte}}</span>亿
- </div>
- <div class="investInfo">
- 产值认定额<span>{{investData.investList[witchs].czrde}}</span>亿
- </div>
- <div class="investInfo">
- 累计结算额<span>{{investData.investList[witchs].jse}}</span>亿
- </div>
- <div class="investInfo">
- 累计付款额<span>{{investData.investList[witchs].fke}}</span>亿
- </div>
- </div>
- </div>
- </div>
- <div>
- <div class="publicTitle">进度成本偏差</div>
- <div class="echartsWrap" ref="rightEcharts1"></div>
- </div>
- <div>
- <div class="publicTitle">项目风险分析</div>
- <div class="projectRisk">
- <div class="riskWrap" ref="echartR2"></div>
- <div class="riskWrap" ref="echartR3"></div>
- <div class="riskWrap longRisk" ref="echartR4"></div>
- </div>
- </div>
- </div>
- <div class="bottom-tip" @click="backChina"></div>
- </div>
- <!-- 标题状图弹窗 -->
- <div class="absolute backBlack" v-if="tipShow1 || tipShow2 ">
- <div class="tip-box1" v-show="tipShow1">
- <img src="./img/close.png" style="width: 40px;height: 40px;top: 30px;right: 30px;" class="absolute pointer"
- alt="" @click="closeTap()">
- <div class="pop-title1">{{titleName}}</div>
- <div class="pop-content1 text-center">
- <div class="absolute popLeft" @click.stop="popLeftClick()"></div>
- <div class="absolute popright" @click.stop="poprightClick()"></div>
- <img :src="`./img/titleImg/${titleUrl}`" class="titleImg" alt="">
- </div>
- </div>
- <!-- 单个柱状图弹窗 -->
- <div class="tip-box1" v-show="tipShow2">
- <img src="./img/close.png" style="width: 40px;height: 40px;top: 30px;right: 30px;" class="absolute pointer"
- alt="" @click="closeTap()">
- <div class="pop-title1">{{titleName}}</div>
- <div class="pop-content1 text-center">
- <div class="h-full w-full" ref=""></div>
- </div>
- </div>
- </div>
- </div>
- <script src="./js/index.js"></script>
- </body>
- </html>
|