You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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