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.

supply.vue 35KB

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