移动储能车V1版本
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

supply.vue 35KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349
  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="$t('MainTitle')" mode=""></image>
  6. <!-- <view class="tite">
  7. {{ $t('MainTitle') }}
  8. </view> -->
  9. <view class="time">
  10. <view class="time_top">
  11. {{formattedTime}}
  12. </view>
  13. <view class="time_bottom">
  14. <view>
  15. </view>
  16. <view class="time_bottom1">
  17. {{$t('status')}}
  18. <view class="time_state" v-if="status=='ok'">
  19. {{$t('online')}}
  20. </view>
  21. <view class="time_state1" v-else>
  22. {{$t('offline')}}
  23. </view>
  24. </view>
  25. </view>
  26. </view>
  27. </view>
  28. <view class="parameter">
  29. <view class="parameter_left">
  30. <view class="parameter_left1">
  31. <view style="display: flex;justify-content: center;position: relative;">
  32. <cmd-progress type="dashboard" :percent="uidatasdata.SOC??0" stroke-color="#B0D0FF" :stroke-width="6" :width="180" stroke-shape="square" :showInfo="false"></cmd-progress>
  33. <view style="position: absolute;text-align: center;top: 20%;">
  34. <view style="font-size:72rpx;font-weight: bold;">{{uidatasdata.SOC??0}} <text style="font-size:32rpx;">%</text> </view>
  35. <view style="font-size:32rpx;margin-top: 6px;">SOC</view>
  36. </view>
  37. <view style="position: absolute;top: 70%;">
  38. <view style="width: 190px;display: flex;justify-content: space-between;">
  39. <view style="font-size:32rpx;margin-left: 10px;">0</view>
  40. <view style="font-size:32rpx;">100%</view>
  41. </view>
  42. </view>
  43. </view>
  44. <!-- <jerry-gauge></jerry-gauge>
  45. <view class="parameter_canvas">
  46. <view class="parameter_canvas1">
  47. 0
  48. </view>
  49. <view class="parameter_canvas2">
  50. 100%
  51. </view>
  52. </view> -->
  53. </view>
  54. <image class="parameter_leftdian1" src="../../static/img/DC3.png" alt="" />
  55. <view class="parameter_lef2">
  56. <image src="../../static/dian2.png" mode=""></image>
  57. </view>
  58. <image class="parameter_leftche" src="../../static/che.png" mode=""></image>
  59. <view class="parameter_leftview">{{$t('DirectRechargeInput')}}</view>
  60. </view>
  61. <view class="parameter_right">
  62. <view class="parameter_righttop">
  63. <view class="parameter_1">
  64. <view class="parameter_shan">
  65. <image src="../../static/shan.png" mode=""></image>
  66. <view class="parameter_SOCright">
  67. <view class="parameter_SOCright1">
  68. {{$t('ChargingPower')}}
  69. </view>
  70. <view class="parameter_Batterystate">
  71. <text class="parameter_SOCright2">{{uidatasdata.BatSysSt2_BatPower??'—'}} </text><text> kW</text>
  72. </view>
  73. </view>
  74. </view>
  75. <view class="parameter_SOC">
  76. <image src="../../static/SOC.png" mode=""></image>
  77. <view class="parameter_SOCright">
  78. <view class="parameter_SOCright1">
  79. SOC
  80. </view>
  81. <view>
  82. <text class="parameter_SOCright2">{{uidatasdata.SOC??'—'}}</text><text> %</text>
  83. </view>
  84. </view>
  85. </view>
  86. <view class="parameter_Battery">
  87. <image src="../../static/Battery.png" mode=""></image>
  88. <view class="parameter_SOCright">
  89. <view class="parameter_SOCright1">
  90. {{$t('BatteryStatus')}}
  91. </view>
  92. <view class="parameter_Batterystate">
  93. <view v-if="uidatasdata.bms_BatSysState==5">
  94. {{$t('fault')}}
  95. </view>
  96. <!-- <view v-else-if="uidatasdata.bms_BatSysState==0">
  97. {{$t('ChuShiHua')}}
  98. </view> -->
  99. <view v-else-if="uidatasdata.bms_BatSysState==1">
  100. {{$t('NotupyetVoltage')}}
  101. </view>
  102. <!-- <view v-else-if="uidatasdata.bms_BatSysState==2">
  103. {{$t('HighVoltageMedium')}}
  104. </view> -->
  105. <view v-else-if="uidatasdata.bms_BatSysState==3">
  106. {{$t('voltagehasbeen')}}
  107. </view>
  108. <!-- <view v-else-if="uidatasdata.bms_BatSysState==4">
  109. {{$t('Underhighpressure')}}
  110. </view> -->
  111. <view v-else>
  112. </view>
  113. <!-- {{uidatasdata.bms_BatSysWorkMode_==0.00?'无效':'有效'}} -->
  114. </view>
  115. </view>
  116. </view>
  117. <view class="parameter_state">
  118. <image src="../../static/setup.png" mode=""></image>
  119. <view class="parameter_SOCright">
  120. <view class="parameter_SOCright1">
  121. {{$t('SystemStatus')}}
  122. </view>
  123. <view class="parameter_Batterystate">
  124. <!-- {{uidatasdata.bms_ChgLinkSt==0.00?'无效':'有效'}} -->
  125. <view v-if="uidatasdata.bms_BatSysWorkMode_==0">
  126. {{$t('uncharged')}}
  127. </view>
  128. <view v-else-if="uidatasdata.bms_BatSysWorkMode_==1">
  129. {{$t('Chargingprogress')}}
  130. </view>
  131. <view v-else-if="uidatasdata.bms_BatSysWorkMode_==2">
  132. {{$t('Chargingmalfunction')}}
  133. </view>
  134. <view v-else-if="uidatasdata.bms_BatSysWorkMode_==3">
  135. {{$t('full')}}
  136. </view>
  137. <!-- <view v-else-if="uidatasdata.bms_BatSysWorkMode_==4">
  138. {{$t('Chargingstopped')}}
  139. </view> -->
  140. <!-- <view v-else-if="uidatasdata.bms_BatSysWorkMode_>3&&uidatasdata.bms_BatSysWorkMode_<8">
  141. {{$t('retain')}}
  142. </view> -->
  143. <view v-else>
  144. </view>
  145. </view>
  146. </view>
  147. </view>
  148. </view>
  149. </view>
  150. <view class="parameter_tap">
  151. <view :class="segmented==1?'parameter_tap1':'parameter_tap2'" @click="ontap(1)">
  152. {{$t('Batteryinformation')}}
  153. </view>
  154. <!-- <view :class="segmented==2?'parameter_tap1':'parameter_tap2'" @click="ontap(2)">
  155. {{$t('ConnectionInformation')}}
  156. </view> -->
  157. <view :class="segmented==3?'parameter_tap1':'parameter_tap2'" @click="ontap(3)">
  158. {{$t('statisticalinformation')}}
  159. </view>
  160. <view :class="segmented==4?'parameter_tap1':'parameter_tap2'" @click="ontap(4)">
  161. {{$t('coolinginformation')}}
  162. </view>
  163. </view>
  164. <view class="parameter_zheng">
  165. <view class="parameter_box" v-if="segmented==1">
  166. <view class="parameter_zheng1">
  167. <!-- <view class="parameter_zheng11">
  168. <view class="parameter_zheng12">
  169. {{$t('Batterypower')}}
  170. </view>
  171. <view class="parameter_zheng13">
  172. {{uidatasdata.BatSysSt2_BatPower??'—'}} <text class="parameter_zheng14">KW</text>
  173. </view>
  174. </view> -->
  175. <view class="parameter_zheng11">
  176. <view class="parameter_zheng12">
  177. {{$t('TotalPressure')}}
  178. </view>
  179. <view class="parameter_zheng13">
  180. {{uidatasdata.BatSysSt2_BatSumVInt??'—'}} <text class="parameter_zheng14">V</text>
  181. </view>
  182. </view>
  183. <view class="parameter_zheng11">
  184. <view class="parameter_zheng12">
  185. {{$t('AllowChargingPower')}}
  186. </view>
  187. <view class="parameter_zheng13">
  188. {{uidatasdata.DchChgCurPowLimit_MaxChargePowerLimit??'—'}} <text class="parameter_zheng14">KW</text>
  189. </view>
  190. </view>
  191. <view class="parameter_zheng11">
  192. <view class="parameter_zheng12">
  193. {{$t('MaximumVoltage')}}
  194. </view>
  195. <view class="parameter_zheng13">
  196. {{uidatasdata.BatCellVPeak_ValMaxCellVoltage??'—'}} <text class="parameter_zheng14">v</text>
  197. </view>
  198. </view>
  199. <view class="parameter_zheng11">
  200. <view class="parameter_zheng12">
  201. {{$t('MaximumTemperature')}}
  202. </view>
  203. <view class="parameter_zheng13">
  204. {{uidatasdata.CellTemperatureLimitsStatus_MaxTemp??'—'}} <text class="parameter_zheng14">℃</text>
  205. </view>
  206. </view>
  207. </view>
  208. <view class="parameter_zheng2">
  209. <view class="parameter_zheng11">
  210. <view class="parameter_zheng12">
  211. {{$t('BatteryCurrent')}}
  212. </view>
  213. <view class="parameter_zheng13">
  214. {{uidatasdata.BatSysSt2_BatCur??'—'}} <text class="parameter_zheng14">A</text>
  215. </view>
  216. </view>
  217. <!-- <view class="parameter_zheng11">
  218. <view class="parameter_zheng12">
  219. {{$t('TotalExternalPressure')}}
  220. </view>
  221. <view class="parameter_zheng13">
  222. {{uidatasdata.BatSysSt2_BatSumVOut??'—'}} <text class="parameter_zheng14">V</text>
  223. </view>
  224. </view> -->
  225. <view class="parameter_zheng11">
  226. <view class="parameter_zheng12">
  227. {{$t('AllowChargingCurrent')}}
  228. </view>
  229. <view class="parameter_zheng13">
  230. {{uidatasdata.ChargingInformation_Chg_Max_Cur??'—'}}<text class="parameter_zheng14"> A</text>
  231. </view>
  232. </view>
  233. <view class="parameter_zheng11">
  234. <view class="parameter_zheng12">
  235. {{$t('MinimumIndividualVoltage')}}
  236. </view>
  237. <view class="parameter_zheng13">
  238. {{uidatasdata.BatCellVPeak_ValMinCellVoltage??'—' }}<text class="parameter_zheng14"> v</text>
  239. </view>
  240. </view>
  241. <view class="parameter_zheng11">
  242. <view class="parameter_zheng12">
  243. {{$t('MinimumMonomerTemperature')}}
  244. </view>
  245. <view class="parameter_zheng13">
  246. {{uidatasdata.CellTemperatureLimitsStatus_MinTemp??'—'}} <text class="parameter_zheng14"> ℃</text>
  247. </view>
  248. </view>
  249. </view>
  250. </view>
  251. <view class="parameter_box" v-if="segmented==2">
  252. <view class="parameter_zheng1">
  253. <view class="parameter_zheng11">
  254. <view class="parameter_zheng12">
  255. {{$t('WorkingModeBatterySystem')}}
  256. </view>
  257. <view class="parameter_Batterystate">
  258. <!-- {{uidatasdata.bms_BatSysWorkMode_==0.00?'无效':'有效'}} -->
  259. <view v-if="uidatasdata.bms_BatSysWorkMode_==0">
  260. {{$t('invalid')}}
  261. </view>
  262. <view v-else-if="uidatasdata.bms_BatSysWorkMode_==1">
  263. {{$t('DischargeMode')}}
  264. </view>
  265. <view v-else-if="uidatasdata.bms_BatSysWorkMode_==2">
  266. {{$t('pcsChargingMode')}}
  267. </view>
  268. <view v-else-if="uidatasdata.bms_BatSysWorkMode_==3">
  269. {{$t('EuropeanStandardChargingMode')}}
  270. </view>
  271. <view v-else>
  272. </view>
  273. </view>
  274. </view>
  275. <view class="parameter_zheng11">
  276. <view class="parameter_zheng12">
  277. {{$t('BatterySystemStatus')}}
  278. </view>
  279. <view class="parameter_Batterystate">
  280. <!-- {{uidatasdata.bms_BatSysWorkMode_==0.00?'无效':'有效'}} -->
  281. <view v-if="uidatasdata.bms_BatSysWorkMode_==0">
  282. {{$t('initialization')}}
  283. </view>
  284. <view v-else-if="uidatasdata.bms_BatSysWorkMode_==1">
  285. {{$t('NotupyetVoltage')}}
  286. </view>
  287. <view v-else-if="uidatasdata.bms_BatSysWorkMode_==2">
  288. {{$t('HighVoltageMedium')}}
  289. </view>
  290. <view v-else-if="uidatasdata.bms_BatSysWorkMode_==3">
  291. {{$t('voltagehasbeen')}}
  292. </view>
  293. <view v-else-if="uidatasdata.bms_BatSysWorkMode_==4">
  294. {{$t('Underhighpressure')}}
  295. </view>
  296. <view v-else-if="uidatasdata.bms_BatSysWorkMode_==5">
  297. {{$t('fault')}}
  298. </view>
  299. <view v-else>
  300. </view>
  301. </view>
  302. </view>
  303. <view class="parameter_zheng11">
  304. <view class="parameter_zheng12">
  305. {{$t('ChargingStatus')}}
  306. </view>
  307. <view class="parameter_Batterystate">
  308. <!-- {{uidatasdata.bms_ChargeStatus==0.00?'无效':'有效'}} -->
  309. <view v-if="uidatasdata.bms_ChargeStatus==0">
  310. {{$t('uncharged')}}
  311. </view>
  312. <view v-else-if="uidatasdata.bms_ChargeStatus==1">
  313. {{$t('Chargingprogress')}}
  314. </view>
  315. <view v-else-if="uidatasdata.bms_ChargeStatus==2">
  316. {{$t('Chargingmalfunction')}}
  317. </view>
  318. <view v-else-if="uidatasdata.bms_ChargeStatus==3">
  319. {{$t('full')}}
  320. </view>
  321. <view v-else-if="uidatasdata.bms_ChargeStatus>3&&uidatasdata.bms_ChargeStatus<8">
  322. {{$t('retain')}}
  323. </view>
  324. <view v-else>
  325. </view>
  326. </view>
  327. </view>
  328. </view>
  329. <view class="parameter_zheng2">
  330. <view class="parameter_zheng11">
  331. <view class="parameter_zheng12">
  332. {{$t('ChargingConnectionStatus')}}
  333. </view>
  334. <view class="parameter_Batterystate1" v-if="uidatasdata.bms_ChgLinkSt==1.00">
  335. {{$t('FastChargingConnection')}}
  336. </view>
  337. <view class="parameter_Batterystate1" v-else>
  338. {{$t('NoConnection')}}
  339. </view>
  340. </view>
  341. <view class="parameter_zheng11">
  342. <view class="parameter_zheng12" style="height: 30px;">
  343. {{$t('BatteryFaultLevel')}}
  344. </view>
  345. <view class="parameter_Batterystate1">
  346. <view v-if="uidatasdata.bms_BatteryFaultLevl==0">
  347. {{$t('NoMalfunction')}}
  348. </view>
  349. <view v-else-if="uidatasdata.bms_BatteryFaultLevl==1">
  350. 1{{$t('LevelLault')}}
  351. </view>
  352. <view v-else-if="uidatasdata.bms_BatteryFaultLevl==2">
  353. 2{{$t('LevelLault')}}
  354. </view>
  355. <view v-else-if="uidatasdata.bms_BatteryFaultLevl==3">
  356. 3{{$t('LevelLault')}}
  357. </view>
  358. <view v-else>
  359. </view>
  360. </view>
  361. </view>
  362. <view class="parameter_zheng11 parameter_zheng102">
  363. </view>
  364. </view>
  365. </view>
  366. <view class="parameter_box" v-if="segmented==3">
  367. <view class="parameter_zheng10">
  368. <!-- <view class="parameter_zhengbox">
  369. <view class="parameter_zheng12">
  370. {{$t('AccumulatedChargingCapacityCommunication')}}
  371. </view>
  372. <view class="parameter_zhengbox13">
  373. {{uidatasdata.PCSACChargeEnergy??'—'}} <text class="parameter_zheng14">kWh</text> <text></text>
  374. </view>
  375. </view>
  376. <view class="parameter_zhengbox parameter_zheng101">
  377. <view class="parameter_zheng12">
  378. {{$t('AccumulatedDCChargingCapacity')}}
  379. </view>
  380. <view class="parameter_zhengbox13">
  381. {{uidatasdata.PCSDCDisChargeEnergy??'—'}} <text class="parameter_zheng14">kWh</text> <text></text>
  382. </view>
  383. </view> -->
  384. <view class="parameter_zhengbox">
  385. <view class="parameter_zheng12">
  386. {{$t('RunningTimes')}}
  387. </view>
  388. <view class="parameter_zhengbox13">
  389. {{uidatasdata.DirectRecharge??'—'}} <text class="parameter_zheng14">{{$t('RunningTimesmin')}}</text> <text></text>
  390. </view>
  391. </view>
  392. <view class="parameter_zhengbox parameter_zheng101">
  393. <view class="parameter_zheng12">
  394. {{$t('InputCapacity')}}
  395. </view>
  396. <view class="parameter_zhengbox13">
  397. {{uidatasdata.DirectElectricity??'—'}} <text class="parameter_zheng14">kWh</text> <text></text>
  398. </view>
  399. </view>
  400. <view class="parameter_zhengbox parameter_zheng101">
  401. <view class="parameter_zheng12">
  402. {{$t('AccumulateInput')}}
  403. </view>
  404. <view class="parameter_zhengbox13">
  405. {{(uidatasdata.BatteryInformation4_Acc_Chg_Ah - uidatasdata.PCSDCChargeEnergy).toFixed(1)!="NaN"? (uidatasdata.BatteryInformation4_Acc_Chg_Ah - uidatasdata.PCSDCChargeEnergy).toFixed(1):'—'}} <text class="parameter_zheng14">kWh</text> <text></text>
  406. </view>
  407. </view>
  408. </view>
  409. </view>
  410. <view class="parameter_box" v-if="segmented==4">
  411. <view class="parameter_zheng1">
  412. <view class="parameter_zheng11">
  413. <view class="parameter_zheng12">
  414. {{$t('WorkingMode')}}
  415. </view>
  416. <view class="parameter_Batterystate">
  417. <!-- {{uidatasdata.TMS_Status_TMS_WORK_MODE}} <text class="parameter_zheng14">kW</text> -->
  418. <!-- {{uidatasdata.TMS_Status_TMS_WORK_MODE==1.00?'有效':'无效'}} -->
  419. <view v-if="uidatasdata.TMS_Status_TMS_WORK_MODE==0">
  420. {{$t('OffMode')}}
  421. </view>
  422. <view v-else-if="uidatasdata.TMS_Status_TMS_WORK_MODE==1">
  423. {{$t('CoolingMode')}}
  424. </view>
  425. <view v-else-if="uidatasdata.TMS_Status_TMS_WORK_MODE==2">
  426. {{$t('HeatingMode')}}
  427. </view>
  428. <view v-else-if="uidatasdata.TMS_Status_TMS_WORK_MODE==3">
  429. {{$t('CirculatingMode')}}
  430. </view>
  431. <view v-else>
  432. </view>
  433. </view>
  434. </view>
  435. <view class="parameter_zheng11">
  436. <view class="parameter_zheng12">
  437. {{$t('OutletTemperature')}}
  438. </view>
  439. <view class="parameter_zheng13">
  440. {{uidatasdata.TMS_Status_TMS_WATEROUT_TEMP??'—'}} <text class="parameter_zheng14">℃</text>
  441. </view>
  442. </view>
  443. <view class="parameter_zheng11">
  444. <view class="parameter_zheng12" style="height: 30px;">
  445. <!-- {{$t('PowerDemand')}} -->
  446. </view>
  447. <!-- <view class="parameter_zheng13">
  448. {{uidatasdata.TMS_Status_TMS_POWER_REQ??'—'}} <text class="parameter_zheng14">kW</text>
  449. </view> -->
  450. </view>
  451. </view>
  452. <view class="parameter_zheng2">
  453. <view class="parameter_zheng11">
  454. <view class="parameter_zheng12">
  455. {{$t('HighVoltageRelayStatus')}}
  456. </view>
  457. <view class="parameter_Batterystate">
  458. <!-- {{uidatasdata.TMS_Status_TMS_HV_CONTACT_ST==0.00?'无效':'有效'}} -->
  459. <view v-if="uidatasdata.TMS_Status_TMS_HV_CONTACT_ST==0">
  460. {{$t('DisconnectedState')}}
  461. </view>
  462. <view v-else-if="uidatasdata.TMS_Status_TMS_HV_CONTACT_ST==1">
  463. {{$t('ClosedState')}}
  464. </view>
  465. <view v-else>
  466. </view>
  467. </view>
  468. </view>
  469. <view class="parameter_zheng11">
  470. <view class="parameter_zheng12">
  471. {{$t('waterTemperature')}}
  472. </view>
  473. <view class="parameter_zheng13">
  474. {{uidatasdata.TMS_Status_TMS_WATERIN_TEMP??'—'}} <text class="parameter_zheng14">℃</text>
  475. </view>
  476. </view>
  477. <view class="parameter_zheng11">
  478. <view class="parameter_zheng12" style="height: 30px;">
  479. <!-- {{$t('FaultLevel')}} -->
  480. </view>
  481. <!-- <view class="parameter_Batterystate">
  482. <view v-if="uidatasdata.TMS_Status_TMS_ERR_LEVEL==0">
  483. {{$t('NoMalfunction')}}
  484. </view>
  485. <view v-else-if="uidatasdata.TMS_Status_TMS_ERR_LEVEL==1">
  486. 1{{$t('LevelLault')}}
  487. </view>
  488. <view v-else-if="uidatasdata.TMS_Status_TMS_ERR_LEVEL==2">
  489. 2{{$t('LevelLault')}}
  490. </view>
  491. <view v-else-if="uidatasdata.TMS_Status_TMS_ERR_LEVEL==3">
  492. 3{{$t('LevelLault')}}
  493. </view>
  494. <view v-else>
  495. </view>
  496. </view> -->
  497. </view>
  498. </view>
  499. </view>
  500. <view class="parameter_zheng3">
  501. <view class="parameter_zheng31111" v-if="uidatasdata.SysControl_RunCmd==0" @click="dialogToggle">
  502. <view class="parameter_zheng31">
  503. <view class="parameter_zheng32">
  504. {{$t('open')}}
  505. </view>
  506. </view>
  507. </view>
  508. <view class="parameter_zheng31111" v-else>
  509. <view class="parameter_zheng31">
  510. <view class="parameter_zheng32ccc">
  511. {{$t('open')}}
  512. </view>
  513. </view>
  514. </view>
  515. <view class="parameter_zheng31111" v-if="uidatasdata.SysControl_RunCmd==1" @click="onstopit">
  516. <view class="parameter_zheng31">
  517. <view class="parameter_zheng33">
  518. {{$t('stopIt')}}
  519. </view>
  520. </view>
  521. </view>
  522. <view class="parameter_zheng31111" v-else>
  523. <view class="parameter_zheng31">
  524. <view class="parameter_zheng32ccc">
  525. {{$t('stopIt')}}
  526. </view>
  527. </view>
  528. </view>
  529. </view>
  530. </view>
  531. <view class="parameter_home">
  532. <view class="parameter_home1" @click="onreturn">
  533. <image src="../../static/home.png" mode=""></image><text
  534. class="parameter_hometext">{{$t('ReturnModeSelection')}}</text>
  535. </view>
  536. <view class="parameter_home2" v-if="faultsdata.length>0&&!this.SysFaultState">
  537. <image src="../../static/home1.png" mode=""></image>
  538. <swiper class="swiper" circular :autoplay="true" :interval="2000"
  539. :duration="500" :vertical="true">
  540. <swiper-item v-for="(item, index) in faultsdata" :key="index">
  541. <view class="parameter_home3">{{ item["CONTENT"] }}</view>
  542. </swiper-item>
  543. </swiper>
  544. </view>
  545. </view>
  546. </view>
  547. </view>
  548. <uni-popup ref="alertDialog">
  549. <uni-popup-dialog :mode="modeinput" placeholder="请输入内容" v-model="value" :type="successtype"
  550. :cancelText="$t('CancelReturn')" :confirmText="confirmText" :title="title" :content="content" @confirm="dialogConfirm"
  551. @close="dialogClose"></uni-popup-dialog>
  552. </uni-popup>
  553. </view>
  554. </template>
  555. <!-- -->
  556. <script>
  557. import cmdProgress from "@/components/cmd-progress/cmd-progress.vue"
  558. import {getuidatas,getfaultsList,control} from "../../api/api.js";
  559. import {getTime} from "../../utils/index.js";
  560. import { mapState } from 'vuex';
  561. export default {
  562. components:{
  563. cmdProgress
  564. },
  565. data() {
  566. return {
  567. successtype: 'success',
  568. confirmText: '确认启动',
  569. title: '你确定要开启该设备吗?',
  570. content: '启动设备前,请确认参照用户手册确定设备与各部件处于正确状态!',
  571. value: '',
  572. modeinput: '',
  573. segmented: 1,
  574. uidatas:'',
  575. formatTimeid:'',
  576. faultsdata:[],
  577. SysFaultState:true,
  578. currentDate:''
  579. }
  580. },
  581. onLoad() {
  582. const date = new Date();
  583. const year = date.getFullYear();
  584. const month = date.getMonth() + 1;
  585. const day = date.getDate();
  586. this.currentDate = `${year}-${month}-${day}`;
  587. this.confirmText = this.$t('ConfirmStart');
  588. this.title = this.$t('popUpTitle');
  589. this.content = this.$t('popUpContent');
  590. },
  591. computed: {
  592. // 使用 mapState 映射多个状态到组件的计算属性
  593. ...mapState(['formattedTime','status']),
  594. ...mapState({
  595. uidatasdata: state => state.uidatasdata
  596. })
  597. },
  598. mounted() {
  599. // this.onfaultsdata();
  600. },
  601. beforeUnmount(){
  602. },
  603. watch: {
  604. uidatasdata: {
  605. handler(newVal, oldVal) {
  606. console.log('uidatasdata 发生变化:', newVal);
  607. // 在这里可以添加处理逻辑
  608. if(newVal.SysState_SysFaultState==1&&this.SysFaultState){
  609. this.SysFaultState = false
  610. this.onfaultsdata();
  611. }else if(newVal.SysState_SysFaultState==0){
  612. this.SysFaultState = true
  613. }
  614. },
  615. deep: true // 监听深层次的变化
  616. }
  617. },
  618. methods: {
  619. onfaultsdata(){
  620. let data ={
  621. page:1,
  622. rows:10,
  623. device: '',
  624. starttime: '',
  625. endtime: '',
  626. rt: 1,
  627. type:'故障'
  628. }
  629. getfaultsList(data).then(res => {
  630. console.log(res);
  631. if(res.status=='ok'){
  632. this.faultsdata=[]
  633. for (var i = 0; i < res.data.list.length; i++) {
  634. if(this.currentDate == res.data.list[i].FAULTTIME.substring(0, 10)){
  635. this.faultsdata.push(res.data.list[i])
  636. }
  637. }
  638. }else{
  639. }
  640. });
  641. },
  642. // 返回首页
  643. onreturn() {
  644. uni.redirectTo({
  645. url: '/pages/index/index'
  646. });
  647. },
  648. // 启动设备弹窗
  649. dialogToggle() {
  650. this.modeinput = 'base'
  651. this.successtype = 'success'
  652. this.confirmText = this.$t('ConfirmStart');
  653. this.title = this.$t('popUpTitle');
  654. this.content = this.$t('popUpContent');
  655. this.$refs.alertDialog.open()
  656. },
  657. onstopit() {
  658. this.modeinput = 'base'
  659. this.successtype = 'error'
  660. this.confirmText = this.$t('ConfirmStop');
  661. this.title = this.$t('popUpTitleStop');
  662. this.content =this.$t('popUpContentStop');
  663. this.$refs.alertDialog.open()
  664. },
  665. // 确认弹窗
  666. dialogConfirm() {
  667. let _this =this
  668. let data = {
  669. id: "c35c4db0-113f-442a-9e26-728489265fdb",
  670. issaveinitvalue:false,
  671. value: this.content==this.$t('popUpContent')?'1':'0'
  672. }
  673. control(data).then(data => {
  674. // console.log(data);
  675. if (data.status == 'ok') {
  676. uni.showToast({
  677. title: this.$t('OperationSuccessful'),
  678. icon: 'none',
  679. duration: 2000, // 显示时长,单位为毫秒
  680. });
  681. } else {
  682. uni.showToast({
  683. title: this.$t('operationFailed'),
  684. icon: 'none', // 使用 'none' 图标来表示失败
  685. duration: 2000, // 显示时长,单位为毫秒
  686. });
  687. }
  688. });
  689. },
  690. dialogClose() {
  691. console.log(this.value);
  692. this.$refs.alertDialog.close()
  693. },
  694. ontap(e) {
  695. console.log(e);
  696. this.segmented = e;
  697. }
  698. },
  699. }
  700. </script>
  701. <!-- -->
  702. <style lang="scss" scoped>
  703. .content {
  704. width: 100%;
  705. height: 100vh;
  706. opacity: 1;
  707. background: linear-gradient(180deg, rgba(215, 230, 245, 0) 0%, rgba(196, 229, 255, 1) 100%);
  708. box-sizing: border-box;
  709. }
  710. .top {
  711. width: 100%;
  712. height: 100px;
  713. display: flex;
  714. align-items: center;
  715. justify-content: space-between;
  716. background-size: 100% 100%;
  717. background-repeat: no-repeat;
  718. box-sizing: border-box;
  719. background-color: #fff;
  720. padding: 0px 46px;
  721. }
  722. .top_logo{
  723. width:327px;
  724. height: 56px;
  725. }
  726. .tite{
  727. width: 325px;
  728. height: 50px;
  729. }
  730. .time{
  731. width:277px;
  732. text-align: right;
  733. }
  734. .time_top {
  735. font-size: 17px;
  736. }
  737. .time_bottom {
  738. display: flex;
  739. font-size: 17px;
  740. justify-content: space-between;
  741. }
  742. .time_bottom1 {
  743. display: flex;
  744. }
  745. .time_state {
  746. font-size: 17px;
  747. font-weight: 600;
  748. color: rgba(22, 68, 144, 1);
  749. }
  750. .time_state1 {
  751. font-size: 17px;
  752. font-weight: 600;
  753. color: rgba(217, 22, 22, 1);
  754. }
  755. .parameter {
  756. width: 100%;
  757. padding-bottom: 20px;
  758. display: flex;
  759. padding: 20px 20px;
  760. box-sizing: border-box;
  761. }
  762. .parameter_left {
  763. width: 262.85px;
  764. height: 630px;
  765. opacity: 1;
  766. border-radius: 24.47px;
  767. background: linear-gradient(180deg, rgba(42, 150, 212, 0.1) 0%, rgba(42, 146, 209, 0) 100%);
  768. border: 2.94px solid rgba(242, 248, 252, 1);
  769. display: flex;
  770. flex-direction: column;
  771. align-items: center;
  772. padding: 20rpx 0px;
  773. }
  774. .parameter_left1 {
  775. width: 100%;
  776. height: 170px;
  777. box-sizing: border-box;
  778. display: flex;
  779. flex-direction: column;
  780. justify-content: space-between;
  781. align-items: center;
  782. padding-bottom: 10px;
  783. }
  784. .canvas {
  785. width: 180px;
  786. margin: 8px auto auto auto;
  787. }
  788. .parameter_canvas {
  789. width: 100%;
  790. display: flex;
  791. justify-content: space-around;
  792. box-sizing: border-box;
  793. }
  794. .parameter_canvas1 {
  795. margin-left: -20px;
  796. margin-top: -40px;
  797. }
  798. .parameter_canvas2 {
  799. margin-right: -20px;
  800. margin-top: -40px;
  801. }
  802. .parameter_leftdian1 {
  803. width: 67.06px;
  804. height: 99.37px;
  805. opacity: 1;
  806. }
  807. .parameter_lef2 {
  808. width: 100%;
  809. height: 210px;
  810. display: flex;
  811. justify-content: center;
  812. align-items: center;
  813. background-image: url("../../static/heng.png");
  814. background-size: auto 100%;
  815. background-repeat: no-repeat;
  816. background-position: center center;
  817. margin: 10px 0px;
  818. image {
  819. width: 100px;
  820. height: 100px;
  821. margin-top: -10px;
  822. }
  823. }
  824. .parameter_leftche {
  825. width: 115.52px;
  826. height: 78.32px;
  827. opacity: 1;
  828. }
  829. .parameter_leftche1 {
  830. width: 77px;
  831. height: 81px;
  832. opacity: 1;
  833. }
  834. .parameter_leftche2 {
  835. width: 77px;
  836. height: 62px;
  837. }
  838. .parameter_leftview {
  839. font-size: 19.58px;
  840. font-weight: 400;
  841. letter-spacing: 0px;
  842. line-height: 28.35px;
  843. color: rgba(0, 0, 0, 1);
  844. margin-top: 8px;
  845. }
  846. .parameter_right {
  847. flex: 1;
  848. margin-left: 10px;
  849. display: flex;
  850. flex-direction: column;
  851. justify-content: space-between;
  852. }
  853. .parameter_righttop {
  854. width: 100%;
  855. }
  856. .parameter_1 {
  857. display: flex;
  858. justify-content: space-between;
  859. }
  860. .parameter_2 {
  861. width: 339.21px;
  862. display: flex;
  863. flex-direction: column;
  864. justify-content: space-between;
  865. margin-right: 16px;
  866. }
  867. .parameter_3 {
  868. width: 339.21px;
  869. display: flex;
  870. align-items: center;
  871. justify-content: space-between;
  872. padding: 12px 20px;
  873. box-sizing: border-box;
  874. border-radius: 9.79px;
  875. background: linear-gradient(180deg, rgba(93, 189, 245, 0.15) 0%, rgba(31, 141, 209, 0.15) 100%);
  876. image {
  877. width: 7.83px;
  878. height: 7.83px;
  879. margin-right: 6px;
  880. }
  881. }
  882. .parameter_31 {
  883. width: 339.21px;
  884. display: flex;
  885. align-items: center;
  886. justify-content: space-between;
  887. padding: 3px 20px;
  888. box-sizing: border-box;
  889. border-radius: 9.79px;
  890. background: linear-gradient(180deg, rgba(93, 189, 245, 0.15) 0%, rgba(31, 141, 209, 0.15) 100%);
  891. image {
  892. width: 7.83px;
  893. height: 7.83px;
  894. margin-right: 6px;
  895. }
  896. }
  897. .parameter_4 {
  898. /** 文本1 */
  899. font-size: 23.5px;
  900. font-weight: 700;
  901. color: rgba(38, 38, 38, 1);
  902. display: flex;
  903. align-items: center;
  904. }
  905. .parameter_5 {
  906. font-size: 24.47px;
  907. font-weight: 700;
  908. color: rgba(217, 22, 22, 1);
  909. }
  910. .parameter_51 {
  911. font-size: 24.47px;
  912. font-weight: 700;
  913. color: rgba(7, 123, 67, 1);
  914. }
  915. .parameter_shan{
  916. display: flex;
  917. align-items: center;
  918. justify-content: space-around;
  919. width: 220px;
  920. height: 130px;
  921. /* opacity: 0.15; */
  922. border-radius: 9.79px;
  923. margin-right: 16px;
  924. background: linear-gradient(180deg, rgba(93, 189, 245, 0.15) 0%, rgba(31, 141, 209, 0.15) 100%);
  925. image {
  926. width: 22px;
  927. height: 37.2px;
  928. }
  929. }
  930. .parameter_SOC {
  931. display: flex;
  932. align-items: center;
  933. justify-content: space-around;
  934. width: 220px;
  935. height: 130px;
  936. /* opacity: 0.15; */
  937. border-radius: 9.79px;
  938. margin-right: 16px;
  939. background: linear-gradient(180deg, rgba(240, 209, 137, 0.15) 0%, rgba(186, 141, 56, 0.15) 100%);
  940. image {
  941. width: 37.2px;
  942. height: 37.2px;
  943. }
  944. }
  945. .parameter_state {
  946. display: flex;
  947. align-items: center;
  948. justify-content: space-around;
  949. width: 220px;
  950. height: 130px;
  951. /* opacity: 0.15; */
  952. border-radius: 9.79px;
  953. background: linear-gradient(180deg, rgba(93, 149, 245, 0.15) 0%, rgba(41, 71, 204, 0.15) 100%);
  954. image {
  955. width: 37.2px;
  956. height: 37.2px;
  957. }
  958. }
  959. .parameter_Battery {
  960. display: flex;
  961. align-items: center;
  962. justify-content: space-around;
  963. width: 220px;
  964. height: 130px;
  965. /* opacity: 0.15; */
  966. margin-right: 16px;
  967. border-radius: 9.79px;
  968. background: linear-gradient(180deg, rgba(133, 242, 133, 0.15)0%, rgba(82, 209, 75, 0.15)100%);
  969. image {
  970. width: 37.2px;
  971. height: 37.2px;
  972. }
  973. }
  974. .parameter_SOCright {
  975. display: flex;
  976. flex-direction: column;
  977. }
  978. .parameter_SOCright1 {
  979. font-size: 23.5px;
  980. font-weight: 700;
  981. letter-spacing: 0px;
  982. line-height: 32.24px;
  983. color: rgba(38, 38, 38, 1);
  984. text-align: right;
  985. }
  986. .parameter_SOCright2 {
  987. font-size: 29.37px;
  988. font-weight: 700;
  989. color: rgba(186, 141, 56, 1);
  990. }
  991. .parameter_Batterystate {
  992. font-size: 23.5px;
  993. font-weight: 500;
  994. color: rgba(38, 38, 38, 1);
  995. text-align: right;
  996. }
  997. .parameter_Batterystate1 {
  998. font-weight: 500;
  999. text-align: right;
  1000. font-size: 24px;
  1001. color: rgba(20, 105, 201, 1);
  1002. }
  1003. .parameter_Batterystate2 {
  1004. font-weight: 500;
  1005. text-align: right;
  1006. font-size: 24px;
  1007. color:red;
  1008. }
  1009. .parameter_tap {
  1010. width: 100%;
  1011. display: flex;
  1012. margin-top: 18px;
  1013. }
  1014. .parameter_tap1 {
  1015. flex: 1;
  1016. height: 55.8px;
  1017. opacity: 1;
  1018. background: linear-gradient(180deg, rgba(30, 131, 189, 1) 0%, rgba(69, 168, 230, 0.92) 100%);
  1019. box-shadow: inset 0px 0px 9.79px rgba(0, 0, 0, 0.1);
  1020. display: flex;
  1021. align-items: center;
  1022. justify-content: center;
  1023. font-size: 23.5px;
  1024. font-weight: 500;
  1025. color: rgba(255, 255, 255, 1);
  1026. }
  1027. .parameter_tap2 {
  1028. flex: 1;
  1029. height: 55.8px;
  1030. opacity: 1;
  1031. background: rgba(242, 242, 242, 1);
  1032. box-shadow: inset 0px 0px 9.79px rgba(0, 0, 0, 0.1);
  1033. display: flex;
  1034. align-items: center;
  1035. justify-content: center;
  1036. font-size: 23.5px;
  1037. font-weight: 500;
  1038. }
  1039. .parameter_zheng {
  1040. width: 100%;
  1041. height: 313px;
  1042. background-image: url("../../static/z16.png");
  1043. background-size: 100% 100%;
  1044. margin-top: 10px;
  1045. padding: 20px 0px;
  1046. display: flex;
  1047. }
  1048. .parameter_zheng1 {
  1049. width: 387px;
  1050. height: 100%;
  1051. border-right: 0.49px solid rgba(0, 0, 0, 1);
  1052. display: flex;
  1053. flex-direction: column;
  1054. justify-content: space-between;
  1055. }
  1056. .parameter_zheng11 {
  1057. display: flex;
  1058. padding: 0px 20px;
  1059. justify-content: space-between;
  1060. }
  1061. .parameter_zhengbox{
  1062. display: flex;
  1063. padding: 0px 20px;
  1064. justify-content: space-between;
  1065. }
  1066. .parameter_zheng12 {
  1067. font-size: 23.5px;
  1068. font-weight: 400;
  1069. color: rgba(0, 0, 0, 1);
  1070. }
  1071. .parameter_zheng13 {
  1072. font-size: 29.37px;
  1073. font-weight: 700;
  1074. color: rgba(20, 105, 201, 1);
  1075. }
  1076. .parameter_zhengbox13 {
  1077. width: 50%;
  1078. font-size: 29.37px;
  1079. font-weight: 700;
  1080. color: rgba(20, 105, 201, 1);
  1081. display: flex;
  1082. justify-content: space-between;
  1083. }
  1084. .parameter_zheng14 {
  1085. font-size: 23.5px;
  1086. font-weight: 400;
  1087. color: rgba(0, 0, 0, 1);
  1088. }
  1089. .parameter_zheng2 {
  1090. width: 387px;
  1091. height: 100%;
  1092. border-right: 0.49px solid rgba(0, 0, 0, 1);
  1093. display: flex;
  1094. flex-direction: column;
  1095. justify-content: space-between;
  1096. }
  1097. .parameter_zheng3 {
  1098. flex: 1;
  1099. height: 100%;
  1100. display: flex;
  1101. flex-direction: column;
  1102. align-items: center;
  1103. justify-content: center;
  1104. }
  1105. .parameter_zheng31111{
  1106. width: 120px;
  1107. height: 120px;
  1108. display: flex;
  1109. align-items: center;
  1110. justify-content: center;
  1111. }
  1112. .parameter_zheng31 {
  1113. width: 90px;
  1114. height: 90px;
  1115. background-image: url("../../static/y4.png");
  1116. background-size: 100% 100%;
  1117. display: flex;
  1118. align-items: center;
  1119. justify-content: center;
  1120. padding-bottom: 3px;
  1121. box-sizing: border-box;
  1122. }
  1123. .parameter_zheng32 {
  1124. width: 74px;
  1125. height: 74px;
  1126. background-image: url("../../static/y1.png");
  1127. background-size: 100% 100%;
  1128. display: flex;
  1129. align-items: center;
  1130. justify-content: center;
  1131. font-size: 19.58px;
  1132. font-weight: 700;
  1133. color: rgba(255, 255, 255, 1);
  1134. }
  1135. .parameter_zheng32ccc {
  1136. width: 68px;
  1137. height: 68px;
  1138. /* background-image: url("../../static/y1.png"); */
  1139. background-color: #cccccc;
  1140. background-size: 100% 100%;
  1141. display: flex;
  1142. align-items: center;
  1143. justify-content: center;
  1144. font-size: 19px;
  1145. font-weight: 700;
  1146. color: rgba(255, 255, 255, 1);
  1147. border-radius: 100%;
  1148. }
  1149. .parameter_zheng33 {
  1150. width: 74px;
  1151. height: 74px;
  1152. background-image: url("../../static/y6.png");
  1153. background-size: 100% 100%;
  1154. display: flex;
  1155. align-items: center;
  1156. justify-content: center;
  1157. font-size: 19px;
  1158. font-weight: 700;
  1159. color: rgba(255, 255, 255, 1);
  1160. }
  1161. .parameter_zheng34 {
  1162. width: 68px;
  1163. height: 68px;
  1164. background-image: url("../../static/y8.png");
  1165. background-size: 100% 100%;
  1166. font-size: 18px;
  1167. font-weight: 700;
  1168. color: rgba(255, 255, 255, 1);
  1169. display: flex;
  1170. flex-direction: column;
  1171. align-items: center;
  1172. justify-content: center;
  1173. }
  1174. .parameter_home {
  1175. width: 100%;
  1176. display: flex;
  1177. margin-top: 0px;
  1178. justify-content: space-between;
  1179. }
  1180. .parameter_home1 {
  1181. display: flex;
  1182. align-items: center;
  1183. image {
  1184. width: 32.8px;
  1185. height: 32.31px;
  1186. margin-right: 10px;
  1187. }
  1188. }
  1189. .parameter_hometext {
  1190. font-size: 19.58px;
  1191. font-weight: 400;
  1192. color: rgba(0, 0, 0, 1);
  1193. }
  1194. .parameter_home2 {
  1195. width: 636.33px;
  1196. height: 39.16px;
  1197. opacity: 0.8;
  1198. border-radius: 0.98px;
  1199. background: rgba(242, 242, 242, 1);
  1200. border: 0.49px solid rgba(161, 161, 161, 1);
  1201. box-shadow: inset 0px 0px 9.79px rgba(0, 0, 0, 0.1);
  1202. display: flex;
  1203. align-items: center;
  1204. padding: 0px 10px;
  1205. box-sizing: border-box;
  1206. image {
  1207. width: 26.92px;
  1208. height: 29.86px;
  1209. }
  1210. }
  1211. .swiper {
  1212. width: 100%;
  1213. height: 40px;
  1214. }
  1215. .parameter_home3 {
  1216. height: 40px; /* 每条消息的高度 */
  1217. line-height: 40px; /* 垂直居中 */
  1218. font-size: 17.62px;
  1219. font-weight: 400;
  1220. color: rgba(0, 0, 0, 1);
  1221. margin-left: 10px;
  1222. }
  1223. .uni-dialog-title-text {
  1224. font-size: 70.89px !important;
  1225. font-weight: 500;
  1226. color: rgba(5, 5, 5, 1);
  1227. }
  1228. .parameter_box{
  1229. display: flex;
  1230. }
  1231. .parameter_zheng10{
  1232. width: 687px;
  1233. height: 100%;
  1234. border-right: 0.49px solid rgba(0, 0, 0, 1);
  1235. display: flex;
  1236. flex-direction: column;
  1237. /* justify-content: space-around; */
  1238. }
  1239. .parameter_zheng101{
  1240. margin-top: 40px;
  1241. }
  1242. .parameter_zheng102{
  1243. margin-top: 30px;
  1244. }
  1245. </style>