index.html 29 KB

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