index.html 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <!-- 引入样式 -->
  8. <link rel="stylesheet" href="./styles/index.css" />
  9. <link rel="stylesheet" href="./styles/animate.css" />
  10. <!-- 引入js -->
  11. <script src="./libs/vue@2.7.10.js"></script>
  12. <script src="./libs/echarts.min2.js"></script>
  13. <script src="./libs/echarts-gl.min.js"></script>
  14. <script src="./libs/datav.map.vue.js"></script>
  15. <script src="./libs/axios.min.js"></script>
  16. <script src="./js/request.js"></script>
  17. <script src="./js/map/china.json"></script>
  18. <script src="./js/Data.js"></script>
  19. <script src="./libs/echarts-tooltip-carousel.js"></script>
  20. <script src="./libs/echarts-liquidfill.min.js"></script>
  21. </head>
  22. <body>
  23. <div id="app" class="w-full h-full overflow-hidden" :class="mapShow?'appbg1':'appbg2'">
  24. <div class="top overflow-hidden">
  25. <div class="title" style="padding-top: 2%">
  26. <span @click="tipShow1Fun('2.png','投前管理')" class="pointer">投前管理</span>
  27. <div></div>
  28. </div>
  29. <div class="mainTitle pointer" @click.stop="tipShow1Fun('1.png','数智化投资管理驾驶舱')">数智化投资管理驾驶舱</div>
  30. <div class="title" style="padding-top: 2%">
  31. <span class="pointer" @click.stop="tipShow1Fun('7.png','投中、投后管理')">投中、投后管理</span>
  32. <div></div>
  33. </div>
  34. </div>
  35. <div class="bottom overflow-hidden">
  36. <div class="left">
  37. <div>
  38. <div class="title">投资计划分析</div>
  39. <div class="content left1">
  40. <div class="overflow-hidden">
  41. <div class="child">
  42. <div style="font-size: 28px">固定资产类项目</div>
  43. <div></div>
  44. <div style="font-size: 50px; color: #68bdff; font-weight: bold">
  45. 1,608.69<span style="font-size: 28px">亿</span>
  46. </div>
  47. <div style="
  48. font-size: 50px;
  49. color: #68bdff;
  50. font-weight: bold;
  51. justify-self: center;
  52. ">
  53. 350<span style="font-size: 28px">个</span>
  54. </div>
  55. <div style="font-size: 28px">投资金额</div>
  56. <div style="font-size: 28px; justify-self: center">
  57. 项目数量
  58. </div>
  59. </div>
  60. <div class="child">
  61. <div style="font-size: 28px">股权类项目</div>
  62. <div></div>
  63. <div style="font-size: 50px; color: #68bdff; font-weight: bold">
  64. 159.56<span style="font-size: 28px">亿</span>
  65. </div>
  66. <div style="
  67. font-size: 50px;
  68. color: #68bdff;
  69. font-weight: bold;
  70. justify-self: center;
  71. ">
  72. 250<span style="font-size: 28px">个</span>
  73. </div>
  74. <div style="font-size: 28px">投资金额</div>
  75. <div style="font-size: 28px; justify-self: center">
  76. 项目数量
  77. </div>
  78. </div>
  79. </div>
  80. <div class="overflow-hidden left1B">
  81. <svg style="height: 700px; width: 700px" class="svg_box">
  82. <circle cx="240" cy="260" r="150" stroke-width="30px" stroke="rgb(140 201 249)" fill="none"
  83. stroke-dasharray="40 10">
  84. <animateTransform attributeName="transform" repeatCount="indefinite" type="rotate" from="0 240 260" /
  85. to="-360 240 260" dur="20" />
  86. </circle>
  87. </svg>
  88. <svg style="height: 700px;width: 700px" class="svg_box">
  89. <circle cx="240" cy="120" r="100" stroke-width="10px" stroke="rgb(140 201 249)" fill="none"
  90. stroke-dasharray="10 20">
  91. <animateTransform attributeName="transform" repeatCount="indefinite" type="rotate" from="0 240 120"
  92. to="360 240 120" dur="20" />
  93. </circle>
  94. </svg>
  95. <div class="flex items-center justify-center flex-col relative" style="padding-bottom: 10%;">
  96. <div style="font-size: 72px; color: #ffe036; font-weight: bold">
  97. 1,768.60<span style="font-size: 28px">亿</span>
  98. </div>
  99. <div style="font-size: 28px">年度投资计划总额</div>
  100. </div>
  101. <div class="left1C">
  102. <div class="flex justify-between left1C-child">
  103. <div style="height: 100%; width: 48%" class="flex items-center justify-center font28 pointer"
  104. @click="industryProportionChange(1)"
  105. :class="industryProportion==1?'industryProportion1':'industryProportion2'">
  106. 主辅业计划占比
  107. </div>
  108. <div style="height: 100%; width: 48%" class="flex items-center justify-center font28 pointer"
  109. @click="industryProportionChange(2)"
  110. :class="industryProportion==2?'industryProportion1':'industryProportion2'">
  111. 项目管理类型
  112. </div>
  113. </div>
  114. <div class="flex overflow-hidden items-center" style="padding: 1% 0">
  115. <div ref="leftEcharts1" style="height: 100%; aspect-ratio: 1/1; flex-shrink: 0"></div>
  116. <div style="width: 95%; margin-left: 5%">
  117. <div class="flex items-center font28">
  118. <img src="./img/title-icon.png" style="width: 32px; height: 52px" alt="" />
  119. <span style="margin: 0 10px">{{industryProportion==1?'主业':'特别监管类'}}</span>
  120. <span style="color: #68bdff">{{industryProportion==1?713:168}}个</span>
  121. </div>
  122. <div ref="leftEcharts2" style="height: 50%; width: 100%"></div>
  123. </div>
  124. </div>
  125. <div class="flex overflow-hidden items-center" style="padding: 1% 0">
  126. <div ref="leftEcharts3" style="height: 100%; aspect-ratio: 1/1; flex-shrink: 0"></div>
  127. <div style="width: 95%; margin-left: 5%">
  128. <div class="flex items-center font28">
  129. <img src="./img/title-icon.png" style="width: 32px; height: 52px" alt="" />
  130. <span style="margin: 0 10px">{{industryProportion==1?'辅业':'备案类'}}</span>
  131. <span style="color: #68bdff">{{industryProportion==1?84:465}}个</span>
  132. </div>
  133. <div ref="leftEcharts4" style="height: 50%; width: 100%"></div>
  134. </div>
  135. </div>
  136. </div>
  137. </div>
  138. </div>
  139. </div>
  140. <div>
  141. <div class="title">投资额度分析</div>
  142. <div class="content left3">
  143. <div ref="leftEcharts6" style="width: 100%; height: 100%"></div>
  144. <div class="left3A">
  145. <div class="flex justify-center flex-col" style="padding-left: 35%">
  146. <div style="font-size: 48px; font-weight: bold; color: #68bdff">
  147. 514.89<span class="font28">亿</span>
  148. </div>
  149. <div class="font28">上年度净利润</div>
  150. </div>
  151. <div class="flex justify-center flex-col" style="padding-left: 35%">
  152. <div style="font-size: 48px; font-weight: bold; color: #68bdff">
  153. 744.06<span class="font28">亿</span>
  154. </div>
  155. <div class="font28">固定资产折旧及无形资产摊销</div>
  156. </div>
  157. <div class="flex justify-center flex-col" style="padding-left: 35%">
  158. <div style="font-size: 48px; font-weight: bold; color: #68bdff">
  159. 487.00<span class="font28">亿</span>
  160. </div>
  161. <div class="font28">带息负债降压指标</div>
  162. </div>
  163. </div>
  164. </div>
  165. </div>
  166. <div>
  167. <div class="title">产业布局分析</div>
  168. <div class="content left2">
  169. <div class="flex items-center justify-around font28" style="padding: 0 10%">
  170. <div @click="industryLayoutChange(0)" class="pointer"
  171. :class="industryLayout==0?'industryProportion1':'industryProportion2'" style="padding: 1% 2%">
  172. 传统产业分析
  173. </div>
  174. <div @click="industryLayoutChange(1)" class="pointer"
  175. :class="industryLayout==1?'industryProportion1':'industryProportion2'" style="padding: 1% 2%">
  176. 战略性新兴产业
  177. </div>
  178. <div @click="industryLayoutChange(2)" class="pointer"
  179. :class="industryLayout==2?'industryProportion1':'industryProportion2'" style="padding: 1% 2%">
  180. 特色优势产业
  181. </div>
  182. <div @click="industryLayoutChange(3)" class="pointer"
  183. :class="industryLayout==3?'industryProportion1':'industryProportion2'" style="padding: 1% 2%">
  184. 公共基础等产业
  185. </div>
  186. </div>
  187. <div ref="leftEcharts5" style="width: 100%; height: 100%"></div>
  188. </div>
  189. </div>
  190. <div>
  191. <div class="title">企业额度分析</div>
  192. <div class="content">
  193. <div ref="leftEcharts10" style="height: 100%; width: 100%"></div>
  194. </div>
  195. </div>
  196. <div>
  197. <div class="title">项目阶段分析</div>
  198. <div class="content left4">
  199. <div ref="leftEcharts7" style="height: 100%; width: 100%"></div>
  200. <div ref="leftEcharts8" style="height: 100%; width: 100%"></div>
  201. <div class="left4A">
  202. <!-- 第一列 -->
  203. <div style="width: 104px; top: 21%; left: 9%; animation-delay: 1s">
  204. <div class="text-center">{{projecList[0][0].value2}}亿</div>
  205. <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
  206. </div>
  207. <div style="width: 104px; top: 51%; left: 9%; animation-delay: 1s">
  208. <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
  209. <div class="text-center">{{projecList[0][1].value2}}亿</div>
  210. </div>
  211. <!-- 第二列 -->
  212. <div style="width: 104px; top: 30%; left: 19%">
  213. <div class="text-center">{{projecList[1][0].value2}}亿</div>
  214. <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
  215. </div>
  216. <div style="width: 104px; top: 62%; left: 19%">
  217. <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
  218. <div class="text-center">{{projecList[1][1].value2}}亿</div>
  219. </div>
  220. <!-- 第三列 -->
  221. <div style="width: 104px; top: 35%; left: 29%; animation-delay: 1s">
  222. <div class="text-center">{{projecList[2][0].value2}}亿</div>
  223. <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
  224. </div>
  225. <div style="width: 104px; top: 60%; left: 29%; animation-delay: 1s">
  226. <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
  227. <div class="text-center">{{projecList[2][1].value2}}亿</div>
  228. </div>
  229. <!-- 第四列 -->
  230. <div style="width: 104px; top: 31%; left: 39%">
  231. <div class="text-center">{{projecList[3][0].value2}}亿</div>
  232. <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
  233. </div>
  234. <div style="width: 104px; top: 61%; left: 39%">
  235. <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
  236. <div class="text-center">{{projecList[3][1].value2}}亿</div>
  237. </div>
  238. <!-- 第五列 -->
  239. <div style="width: 104px; top: 41%; left: 58%; animation-delay: 1s">
  240. <div class="text-center">{{projecList[4][0].value2}}亿</div>
  241. <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
  242. </div>
  243. <div style="width: 104px; top: 65%; left: 58%; animation-delay: 1s">
  244. <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
  245. <div class="text-center">{{projecList[4][1].value2}}亿</div>
  246. </div>
  247. <!-- 第六列 -->
  248. <div style="width: 104px; top: 35%; left: 68%">
  249. <div class="text-center">{{projecList[5][0].value2}}亿</div>
  250. <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
  251. </div>
  252. <div style="width: 104px; top: 63%; left: 68%">
  253. <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
  254. <div class="text-center">{{projecList[5][1].value2}}亿</div>
  255. </div>
  256. <!-- 第七列 -->
  257. <div style="width: 104px; top: 21%; left: 78%; animation-delay: 1s">
  258. <div class="text-center">{{projecList[6][0].value2}}亿</div>
  259. <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
  260. </div>
  261. <div style="width: 104px; top: 51%; left: 78%; animation-delay: 1s">
  262. <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
  263. <div class="text-center">{{projecList[6][1].value2}}亿</div>
  264. </div>
  265. <!-- 第八列 -->
  266. <div style="width: 104px; top: 31%; left: 88%">
  267. <div class="text-center">{{projecList[7][0].value2}}亿</div>
  268. <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
  269. </div>
  270. <div style="width: 104px; top: 61%; left: 88%">
  271. <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
  272. <div class="text-center">{{projecList[7][1].value2}}亿</div>
  273. </div>
  274. <div class="absolute projectPop" style="top: 50%;" :style="{left:projecList[projectNum][2].distance}">
  275. <div>项目立项</div>
  276. <div><span
  277. 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}}亿
  278. </div>
  279. <div><span
  280. 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}}亿
  281. </div>
  282. </div>
  283. </div>
  284. </div>
  285. </div>
  286. <div>
  287. <div class="title">重点项目两线指标</div>
  288. <div class="content left5">
  289. <dv-scroll-board ref="indicator" :config="storageRecordConfig"
  290. @scroll-change="scrollChange"></dv-scroll-board>
  291. <div ref="leftEcharts11" style="width: 100%; height: 100%"></div>
  292. </div>
  293. </div>
  294. </div>
  295. <div class="center" v-if="mapShow">
  296. <div>
  297. <div>
  298. <div class="title">两个转型</div>
  299. <div class="content relative center1">
  300. <div class="flex items-center justify-end" style="font-size: 24px">
  301. <span style="
  302. display: inline-block;
  303. margin-right: 15px;
  304. border-radius: 10px;
  305. width: 25px;
  306. height: 25px;
  307. background: url('../img/blueBig.png') no-repeat center
  308. center;
  309. background-size: 100% 100%;
  310. "></span>
  311. <span style="margin-right: 40px">产业转型</span>
  312. <span style="
  313. display: inline-block;
  314. margin-right: 15px;
  315. border-radius: 10px;
  316. width: 25px;
  317. height: 25px;
  318. background: url('../img/greenBig.png') no-repeat center
  319. center;
  320. background-size: 100% 100%;
  321. "></span>
  322. <span>数字转型</span>
  323. </div>
  324. <div></div>
  325. <div class="absolute flex items-center justify-center flex-col bubble" style="
  326. width: 192px;
  327. height: 192px;
  328. top: 25%;
  329. left: 25%;
  330. animation-delay: 1s;
  331. ">
  332. <span style="font-size: 30px; font-weight: bold; color: #68bdff">55.05<span
  333. class="font28">亿</span></span>
  334. <span class="font28">投资金额</span>
  335. </div>
  336. <div class="absolute flex items-center justify-center flex-col bubble" style="
  337. width: 170px;
  338. height: 170px;
  339. top: 60%;
  340. left: 70%;
  341. animation-delay: 1s;
  342. ">
  343. <span style="font-size: 30px; font-weight: bold; color: #68bdff">98<span class="font28">个</span></span>
  344. <span class="font28">项目数量</span>
  345. </div>
  346. <div class="absolute flex items-center justify-center flex-col bubble"
  347. style="width: 175px; height: 175px; top: 65%; left: 15%">
  348. <span style="font-size: 30px; font-weight: bold; color: #ebde27">101<span class="font28">个</span></span>
  349. <span class="font28">项目数量</span>
  350. </div>
  351. <div class="absolute flex items-center justify-center flex-col bubble"
  352. style="width: 190px; height: 190px; top: 35%; left: 50%">
  353. <span style="font-size: 30px; font-weight: bold; color: #ebde27">10.63<span
  354. class="font28">亿</span></span>
  355. <span class="font28">投资金额</span>
  356. </div>
  357. </div>
  358. </div>
  359. <div>
  360. <div class="title">投资产业分布</div>
  361. <div class="content relative">
  362. <div style="width: 100%;height: 100%;" ref="leftEcharts12"></div>
  363. <div style="width: 100%;height: 100%;top: 0;left: 0;" class="absolute" ref="leftEcharts17"></div>
  364. </div>
  365. </div>
  366. <div>
  367. <div class="title">投资执行情况</div>
  368. <div class="content">
  369. <div class="w-full h-full" ref="leftEcharts14"></div>
  370. </div>
  371. </div>
  372. </div>
  373. <div class="center2">
  374. <div>
  375. <div class="flex justify-center flex-col">
  376. <div>
  377. <div style="font-size: 60px; color: #5bdcc8; font-weight: bold">
  378. 402.70<span style="font-size: 28px">亿</span>
  379. </div>
  380. <div style="font-size: 28px; justify-self: center">
  381. 总投资额
  382. </div>
  383. </div>
  384. </div>
  385. <div class="flex justify-center flex-col">
  386. <div>
  387. <div style="font-size: 60px; color: #68bdff; font-weight: bold">
  388. 396<span style="font-size: 28px">个</span>
  389. </div>
  390. <div style="font-size: 28px; justify-self: center">
  391. 项目总数
  392. </div>
  393. </div>
  394. </div>
  395. <div class="flex justify-center flex-col">
  396. <div>
  397. <div style="font-size: 60px; color: #68bdff; font-weight: bold">
  398. 25.43<span style="font-size: 28px">亿</span>
  399. </div>
  400. <div style="font-size: 28px; justify-self: center">
  401. 股权资产
  402. </div>
  403. </div>
  404. </div>
  405. <div class="flex justify-center flex-col">
  406. <div>
  407. <div style="font-size: 60px; color: #5bdcc8; font-weight: bold">
  408. 377.27<span style="font-size: 28px">亿</span>
  409. </div>
  410. <div style="font-size: 28px; justify-self: center">
  411. 固定资产
  412. </div>
  413. </div>
  414. </div>
  415. </div>
  416. <div class="relative overflow-hidden">
  417. <div ref="shanxi" style="width: 100%; height: 100%; z-index: 100"></div>
  418. <div class="center3" ref="leftEcharts9"></div>
  419. </div>
  420. </div>
  421. <div class="center4">
  422. <div>
  423. <div>
  424. <div class="title">五个一体化</div>
  425. <div class="content">
  426. <div ref="leftEcharts15" style="height: 100%;width: 100%;"></div>
  427. </div>
  428. </div>
  429. </div>
  430. <div>
  431. <div>
  432. <div class="title">投资阶段分析</div>
  433. <div class="content relative">
  434. <div ref="leftEcharts13" style="height: 100%;width: 100%;"></div>
  435. <div class="absolute flex flex-col items-center justify-center" style="top: 40%;left: 38%;">
  436. <span style="color: #58E6F7;font-size: 50px;font-weight: bold;">{{stageTitle2}}</span>
  437. <span class="font28">{{stageTitle}}</span>
  438. </div>
  439. </div>
  440. </div>
  441. </div>
  442. <div>
  443. <div>
  444. <div class="title">重点项目监控</div>
  445. <div class="content">
  446. <dv-scroll-board :config="storageRecordConfig2" class="h-full w-full" />
  447. </div>
  448. </div>
  449. </div>
  450. </div>
  451. </div>
  452. <div v-else class="centerB h-full w-full relative">
  453. <div class="chinaTop">
  454. <div class="flex justify-center flex-col">
  455. <div style="padding-left: 40%;">
  456. <div style="font-size: 60px; color: #5bdcc8; font-weight: bold">
  457. 402.7<span style="font-size: 28px">亿</span>
  458. </div>
  459. <div style="font-size: 28px; justify-self: center">
  460. 总投资额
  461. </div>
  462. </div>
  463. </div>
  464. <div class="flex justify-center flex-col">
  465. <div style="padding-left: 40%;">
  466. <div style="font-size: 60px; color: #68bdff; font-weight: bold">
  467. 396<span style="font-size: 28px">个</span>
  468. </div>
  469. <div style="font-size: 28px; justify-self: center">
  470. 项目总数
  471. </div>
  472. </div>
  473. </div>
  474. <div class="flex justify-center flex-col">
  475. <div style="padding-left: 40%;">
  476. <div style="font-size: 60px; color: #68bdff; font-weight: bold">
  477. 25.43<span style="font-size: 28px">亿</span>
  478. </div>
  479. <div style="font-size: 28px; justify-self: center">
  480. 股权资产
  481. </div>
  482. </div>
  483. </div>
  484. <div class="flex justify-center flex-col">
  485. <div style="padding-left: 40%;">
  486. <div style="font-size: 60px; color: #5bdcc8; font-weight: bold">
  487. 377.27<span style="font-size: 28px">亿</span>
  488. </div>
  489. <div style="font-size: 28px; justify-self: center">
  490. 固定资产
  491. </div>
  492. </div>
  493. </div>
  494. </div>
  495. <div ref="china" style="width: 100%; height: 100%; z-index: 100"></div>
  496. <div class="center5" ref="leftEcharts16"></div>
  497. </div>
  498. <div class="right">
  499. <div class="means">
  500. <div class="meansWrap">
  501. <div class="meansHead">
  502. <img src="./img/1.png" alt="" />
  503. 固定资产
  504. </div>
  505. <div class="wrapMeansItem">
  506. <div v-for="(item, index) in meansList" class="itemWid" :class="[topIndex == index ? 'active': '']">
  507. <div class="itemBac">
  508. <div>
  509. {{item.value}}
  510. <p>个</p>
  511. </div>
  512. <span>{{item.label}}</span>
  513. </div>
  514. <img v-if="index != meansList.length -1" src="./img/6.png" alt="" />
  515. </div>
  516. </div>
  517. </div>
  518. <div class="shareholding">
  519. <div class="meansHead">
  520. <img src="./img/2.png" alt="" />
  521. 股权类
  522. </div>
  523. <div class="wrapMeansItem">
  524. <div v-for="(item, index) in stockRightList" :class="[topIndex == index+6 ? 'active': '']"
  525. class="itemWid2">
  526. <div class="itemBac itemBac2">
  527. <div>
  528. {{item.value}}
  529. <p>个</p>
  530. </div>
  531. <span>{{item.label}}</span>
  532. </div>
  533. <img v-if="index != stockRightList.length -1" src="./img/6.png" alt="" />
  534. </div>
  535. </div>
  536. </div>
  537. </div>
  538. <div>
  539. <div class="publicTitle">进度成本偏差概览</div>
  540. <div class="progressCost">
  541. <div class="costItem" v-for="(item, index) in costList">
  542. <div class="itemTop">
  543. <div class="topDiv">
  544. <p>项目数量</p>
  545. <div class="costNum">
  546. {{item.num}}
  547. <span>个</span>
  548. </div>
  549. </div>
  550. <div class="topDiv" style="margin-top: 1.875rem">
  551. <p>项目数量</p>
  552. <div class="costNum">
  553. {{item.value}}
  554. <span>亿</span>
  555. </div>
  556. </div>
  557. </div>
  558. <div class="itemBottom">
  559. <img class="aniLeft" src="./img/8.png" alt="" />
  560. <div>{{item.status}}</div>
  561. <img class="aniRight" src="./img/9.png" alt="" />
  562. </div>
  563. </div>
  564. </div>
  565. </div>
  566. <div>
  567. <div class="publicTitle">投资预算执行</div>
  568. <div class="invest">
  569. <div class="lp">
  570. <div class="quan"></div>
  571. <div class="bigq"></div>
  572. <img :src="investData.investList[witchs].url" alt="" />
  573. <div class="plItem" :style="{transform:'rotate('+innerDeg+'deg)'}">
  574. <div :class="[witchs == index? 'active' : '']" v-for="(item, index) in investData.investList"
  575. :style="{ transform: 'translateY(-50%) rotate(-' + item.deg + 'deg)' }" @click="clickItem(index)">
  576. {{item.name}}
  577. </div>
  578. </div>
  579. </div>
  580. <div class="investInfoWrap">
  581. <div class="investInfo">
  582. 预算额<span>{{investData.investList[witchs].yse}}</span>亿
  583. </div>
  584. <div class="investInfo">
  585. 已签合同额<span>{{investData.investList[witchs].yqhte}}</span>亿
  586. </div>
  587. <div class="investInfo">
  588. 产值认定额<span>{{investData.investList[witchs].czrde}}</span>亿
  589. </div>
  590. <div class="investInfo">
  591. 结算额<span>{{investData.investList[witchs].jse}}</span>亿
  592. </div>
  593. <div class="investInfo">
  594. 付款额<span>{{investData.investList[witchs].fke}}</span>亿
  595. </div>
  596. </div>
  597. </div>
  598. </div>
  599. <div>
  600. <div class="publicTitle">进度成本偏差</div>
  601. <div class="echartsWrap" ref="rightEcharts1"></div>
  602. </div>
  603. <div>
  604. <div class="publicTitle">项目风险分析</div>
  605. <div class="projectRisk">
  606. <div class="riskWrap" ref="echartR2"></div>
  607. <div class="riskWrap" ref="echartR3"></div>
  608. <div class="riskWrap longRisk" ref="echartR4"></div>
  609. </div>
  610. </div>
  611. </div>
  612. <div class="bottom-tip" @click="backChina"></div>
  613. </div>
  614. <!-- 双柱状图弹窗 -->
  615. <div class="absolute backBlack" v-if="tipShow1">
  616. <div class="tip-box1" v-show="tipShow1">
  617. <img src="./img/close.png" style="width: 40px;height: 40px;top: 30px;right: 30px;" class="absolute pointer"
  618. alt="" @click="closeTap()">
  619. <div class="pop-title1">{{titleName}}</div>
  620. <div class="pop-content1 text-center">
  621. <div class="absolute popLeft" @click.stop="popLeftClick()"></div>
  622. <div class="absolute popright" @click.stop="poprightClick()"></div>
  623. <img :src="`./img/titleImg/${titleUrl}`" class="titleImg" alt="">
  624. </div>
  625. </div>
  626. </div>
  627. </div>
  628. <script src="./js/index.js"></script>
  629. </body>
  630. </html>