移动储能车V1版本
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

supplyss.vue 39KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473
  1. <template>
  2. <view class="content">
  3. <view class="top">
  4. <image class="top_logo" src="../../static/logo.png" mode=""></image>
  5. <image class="tite" src="../../static/tite.png" mode=""></image>
  6. <view class="time">
  7. <view class="time_top">
  8. {{formattedTime}}
  9. </view>
  10. <view class="time_bottom">
  11. <view>
  12. </view>
  13. <view class="time_bottom1">
  14. 连接状态:
  15. <view class="time_state" v-if="uidatasdata.bms_ChgLinkSt">
  16. 在线
  17. </view>
  18. <view class="time_state1" v-else>
  19. 离线
  20. </view>
  21. </view>
  22. </view>
  23. </view>
  24. </view>
  25. <view class="parameter">
  26. <view class="parameter_left">
  27. <view class="parameter_left1">
  28. <canvas class="canvas" canvas-id="canvas2">
  29. </canvas>
  30. <view class="parameter_canvas">
  31. <view class="parameter_canvas1">
  32. 0
  33. </view>
  34. <view class="parameter_canvas2">
  35. 100%
  36. </view>
  37. </view>
  38. </view>
  39. <image class="parameter_leftdian1" src="../../static/dian1.png" alt="" />
  40. <view class="parameter_lef2">
  41. <image src="../../static/dian2.png" mode=""></image>
  42. </view>
  43. <image class="parameter_leftche2" src="../../static/che1.png" mode=""></image>
  44. <view class="parameter_leftview">直流供电</view>
  45. </view>
  46. <view class="parameter_right">
  47. <view class="parameter_righttop">
  48. <view class="parameter_1">
  49. <view class="parameter_2">
  50. <view class="parameter_3" v-if="ChargingStation==1">
  51. <view class="parameter_4">
  52. <image src="../../static/y8.png" mode="" v-if="uidatasdata.ChargingStation_1_remoteSignaFrameCarConnectStatus_ccu==1.00"></image>
  53. <image src="../../static/y6.png" mode="" v-else></image>
  54. 连接状态
  55. </view>
  56. <view class="parameter_51" v-if="uidatasdata.ChargingStation_1_remoteSignaFrameCarConnectStatus_ccu==1.00">
  57. 连接
  58. </view>
  59. <view class="parameter_5" v-else>
  60. 断开
  61. </view>
  62. </view>
  63. <view class="parameter_3" v-else>
  64. <view class="parameter_4">
  65. <image src="../../static/y8.png" mode="" v-if="uidatasdata.ChargingStation_2_remoteSignaFrameCarConnectStatus_ccu==1.00"></image>
  66. <image src="../../static/y6.png" mode="" v-else></image>
  67. 连接状态
  68. </view>
  69. <view class="parameter_51" v-if="uidatasdata.ChargingStation_2_remoteSignaFrameCarConnectStatus_ccu==1.00">
  70. 连接
  71. </view>
  72. <view class="parameter_5" v-else>
  73. 断开
  74. </view>
  75. </view>
  76. <view class="parameter_3" v-if="ChargingStation==1">
  77. <view class="parameter_4">
  78. <image src="../../static/y8.png" mode="" v-if="uidatasdata.ChargingStation_1_remoteSignaFrameCarJobStatus_ccu==1.00"></image>
  79. <image src="../../static/y6.png" mode="" v-else></image>
  80. 工作状态
  81. </view>
  82. <view class="parameter_Batterystate">
  83. <view v-if="uidatasdata.ChargingStation_1_remoteSignaFrameCarJobStatus_ccu==0.00">
  84. 待机
  85. </view>
  86. <view v-if="uidatasdata.ChargingStation_1_remoteSignaFrameCarJobStatus_ccu==1.00">
  87. 工作
  88. </view>
  89. <view v-if="uidatasdata.ChargingStation_1_remoteSignaFrameCarJobStatus_ccu==2.00">
  90. 充电完成
  91. </view>
  92. <view v-if="uidatasdata.ChargingStation_1_remoteSignaFrameCarJobStatus_ccu==3.00">
  93. 充电暂停
  94. </view>
  95. </view>
  96. </view>
  97. <view class="parameter_3" v-if="ChargingStation==2">
  98. <view class="parameter_4">
  99. <image src="../../static/y8.png" mode="" v-if="uidatasdata.ChargingStation_2_remoteSignaFrameCarJobStatus_ccu==1.00"></image>
  100. <image src="../../static/y6.png" mode="" v-else></image>
  101. 工作状态
  102. </view>
  103. <view class="parameter_Batterystate">
  104. <view v-if="uidatasdata.ChargingStation_2_remoteSignaFrameCarJobStatus_ccu==0.00">
  105. 待机
  106. </view>
  107. <view v-if="uidatasdata.ChargingStation_2_remoteSignaFrameCarJobStatus_ccu==1.00">
  108. 工作
  109. </view>
  110. <view v-if="uidatasdata.ChargingStation_2_remoteSignaFrameCarJobStatus_ccu==2.00">
  111. 充电完成
  112. </view>
  113. <view v-if="uidatasdata.ChargingStation_2_remoteSignaFrameCarJobStatus_ccu==3.00">
  114. 充电暂停
  115. </view>
  116. </view>
  117. <!-- <view class="parameter_5" v-else>
  118. 断开
  119. </view> -->
  120. </view>
  121. </view>
  122. <view class="parameter_SOC">
  123. <image src="../../static/SOC.png" mode=""></image>
  124. <view class="parameter_SOCright">
  125. <view class="parameter_SOCright1">
  126. SOC
  127. </view>
  128. <view>
  129. <text class="parameter_SOCright2">{{uidatasdata.SOC}}</text><text>%</text>
  130. </view>
  131. </view>
  132. </view>
  133. <view class="parameter_Battery">
  134. <image src="../../static/Battery.png" mode=""></image>
  135. <view class="parameter_SOCright">
  136. <view class="parameter_SOCright1">
  137. 电池状态
  138. </view>
  139. <view class="parameter_Batterystate">
  140. <view v-if="uidatasdata.bms_BatSysState==5">
  141. 故障
  142. </view>
  143. <view v-if="uidatasdata.bms_BatSysState==0">
  144. 出始化
  145. </view>
  146. <view v-if="uidatasdata.bms_BatSysState==1">
  147. 未上高压
  148. </view>
  149. <view v-if="uidatasdata.bms_BatSysState==2">
  150. 上高压中
  151. </view>
  152. <view v-if="uidatasdata.bms_BatSysState==3">
  153. 已上高压
  154. </view>
  155. <view v-if="uidatasdata.bms_BatSysState==4">
  156. 下高压中
  157. </view>
  158. <!-- {{uidatasdata.bms_BatSysState==0.00?'无效':'有效'}} -->
  159. </view>
  160. </view>
  161. </view>
  162. <view class="parameter_state">
  163. <image src="../../static/setup.png" mode=""></image>
  164. <view class="parameter_SOCright">
  165. <view class="parameter_SOCright1">
  166. 系统状态
  167. </view>
  168. <view class="parameter_Batterystate">
  169. <!-- {{uidatasdata.bms_ChgLinkSt==0.00?'无效':'有效'}} -->
  170. <view v-if="uidatasdata.bms_ChargeStatus==0">
  171. 未充电
  172. </view>
  173. <view v-if="uidatasdata.bms_ChargeStatus==1">
  174. 充电中
  175. </view>
  176. <view v-if="uidatasdata.bms_ChargeStatus==2">
  177. 充电故障
  178. </view>
  179. <view v-if="uidatasdata.bms_ChargeStatus==3">
  180. 充满
  181. </view>
  182. <view v-if="uidatasdata.bms_ChargeStatus==4">
  183. 充电停止
  184. </view>
  185. <view v-if="uidatasdata.bms_ChargeStatus==5">
  186. 保留
  187. </view>
  188. </view>
  189. </view>
  190. </view>
  191. </view>
  192. </view>
  193. <view class="parameter_tap">
  194. <view :class="segmented==1?'parameter_tap1':'parameter_tap2'" @click="ontap(1)">
  195. 枪1信息
  196. </view>
  197. <view :class="segmented==2?'parameter_tap1':'parameter_tap2'" @click="ontap(2)">
  198. 枪2信息
  199. </view>
  200. <view :class="segmented==3?'parameter_tap1':'parameter_tap2'" @click="ontap(3)">
  201. 电池信息
  202. </view>
  203. <view :class="segmented==4?'parameter_tap1':'parameter_tap2'" @click="ontap(4)">
  204. 连接信息
  205. </view>
  206. <view :class="segmented==5?'parameter_tap1':'parameter_tap2'" @click="ontap(5)">
  207. 液冷信息
  208. </view>
  209. </view>
  210. <view class="parameter_zheng">
  211. <view class="parameter_box" v-if="segmented==1">
  212. <view class="parameter_zheng1">
  213. <view class="parameter_zheng11">
  214. <view class="parameter_zheng12">
  215. 充电电压
  216. </view>
  217. <view class="parameter_zheng13">
  218. {{uidatasdata.ChargingStation_1_telemetryFrameccu_outputVoltage}} <text class="parameter_zheng14">V</text>
  219. </view>
  220. </view>
  221. <view class="parameter_zheng11">
  222. <view class="parameter_zheng12">
  223. 充电电流
  224. </view>
  225. <view class="parameter_zheng13">
  226. {{uidatasdata.ChargingStation_1_telemetryFrameccu_chargeOutputCurrent}} <text class="parameter_zheng14">A</text>
  227. </view>
  228. </view>
  229. <view class="parameter_zheng11">
  230. <view class="parameter_zheng12">
  231. 车辆SOC
  232. </view>
  233. <view class="parameter_zheng13">
  234. {{uidatasdata.ChargingStation_1_telemetryFrameccu_soc}} <text class="parameter_zheng14">%</text>
  235. </view>
  236. </view>
  237. <view class="parameter_zheng11">
  238. <view class="parameter_zheng12">
  239. 充电功率
  240. </view>
  241. <view class="parameter_zheng13">
  242. {{((uidatasdata.ChargingStation_1_telemetryFrameccu_outputVoltage*uidatasdata.ChargingStation_1_telemetryFrameccu_chargeOutputCurrent)/1000).toFixed(2)}} <text class="parameter_zheng14">kW</text>
  243. </view>
  244. </view>
  245. </view>
  246. <view class="parameter_zheng2">
  247. <view class="parameter_zheng11">
  248. <view class="parameter_zheng12">
  249. 充电电量
  250. </view>
  251. <view class="parameter_zheng13">
  252. {{uidatasdata.ChargingStation_1_telemetryFrameccu_ThisChargePower}} <text class="parameter_zheng14">kWh</text>
  253. </view>
  254. </view>
  255. <view class="parameter_zheng11">
  256. <view class="parameter_zheng12">
  257. 充电费用
  258. </view>
  259. <view class="parameter_zheng13">
  260. {{uidatasdata.ChargingStation_1_telemetryFrameccu_AccumulatedChargingElectricityCost}} <text class="parameter_zheng14">元</text>
  261. </view>
  262. </view>
  263. <view class="parameter_zheng11">
  264. <view class="parameter_zheng12">
  265. 充电时间
  266. </view>
  267. <view class="parameter_zheng13">
  268. {{uidatasdata.ChargingStation_1_telemetryFrameccu_EstimateTheRemainingChargingTime}} <text class="parameter_zheng14">min</text>
  269. </view>
  270. </view>
  271. </view>
  272. </view>
  273. <view class="parameter_box" v-if="segmented==2">
  274. <view class="parameter_zheng1">
  275. <view class="parameter_zheng11">
  276. <view class="parameter_zheng12">
  277. 充电电压
  278. </view>
  279. <view class="parameter_zheng13">
  280. {{uidatasdata.ChargingStation_2_telemetryFrameccu_outputVoltage}} <text class="parameter_zheng14">V</text>
  281. </view>
  282. </view>
  283. <view class="parameter_zheng11">
  284. <view class="parameter_zheng12">
  285. 充电电流
  286. </view>
  287. <view class="parameter_zheng13">
  288. {{uidatasdata.ChargingStation_2_telemetryFrameccu_chargeOutputCurrent}} <text class="parameter_zheng14">A</text>
  289. </view>
  290. </view>
  291. <view class="parameter_zheng11">
  292. <view class="parameter_zheng12">
  293. 车辆SOC
  294. </view>
  295. <view class="parameter_zheng13">
  296. {{uidatasdata.ChargingStation_2_telemetryFrameccu_soc}}<text class="parameter_zheng14"> %</text>
  297. </view>
  298. </view>
  299. <view class="parameter_zheng11">
  300. <view class="parameter_zheng12">
  301. 充电功率
  302. </view>
  303. <view class="parameter_zheng13">
  304. {{((uidatasdata.ChargingStation_2_telemetryFrameccu_outputVoltage*uidatasdata.ChargingStation_2_telemetryFrameccu_chargeOutputCurrent)/1000).toFixed(2)}} <text class="parameter_zheng14">kW</text>
  305. </view>
  306. </view>
  307. </view>
  308. <view class="parameter_zheng2">
  309. <view class="parameter_zheng11">
  310. <view class="parameter_zheng12">
  311. 充电电量
  312. </view>
  313. <view class="parameter_zheng13">
  314. {{uidatasdata.ChargingStation_2_telemetryFrameccu_ThisChargePower}} <text class="parameter_zheng14">kWh</text>
  315. </view>
  316. </view>
  317. <view class="parameter_zheng11">
  318. <view class="parameter_zheng12">
  319. 充电费用
  320. </view>
  321. <view class="parameter_zheng13">
  322. {{uidatasdata.ChargingStation_2_telemetryFrameccu_AccumulatedChargingElectricityCost}} <text class="parameter_zheng14">元</text>
  323. </view>
  324. </view>
  325. <view class="parameter_zheng11">
  326. <view class="parameter_zheng12">
  327. 充电时间
  328. </view>
  329. <view class="parameter_zheng13">
  330. {{uidatasdata.ChargingStation_2_telemetryFrameccu_EstimateTheRemainingChargingTime}} <text class="parameter_zheng14">min</text>
  331. </view>
  332. </view>
  333. </view>
  334. </view>
  335. <view class="parameter_box" v-if="segmented==3">
  336. <view class="parameter_zheng1">
  337. <view class="parameter_zheng11">
  338. <view class="parameter_zheng12">
  339. 电池功率
  340. </view>
  341. <view class="parameter_zheng13">
  342. {{uidatasdata.BatSysSt2_BatPower}} <text class="parameter_zheng14">kW</text>
  343. </view>
  344. </view>
  345. <view class="parameter_zheng11">
  346. <view class="parameter_zheng12">
  347. 电池内总压
  348. </view>
  349. <view class="parameter_zheng13">
  350. {{uidatasdata.BatSysSt2_BatSumVInt}} <text class="parameter_zheng14">V</text>
  351. </view>
  352. </view>
  353. <view class="parameter_zheng11">
  354. <view class="parameter_zheng12">
  355. 允许放电功率
  356. </view>
  357. <view class="parameter_zheng13">
  358. {{uidatasdata.DchChgCurPowLimit_MaxDischargePowerLimit}} <text class="parameter_zheng14">kW</text>
  359. </view>
  360. </view>
  361. <view class="parameter_zheng11">
  362. <view class="parameter_zheng12">
  363. 最大单体电压
  364. </view>
  365. <view class="parameter_zheng13">
  366. {{uidatasdata.BatCellVPeak_ValMaxCellVoltage}} <text class="parameter_zheng14">V</text>
  367. </view>
  368. </view>
  369. <view class="parameter_zheng11">
  370. <view class="parameter_zheng12">
  371. 最大单体温度
  372. </view>
  373. <view class="parameter_zheng13">
  374. {{uidatasdata.BatSysLimitVal_MaxCellTemperatureLimit}} <text class="parameter_zheng14">℃</text>
  375. </view>
  376. </view>
  377. </view>
  378. <view class="parameter_zheng2">
  379. <view class="parameter_zheng11">
  380. <view class="parameter_zheng12">
  381. 电池电流
  382. </view>
  383. <view class="parameter_zheng13">
  384. {{uidatasdata.BatSysSt2_BatCur}} <text class="parameter_zheng14">A</text>
  385. </view>
  386. </view>
  387. <view class="parameter_zheng11">
  388. <view class="parameter_zheng12">
  389. 电池外总压
  390. </view>
  391. <view class="parameter_zheng13">
  392. {{uidatasdata.BatSysSt2_BatSumVOut}} <text class="parameter_zheng14">V</text>
  393. </view>
  394. </view>
  395. <view class="parameter_zheng11">
  396. <view class="parameter_zheng12">
  397. 允许放电电流
  398. </view>
  399. <view class="parameter_zheng13">
  400. {{uidatasdata.ChargingInformation_Chg_Max_Cur}}<text class="parameter_zheng14">A</text>
  401. </view>
  402. </view>
  403. <view class="parameter_zheng11">
  404. <view class="parameter_zheng12">
  405. 最小单体电压
  406. </view>
  407. <view class="parameter_zheng13">
  408. {{uidatasdata.BatCellVPeak_ValMinCellVoltage}} <text class="parameter_zheng14">V</text>
  409. </view>
  410. </view>
  411. <view class="parameter_zheng11">
  412. <view class="parameter_zheng12">
  413. 最小单体温度
  414. </view>
  415. <view class="parameter_zheng13">
  416. {{uidatasdata.CellTemperatureLimitsStatus_MinTemp}} <text class="parameter_zheng14">℃</text>
  417. </view>
  418. </view>
  419. </view>
  420. </view>
  421. <view class="parameter_box" v-if="segmented==4">
  422. <view class="parameter_zheng1">
  423. <view class="parameter_zheng11">
  424. <view class="parameter_zheng12">
  425. 电池系统工作模式
  426. </view>
  427. <view class="parameter_Batterystate">
  428. <!-- {{uidatasdata.bms_BatSysWorkMode_==0.00?'无效':'有效'}} -->
  429. <view v-if="uidatasdata.bms_BatSysWorkMode_==0">
  430. 无效
  431. </view>
  432. <view v-if="uidatasdata.bms_BatSysWorkMode_==1">
  433. 放电模式
  434. </view>
  435. <view v-if="uidatasdata.bms_BatSysWorkMode_==2">
  436. pcs充电模式
  437. </view>
  438. <view v-if="uidatasdata.bms_BatSysWorkMode_==3">
  439. 欧标充电模式
  440. </view>
  441. </view>
  442. </view>
  443. <view class="parameter_zheng11">
  444. <view class="parameter_zheng12">
  445. 电池系统状态
  446. </view>
  447. <view class="parameter_Batterystate">
  448. <!-- {{uidatasdata.bms_BatSysState==0.00?'无效':'有效'}} -->
  449. <view v-if="uidatasdata.bms_BatSysState==0">
  450. 初始化
  451. </view>
  452. <view v-if="uidatasdata.bms_BatSysState==1">
  453. 未上高压
  454. </view>
  455. <view v-if="uidatasdata.bms_BatSysState==2">
  456. 上高压中
  457. </view>
  458. <view v-if="uidatasdata.bms_BatSysState==3">
  459. 已上高压
  460. </view>
  461. <view v-if="uidatasdata.bms_BatSysState==4">
  462. 下高压中
  463. </view>
  464. <view v-if="uidatasdata.bms_BatSysState==5">
  465. 故障
  466. </view>
  467. </view>
  468. </view>
  469. <view class="parameter_zheng11">
  470. <view class="parameter_zheng12">
  471. 充电状态
  472. </view>
  473. <view class="parameter_Batterystate">
  474. <view v-if="uidatasdata.bms_ChargeStatus==0">
  475. 未充电
  476. </view>
  477. <view v-if="uidatasdata.bms_ChargeStatus==1">
  478. 充电中
  479. </view>
  480. <view v-if="uidatasdata.bms_ChargeStatus==2">
  481. 充电故障
  482. </view>
  483. <view v-if="uidatasdata.bms_ChargeStatus==3">
  484. 充满
  485. </view>
  486. <view v-if="uidatasdata.bms_ChargeStatus==4">
  487. 充电停止
  488. </view>
  489. <view v-if="uidatasdata.bms_ChargeStatus==5">
  490. 保留
  491. </view>
  492. </view>
  493. </view>
  494. </view>
  495. <view class="parameter_zheng2">
  496. <view class="parameter_zheng11">
  497. <view class="parameter_zheng12">
  498. 充电连接状态
  499. </view>
  500. <view class="parameter_Batterystate" v-if="uidatasdata.bms_ChgLinkSt==1.00">
  501. 快充连接
  502. </view>
  503. <view class="parameter_Batterystate" v-else>
  504. 无连接
  505. </view>
  506. </view>
  507. <view class="parameter_zheng11">
  508. <view class="parameter_zheng12">
  509. 电池故障等级
  510. </view>
  511. <view class="parameter_Batterystate">
  512. <!-- {{uidatasdata.bms_BatteryFaultLevl==0.00?'无故障':'有效'}} -->
  513. <view v-if="uidatasdata.bms_BatteryFaultLevl==0">
  514. 无故障
  515. </view>
  516. <view v-if="uidatasdata.bms_BatteryFaultLevl==1">
  517. 1级告警
  518. </view>
  519. <view v-if="uidatasdata.bms_BatteryFaultLevl==2">
  520. 2级告警
  521. </view>
  522. <view v-if="uidatasdata.bms_BatteryFaultLevl==3">
  523. 3级告警
  524. </view>
  525. </view>
  526. </view>
  527. </view>
  528. </view>
  529. <view class="parameter_box" v-if="segmented==5">
  530. <view class="parameter_zheng1">
  531. <view class="parameter_zheng11">
  532. <view class="parameter_zheng12">
  533. 工作模式
  534. </view>
  535. <view class="parameter_Batterystate">
  536. <!-- {{uidatasdata.TMS_Status_TMS_WORK_MODE}} <text class="parameter_zheng14">kW</text> -->
  537. <!-- {{uidatasdata.TMS_Status_TMS_WORK_MODE==1.00?'有效':'无效'}} -->
  538. <view v-if="uidatasdata.TMS_Status_TMS_WORK_MODE==0">
  539. 关机模式
  540. </view>
  541. <view v-if="uidatasdata.TMS_Status_TMS_WORK_MODE==1">
  542. 制冷模式
  543. </view>
  544. <view v-if="uidatasdata.TMS_Status_TMS_WORK_MODE==2">
  545. 自热模式
  546. </view>
  547. <view v-if="uidatasdata.TMS_Status_TMS_WORK_MODE==3">
  548. 自循环模式
  549. </view>
  550. </view>
  551. </view>
  552. <view class="parameter_zheng11">
  553. <view class="parameter_zheng12">
  554. 出水温度
  555. </view>
  556. <view class="parameter_zheng13">
  557. {{uidatasdata.TMS_Status_TMS_WATEROUT_TEMP}} <text class="parameter_zheng14">℃</text>
  558. </view>
  559. </view>
  560. <view class="parameter_zheng11">
  561. <view class="parameter_zheng12">
  562. 需求功率
  563. </view>
  564. <view class="parameter_zheng13">
  565. {{uidatasdata.TMS_Status_TMS_POWER_REQ}} <text class="parameter_zheng14">kW</text>
  566. </view>
  567. </view>
  568. </view>
  569. <view class="parameter_zheng2">
  570. <view class="parameter_zheng11">
  571. <view class="parameter_zheng12">
  572. 高压继电器状态
  573. </view>
  574. <view class="parameter_Batterystate">
  575. <!-- {{uidatasdata.TMS_Status_TMS_HV_CONTACT_ST==0.00?'无效':'有效'}} -->
  576. <view v-if="uidatasdata.TMS_Status_TMS_HV_CONTACT_ST==0">
  577. 断开状态
  578. </view>
  579. <view v-if="uidatasdata.TMS_Status_TMS_HV_CONTACT_ST==1">
  580. 闭合状态
  581. </view>
  582. </view>
  583. </view>
  584. <view class="parameter_zheng11">
  585. <view class="parameter_zheng12">
  586. 入水温度
  587. </view>
  588. <view class="parameter_zheng13">
  589. {{uidatasdata.TMS_Status_TMS_WATERIN_TEMP}} <text class="parameter_zheng14">℃</text>
  590. </view>
  591. </view>
  592. <view class="parameter_zheng11">
  593. <view class="parameter_zheng12">
  594. 故障等级
  595. </view>
  596. <view class="parameter_Batterystate">
  597. <!-- {{uidatasdata.TMS_Status_TMS_ERR_LEVEL==0.00?'无效':'有效'}} -->
  598. <view v-if="uidatasdata.TMS_Status_TMS_ERR_LEVEL==0">
  599. 无故障
  600. </view>
  601. <view v-if="uidatasdata.TMS_Status_TMS_ERR_LEVEL==1">
  602. 1级故障
  603. </view>
  604. <view v-if="uidatasdata.TMS_Status_TMS_ERR_LEVEL==2">
  605. 2级故障
  606. </view>
  607. <view v-if="uidatasdata.TMS_Status_TMS_ERR_LEVEL==3">
  608. 3级故障
  609. </view>
  610. </view>
  611. </view>
  612. </view>
  613. </view>
  614. <view class="parameter_zheng3" v-if="this.segmented==1">
  615. <view v-if="uidatasdata.SysControl_Gun1RunCmd==1" class="parameter_zheng31">
  616. <view class="parameter_zheng32ccc">
  617. 开启
  618. </view>
  619. </view>
  620. <view v-else class="parameter_zheng31" @click="dialogToggle">
  621. <view class="parameter_zheng32">
  622. 开启
  623. </view>
  624. </view>
  625. <view class="parameter_zheng31" v-if="uidatasdata.SysControl_Gun1RunCmd==0">
  626. <view class="parameter_zheng32ccc">
  627. 停止
  628. </view>
  629. </view>
  630. <view class="parameter_zheng31" v-else @click="onstopit">
  631. <view class="parameter_zheng33">
  632. 停止
  633. </view>
  634. </view>
  635. </view>
  636. <view class="parameter_zheng3" v-if="this.segmented==2">
  637. <view v-if="uidatasdata.SysControl_Gun2RunCmd==1" class="parameter_zheng31">
  638. <view class="parameter_zheng32ccc">
  639. 开启
  640. </view>
  641. </view>
  642. <view v-else class="parameter_zheng31" @click="dialogToggle">
  643. <view class="parameter_zheng32">
  644. 开启
  645. </view>
  646. </view>
  647. <view class="parameter_zheng31" v-if="uidatasdata.SysControl_Gun2RunCmd==0">
  648. <view class="parameter_zheng32ccc">
  649. 停止
  650. </view>
  651. </view>
  652. <view class="parameter_zheng31" v-else @click="onstopit">
  653. <view class="parameter_zheng33">
  654. 停止
  655. </view>
  656. </view>
  657. </view>
  658. <!-- <view class="parameter_zheng3" v-if="this.segmented==3||this.segmented==4||this.segmented==5">
  659. <view v-if="uidatasdata.SysControl_RunCmd==1" class="parameter_zheng31">
  660. <view class="parameter_zheng32ccc">
  661. 开启
  662. </view>
  663. </view>
  664. <view v-else class="parameter_zheng31" @click="dialogToggle">
  665. <view class="parameter_zheng32">
  666. 开启
  667. </view>
  668. </view>
  669. <view class="parameter_zheng31" v-if="uidatasdata.SysControl_RunCmd==0">
  670. <view class="parameter_zheng32ccc">
  671. 停止
  672. </view>
  673. </view>
  674. <view class="parameter_zheng31" v-else @click="onstopit">
  675. <view class="parameter_zheng33">
  676. 停止
  677. </view>
  678. </view>
  679. </view> -->
  680. </view>
  681. <view class="parameter_home">
  682. <view class="parameter_home1" @click="onreturn">
  683. <image src="../../static/home.png" mode=""></image><text
  684. class="parameter_hometext">返回模式选择</text>
  685. </view>
  686. <view class="parameter_home2">
  687. <image src="../../static/home1.png" mode=""></image>
  688. <text class="parameter_home3" v-for="(item,index) in faultsdata" :key="index"> {{item["CONTENT"]}}</text>
  689. </view>
  690. </view>
  691. </view>
  692. </view>
  693. <uni-popup ref="alertDialog" @maskClick="dialogClose">
  694. <uni-popup-dialog :mode="modeinput" placeholder="请输入内容" v-model="value" :type="successtype"
  695. cancelText="取消返回" :confirmText="confirmText" :title="title" :content="content" @confirm="dialogConfirm"
  696. @close="dialogClose"></uni-popup-dialog>
  697. </uni-popup>
  698. </view>
  699. </template>
  700. <!-- -->
  701. <script>
  702. import Gauge from "../../uni_modules/jerry-gauge/index.js";
  703. import {getuidatas,control,getfaultsList} from "../../api/api.js"
  704. import {getTime} from "../../utils/index.js"
  705. export default {
  706. data() {
  707. return {
  708. successtype: 'success',
  709. confirmText: '确认启动',
  710. title: '你确定要开启该设备吗?',
  711. content: '启动设备前,请确认参照用户手册确定设备与各部件处于正确状态!',
  712. value: '',
  713. modeinput: '',
  714. segmented: 1,
  715. uidatasdata:{},
  716. uidatas:'',
  717. formattedTime:getTime('yyyy年MM月dd日 hh:mm:ss'),
  718. formatTimeid:'',
  719. ChargingStation:1,
  720. faultsdata:[]
  721. }
  722. },
  723. onLoad() {
  724. },
  725. mounted() {
  726. this.formatTimeid = setInterval(() => {
  727. const customFormat = 'yyyy年MM月dd日 hh:mm:ss';
  728. this.formattedTime = getTime(customFormat);
  729. }, 1000);
  730. this.onfaultsList();
  731. this.onfaultsdata();
  732. setTimeout(() => {
  733. let SOC = (this.uidatasdata.SOC*1).toFixed(0)
  734. new Gauge({
  735. canvasId: "canvas2",
  736. value: SOC,
  737. lineWidth: 20,
  738. progressColor: ["#B0D0FF", "#5B8FF9"],
  739. valueColor: "blue",
  740. });
  741. }, 100); // 10秒后隐藏消息
  742. },
  743. beforeUnmount(){
  744. clearInterval(this.uidatas);
  745. clearInterval(this.formatTimeid);
  746. },
  747. methods: {
  748. onfaultsList(){
  749. let data ={
  750. ID: "3224a3eb-2375-4dfc-99ce-b182edd30996",
  751. page: 1,
  752. rows: 10000,
  753. }
  754. getuidatas(data).then(data => {
  755. if(data.status=='ok'){
  756. if(!data.data){
  757. this.uidatas = setTimeout(() => {
  758. this.onfaultsList();
  759. }, 1000); // 10秒后隐藏消息
  760. }
  761. this.uidatasdata = data.data.reduce((obj, item) => {
  762. let a = item.module;
  763. let b = item[a];
  764. let numericValue = parseFloat(b); // 转换为数字
  765. let roundedValue =''
  766. if(item.id=="BatCellVPeak_ValMaxCellVoltage"||
  767. item.id=="BatSysLimitVal_MaxCellTemperatureLimit"||
  768. item.id=="BatCellVPeak_ValMinCellVoltage"||
  769. item.id=="CellTemperatureLimitsStatus_MinTemp"
  770. ){
  771. roundedValue = isNaN(numericValue) ? b : numericValue.toFixed(3);
  772. }else{
  773. roundedValue = isNaN(numericValue) ? b : numericValue.toFixed(2);
  774. }
  775. return { ...obj, [item.id]: roundedValue };
  776. }, {});
  777. console.log(this.uidatasdata);
  778. this.uidatas =setTimeout(() => {
  779. this.onfaultsList();
  780. }, 1000); // 10秒后隐藏消息
  781. }else{
  782. this.uidatasdata={}
  783. this.uidatas =setTimeout(() => {
  784. this.onfaultsList();
  785. }, 1000); // 10秒后隐藏消息
  786. }
  787. }).catch(error => {
  788. this.uidatasdata={}
  789. this.uidatas =setTimeout(() => {
  790. this.onfaultsList();
  791. }, 1000); // 10秒后隐藏消息
  792. });
  793. },
  794. onfaultsdata(){
  795. let data ={
  796. page:1,
  797. rows:1,
  798. device: '',
  799. starttime: '',
  800. endtime: '',
  801. rt: 1,
  802. type:''
  803. }
  804. getfaultsList(data).then(res => {
  805. console.log(res);
  806. if(res.status=='ok'){
  807. this.faultsdata= res.data.list
  808. }else{
  809. }
  810. });
  811. },
  812. // 返回首页
  813. onreturn() {
  814. uni.redirectTo({
  815. url: '/pages/index/index'
  816. });
  817. },
  818. // 启动设备弹窗
  819. dialogToggle() {
  820. this.modeinput = 'base'
  821. this.successtype = 'success'
  822. this.confirmText = '确认启动'
  823. this.title = '你确定要开启该设备吗?'
  824. this.content = '启动设备前,请确认参照用户手册确定设备与各部件处于正确状态!'
  825. this.$refs.alertDialog.open()
  826. },
  827. // 关闭设备弹窗
  828. onstopit() {
  829. this.modeinput = 'base'
  830. this.successtype = 'error'
  831. this.confirmText = '确认停止'
  832. this.title = '你确定要停止该设备吗?'
  833. this.content = '设备完全停止后,方能进行后续操作,否则可能危及生命安全!'
  834. this.$refs.alertDialog.open()
  835. },
  836. // 确定
  837. dialogConfirm() {
  838. let data ={}
  839. if(this.segmented==1){
  840. data = {
  841. id: "3b26469f-ad5b-43bf-b715-4213921321d0",
  842. issaveinitvalue:false,
  843. value: this.confirmText=='确认启动'?'1':'0'
  844. }
  845. }else if(this.segmented==2){
  846. data = {
  847. id: "78f59493-65f3-4860-8296-7f07bb0ca55b",
  848. issaveinitvalue:false,
  849. value: this.confirmText=='确认启动'?'1':'0'
  850. }
  851. }else{
  852. data = {
  853. id: "c35c4db0-113f-442a-9e26-728489265fdb",
  854. issaveinitvalue:false,
  855. value: this.confirmText=='确认启动'?'1':'0'
  856. }
  857. }
  858. control(data).then(data => {
  859. console.log(data);
  860. if (data.status == 'ok') {
  861. uni.showToast({
  862. title:'操作成功',
  863. icon: 'none',
  864. duration: 2000, // 显示时长,单位为毫秒
  865. });
  866. } else {
  867. uni.showToast({
  868. title: '操作失败',
  869. icon: 'none', // 使用 'none' 图标来表示失败
  870. duration: 2000, // 显示时长,单位为毫秒
  871. });
  872. }
  873. });
  874. },
  875. // 取消
  876. dialogClose() {
  877. console.log(this.value);
  878. this.$refs.alertDialog.close()
  879. },
  880. // 切换标签
  881. ontap(e) {
  882. console.log(e);
  883. this.segmented = e;
  884. if(this.segmented==1){
  885. this.ChargingStation = 1
  886. }else if(this.segmented==2){
  887. this.ChargingStation = 2
  888. }
  889. }
  890. }
  891. }
  892. </script>
  893. <!-- -->
  894. <style scoped>
  895. .content {
  896. width: 100%;
  897. height: 100vh;
  898. opacity: 1;
  899. background: linear-gradient(180deg, rgba(215, 230, 245, 0) 0%, rgba(196, 229, 255, 1) 100%);
  900. box-sizing: border-box;
  901. }
  902. .top {
  903. width: 100%;
  904. height: 100px;
  905. display: flex;
  906. align-items: center;
  907. justify-content: space-between;
  908. background-size: 100% 100%;
  909. background-repeat: no-repeat;
  910. box-sizing: border-box;
  911. background-color: #fff;
  912. padding: 0px 46px;
  913. }
  914. .top_logo {
  915. width: 426px;
  916. height: 68px;
  917. }
  918. .tite {
  919. width: 277px;
  920. height: 48px;
  921. }
  922. .time {
  923. text-align: right;
  924. }
  925. .time_top {
  926. font-size: 17px;
  927. }
  928. .time_bottom {
  929. display: flex;
  930. font-size: 17px;
  931. justify-content: space-between;
  932. }
  933. .time_bottom1 {
  934. display: flex;
  935. }
  936. .time_state {
  937. font-size: 17px;
  938. font-weight: 600;
  939. color: rgba(22, 68, 144, 1);
  940. }
  941. .time_state1 {
  942. font-size: 17px;
  943. font-weight: 600;
  944. color: rgba(217, 22, 22, 1);
  945. }
  946. .parameter {
  947. width: 100%;
  948. padding-bottom: 20px;
  949. display: flex;
  950. padding: 20px 20px;
  951. box-sizing: border-box;
  952. }
  953. .parameter_left {
  954. width: 262.85px;
  955. height: 630px;
  956. opacity: 1;
  957. border-radius: 24.47px;
  958. background: linear-gradient(180deg, rgba(42, 150, 212, 0.1) 0%, rgba(42, 146, 209, 0) 100%);
  959. border: 2.94px solid rgba(242, 248, 252, 1);
  960. display: flex;
  961. flex-direction: column;
  962. align-items: center;
  963. padding: 20rpx 0px;
  964. }
  965. .parameter_left1 {
  966. width: 100%;
  967. height: 158px;
  968. box-sizing: border-box;
  969. display: flex;
  970. flex-direction: column;
  971. justify-content: space-between;
  972. align-items: center;
  973. padding-bottom: 16px;
  974. }
  975. .canvas {
  976. width: 180px;
  977. margin: 8px auto auto auto;
  978. }
  979. .parameter_canvas {
  980. width: 100%;
  981. display: flex;
  982. justify-content: space-around;
  983. box-sizing: border-box;
  984. box-sizing: border-box;
  985. margin-top: 8px;
  986. }
  987. .parameter_canvas1 {
  988. margin-left: -20px;
  989. }
  990. .parameter_canvas2 {
  991. margin-right: -20px;
  992. }
  993. .parameter_leftdian1 {
  994. width: 97.9px;
  995. height: 97.9px;
  996. opacity: 1;
  997. }
  998. .parameter_lef2 {
  999. width: 100%;
  1000. height: 210px;
  1001. display: flex;
  1002. justify-content: center;
  1003. align-items: center;
  1004. background-image: url("../../static/heng.png");
  1005. background-size: auto 100%;
  1006. background-repeat: no-repeat;
  1007. background-position: center center;
  1008. margin: 10px 0px;
  1009. image {
  1010. width: 100px;
  1011. height: 100px;
  1012. margin-top: -10px;
  1013. }
  1014. }
  1015. .parameter_leftche {
  1016. width: 115.52px;
  1017. height: 78.32px;
  1018. opacity: 1;
  1019. }
  1020. .parameter_leftche1 {
  1021. width: 77px;
  1022. height: 81px;
  1023. opacity: 1;
  1024. }
  1025. .parameter_leftche2 {
  1026. width: 77px;
  1027. height: 62px;
  1028. }
  1029. .parameter_leftview {
  1030. font-size: 19.58px;
  1031. font-weight: 400;
  1032. letter-spacing: 0px;
  1033. line-height: 28.35px;
  1034. color: rgba(0, 0, 0, 1);
  1035. margin-top: 8px;
  1036. }
  1037. .parameter_right {
  1038. flex: 1;
  1039. margin-left: 10px;
  1040. display: flex;
  1041. flex-direction: column;
  1042. justify-content: space-between;
  1043. }
  1044. .parameter_righttop {
  1045. width: 100%;
  1046. }
  1047. .parameter_1 {
  1048. display: flex;
  1049. }
  1050. .parameter_2 {
  1051. width: 339.21px;
  1052. display: flex;
  1053. flex-direction: column;
  1054. justify-content: space-between;
  1055. margin-right: 16px;
  1056. }
  1057. .parameter_3 {
  1058. width: 339.21px;
  1059. display: flex;
  1060. align-items: center;
  1061. justify-content: space-between;
  1062. padding: 12px 20px;
  1063. box-sizing: border-box;
  1064. border-radius: 9.79px;
  1065. background: linear-gradient(180deg, rgba(93, 189, 245, 0.15) 0%, rgba(31, 141, 209, 0.15) 100%);
  1066. image {
  1067. width: 7.83px;
  1068. height: 7.83px;
  1069. margin-right: 6px;
  1070. }
  1071. }
  1072. .parameter_31 {
  1073. width: 339.21px;
  1074. display: flex;
  1075. align-items: center;
  1076. justify-content: space-between;
  1077. padding: 3px 20px;
  1078. box-sizing: border-box;
  1079. border-radius: 9.79px;
  1080. background: linear-gradient(180deg, rgba(93, 189, 245, 0.15) 0%, rgba(31, 141, 209, 0.15) 100%);
  1081. image {
  1082. width: 7.83px;
  1083. height: 7.83px;
  1084. margin-right: 6px;
  1085. }
  1086. }
  1087. .parameter_4 {
  1088. /** 文本1 */
  1089. font-size: 23.5px;
  1090. font-weight: 700;
  1091. color: rgba(38, 38, 38, 1);
  1092. display: flex;
  1093. align-items: center;
  1094. }
  1095. .parameter_5 {
  1096. font-size: 24.47px;
  1097. font-weight: 700;
  1098. color: rgba(217, 22, 22, 1);
  1099. }
  1100. .parameter_51 {
  1101. font-size: 24.47px;
  1102. font-weight: 700;
  1103. color: rgba(7, 123, 67, 1);
  1104. }
  1105. .parameter_SOC {
  1106. display: flex;
  1107. align-items: center;
  1108. justify-content: space-around;
  1109. width: 195.11px;
  1110. height: 130px;
  1111. /* opacity: 0.15; */
  1112. border-radius: 9.79px;
  1113. margin-right: 16px;
  1114. background: linear-gradient(180deg, rgba(240, 209, 137, 0.15) 0%, rgba(186, 141, 56, 0.15) 100%);
  1115. image {
  1116. width: 37.2px;
  1117. height: 37.2px;
  1118. }
  1119. }
  1120. .parameter_state {
  1121. display: flex;
  1122. align-items: center;
  1123. justify-content: space-around;
  1124. width: 195.11px;
  1125. height: 130px;
  1126. /* opacity: 0.15; */
  1127. border-radius: 9.79px;
  1128. background: linear-gradient(180deg, rgba(93, 149, 245, 0.15) 0%, rgba(41, 71, 204, 0.15) 100%);
  1129. image {
  1130. width: 37.2px;
  1131. height: 37.2px;
  1132. }
  1133. }
  1134. .parameter_Battery {
  1135. display: flex;
  1136. align-items: center;
  1137. justify-content: space-around;
  1138. width: 195.11px;
  1139. height: 130px;
  1140. /* opacity: 0.15; */
  1141. margin-right: 16px;
  1142. border-radius: 9.79px;
  1143. background: linear-gradient(180deg, rgba(133, 242, 133, 0.15)0%, rgba(82, 209, 75, 0.15)100%);
  1144. image {
  1145. width: 37.2px;
  1146. height: 37.2px;
  1147. }
  1148. }
  1149. .parameter_SOCright {
  1150. display: flex;
  1151. flex-direction: column;
  1152. }
  1153. .parameter_SOCright1 {
  1154. font-size: 23.5px;
  1155. font-weight: 700;
  1156. letter-spacing: 0px;
  1157. line-height: 32.24px;
  1158. color: rgba(38, 38, 38, 1);
  1159. text-align: right;
  1160. }
  1161. .parameter_SOCright2 {
  1162. font-size: 29.37px;
  1163. font-weight: 700;
  1164. color: rgba(186, 141, 56, 1);
  1165. }
  1166. .parameter_Batterystate {
  1167. font-size: 23.5px;
  1168. font-weight: 500;
  1169. color: rgba(38, 38, 38, 1);
  1170. text-align: right;
  1171. }
  1172. .parameter_tap {
  1173. width: 100%;
  1174. display: flex;
  1175. margin-top: 18px;
  1176. }
  1177. .parameter_tap1 {
  1178. flex: 1;
  1179. height: 55.8px;
  1180. opacity: 1;
  1181. background: linear-gradient(180deg, rgba(30, 131, 189, 1) 0%, rgba(69, 168, 230, 0.92) 100%);
  1182. box-shadow: inset 0px 0px 9.79px rgba(0, 0, 0, 0.1);
  1183. display: flex;
  1184. align-items: center;
  1185. justify-content: center;
  1186. font-size: 23.5px;
  1187. font-weight: 500;
  1188. color: rgba(255, 255, 255, 1);
  1189. }
  1190. .parameter_tap2 {
  1191. flex: 1;
  1192. height: 55.8px;
  1193. opacity: 1;
  1194. background: rgba(242, 242, 242, 1);
  1195. box-shadow: inset 0px 0px 9.79px rgba(0, 0, 0, 0.1);
  1196. display: flex;
  1197. align-items: center;
  1198. justify-content: center;
  1199. font-size: 23.5px;
  1200. font-weight: 500;
  1201. }
  1202. .parameter_zheng {
  1203. width: 100%;
  1204. height: 313px;
  1205. background-image: url("../../static/z16.png");
  1206. background-size: 100% 100%;
  1207. margin-top: 10px;
  1208. padding: 20px 0px;
  1209. display: flex;
  1210. }
  1211. .parameter_zheng1 {
  1212. width: 387px;
  1213. height: 100%;
  1214. border-right: 0.49px solid rgba(0, 0, 0, 1);
  1215. display: flex;
  1216. flex-direction: column;
  1217. justify-content: space-around;
  1218. }
  1219. .parameter_zheng11 {
  1220. display: flex;
  1221. padding: 0px 20px;
  1222. justify-content: space-between;
  1223. }
  1224. .parameter_zheng12 {
  1225. font-size: 23.5px;
  1226. font-weight: 400;
  1227. color: rgba(0, 0, 0, 1);
  1228. }
  1229. .parameter_zheng13 {
  1230. font-size: 29.37px;
  1231. font-weight: 700;
  1232. color: rgba(20, 105, 201, 1);
  1233. }
  1234. .parameter_zheng14 {
  1235. font-size: 23.5px;
  1236. font-weight: 400;
  1237. color: rgba(0, 0, 0, 1);
  1238. }
  1239. .parameter_zheng2 {
  1240. width: 387px;
  1241. height: 100%;
  1242. border-right: 0.49px solid rgba(0, 0, 0, 1);
  1243. display: flex;
  1244. flex-direction: column;
  1245. justify-content: space-around;
  1246. }
  1247. .parameter_zheng3 {
  1248. flex: 1;
  1249. height: 100%;
  1250. display: flex;
  1251. flex-direction: column;
  1252. align-items: center;
  1253. justify-content: space-around;
  1254. }
  1255. .parameter_zheng31 {
  1256. width: 75px;
  1257. height: 75px;
  1258. background-image: url("../../static/y4.png");
  1259. background-size: 100% 100%;
  1260. display: flex;
  1261. align-items: center;
  1262. justify-content: center;
  1263. }
  1264. .parameter_zheng32 {
  1265. width: 66px;
  1266. height: 66px;
  1267. background-image: url("../../static/y1.png");
  1268. background-size: 100% 100%;
  1269. display: flex;
  1270. align-items: center;
  1271. justify-content: center;
  1272. font-size: 19.58px;
  1273. font-weight: 700;
  1274. color: rgba(255, 255, 255, 1);
  1275. }
  1276. .parameter_zheng32ccc {
  1277. width: 66px;
  1278. height: 66px;
  1279. /* background-image: url("../../static/y1.png"); */
  1280. background-color: #cccccc;
  1281. background-size: 100% 100%;
  1282. display: flex;
  1283. align-items: center;
  1284. justify-content: center;
  1285. font-size: 19.58px;
  1286. font-weight: 700;
  1287. color: rgba(255, 255, 255, 1);
  1288. border-radius: 100%;
  1289. }
  1290. .parameter_zheng33 {
  1291. width: 66px;
  1292. height: 66px;
  1293. background-image: url("../../static/y6.png");
  1294. background-size: 100% 100%;
  1295. display: flex;
  1296. align-items: center;
  1297. justify-content: center;
  1298. font-size: 19px;
  1299. font-weight: 700;
  1300. color: rgba(255, 255, 255, 1);
  1301. }
  1302. .parameter_zheng34 {
  1303. width: 66px;
  1304. height: 66px;
  1305. background-image: url("../../static/y8.png");
  1306. background-size: 100% 100%;
  1307. font-size: 18px;
  1308. font-weight: 700;
  1309. color: rgba(255, 255, 255, 1);
  1310. display: flex;
  1311. flex-direction: column;
  1312. align-items: center;
  1313. justify-content: center;
  1314. }
  1315. .parameter_home {
  1316. width: 100%;
  1317. display: flex;
  1318. margin-top: 0px;
  1319. justify-content: space-between;
  1320. }
  1321. .parameter_home1 {
  1322. display: flex;
  1323. align-items: center;
  1324. image {
  1325. width: 32.8px;
  1326. height: 32.31px;
  1327. margin-right: 10px;
  1328. }
  1329. }
  1330. .parameter_hometext {
  1331. font-size: 19.58px;
  1332. font-weight: 400;
  1333. color: rgba(0, 0, 0, 1);
  1334. }
  1335. .parameter_home2 {
  1336. width: 636.33px;
  1337. height: 39.16px;
  1338. opacity: 0.8;
  1339. border-radius: 0.98px;
  1340. background: rgba(242, 242, 242, 1);
  1341. border: 0.49px solid rgba(161, 161, 161, 1);
  1342. box-shadow: inset 0px 0px 9.79px rgba(0, 0, 0, 0.1);
  1343. display: flex;
  1344. align-items: center;
  1345. padding: 0px 10px;
  1346. box-sizing: border-box;
  1347. image {
  1348. width: 26.92px;
  1349. height: 29.86px;
  1350. }
  1351. }
  1352. .parameter_home3 {
  1353. font-size: 17.62px;
  1354. font-weight: 400;
  1355. color: rgba(0, 0, 0, 1);
  1356. margin-left: 10px;
  1357. }
  1358. .uni-dialog-title-text {
  1359. font-size: 70.89px !important;
  1360. font-weight: 500;
  1361. color: rgba(5, 5, 5, 1);
  1362. }
  1363. .parameter_box{
  1364. display: flex;
  1365. }
  1366. .parameter_zheng10{
  1367. width: 687px;
  1368. height: 100%;
  1369. border-right: 0.49px solid rgba(0, 0, 0, 1);
  1370. display: flex;
  1371. flex-direction: column;
  1372. justify-content: space-around;
  1373. }
  1374. </style>