dust-table.data.ts 27 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472
  1. export const columns = [
  2. {
  3. title: '序号',
  4. width: 60,
  5. align: 'center',
  6. customRender: ({ index }: { index: number }) => `${index + 1}`,
  7. },
  8. {
  9. title: '工作场所',
  10. dataIndex: 'gzcs',
  11. key: 'gzcs',
  12. width: 100,
  13. align: 'center',
  14. },
  15. {
  16. title: '工种',
  17. dataIndex: 'gz',
  18. key: 'gz',
  19. width: 100,
  20. align: 'center',
  21. },
  22. {
  23. title: '监测地点',
  24. dataIndex: 'jcdd',
  25. key: 'jcdd',
  26. width: 100,
  27. align: 'center',
  28. },
  29. {
  30. title: '粉尘种类',
  31. dataIndex: 'fczl',
  32. key: 'fczl',
  33. width: 80,
  34. align: 'center',
  35. },
  36. {
  37. title: '总尘(短时间监测浓度,mg/m³)',
  38. width: 100,
  39. align: 'center',
  40. children: [
  41. {
  42. title: '作业工序-生产',
  43. dataIndex: 'sc_zcds',
  44. key: 'sc_zcds',
  45. width: 100,
  46. align: 'center',
  47. },
  48. {
  49. title: '作业工序-检修',
  50. dataIndex: 'jx_zcds',
  51. key: 'jx_zcds',
  52. width: 100,
  53. align: 'center',
  54. },
  55. ],
  56. },
  57. {
  58. title: '呼尘(短时间监测浓度,mg/m³)',
  59. width: 100,
  60. align: 'center',
  61. children: [
  62. {
  63. title: '作业工序-生产',
  64. dataIndex: 'sc_hcds',
  65. key: 'sc_hcds',
  66. width: 100,
  67. align: 'center',
  68. },
  69. {
  70. title: '作业工序-检修',
  71. dataIndex: 'jx_hcds',
  72. key: 'jx_hcds',
  73. width: 100,
  74. align: 'center',
  75. },
  76. ],
  77. },
  78. {
  79. title: '总尘(时间加权平均浓度,mg/m³)',
  80. dataIndex: 'zcjqpj',
  81. key: 'zcjqpj',
  82. width: 100,
  83. align: 'center',
  84. },
  85. {
  86. title: '呼尘(时间加权平均浓度,mg/m³)',
  87. dataIndex: 'hcjqpj',
  88. key: 'hcjqpj',
  89. width: 100,
  90. align: 'center',
  91. },
  92. {
  93. title: '总尘容许浓度(mg/m³)',
  94. children: [
  95. {
  96. title: '短时间监测浓度',
  97. dataIndex: 'zcrxd_ds',
  98. key: 'zcrxd_ds',
  99. width: 100,
  100. align: 'center',
  101. },
  102. {
  103. title: '时间加权平均浓度',
  104. dataIndex: 'zcrxd_jqpj',
  105. key: 'zcrxd_jqpj',
  106. width: 120,
  107. align: 'center',
  108. },
  109. ],
  110. },
  111. {
  112. title: '呼尘容许浓度(mg/m³)',
  113. children: [
  114. {
  115. title: '短时间监测浓度',
  116. dataIndex: 'hcrxd_ds',
  117. key: 'hcrxd_ds',
  118. width: 120,
  119. align: 'center',
  120. },
  121. {
  122. title: '时间加权平均浓度',
  123. dataIndex: 'hcrxd_jqpj',
  124. key: 'hcrxd_jqpj',
  125. width: 120,
  126. align: 'center',
  127. },
  128. ],
  129. },
  130. ];
  131. export const Dltcolumns = [
  132. {
  133. title: '序号',
  134. width: 60,
  135. align: 'center',
  136. customRender: ({ index }: { index: number }) => `${index + 1}`,
  137. },
  138. {
  139. title: '监测地点',
  140. dataIndex: 'jcdd',
  141. key: 'jcdd',
  142. width: 100,
  143. align: 'center',
  144. },
  145. {
  146. title: '粉尘种类',
  147. dataIndex: 'fczl',
  148. key: 'fczl',
  149. width: 80,
  150. align: 'center',
  151. },
  152. {
  153. title: '总尘(短时间监测浓度,单位:mg/m³)',
  154. width: 100,
  155. align: 'center',
  156. children: [
  157. {
  158. title: '作业工序-生产',
  159. dataIndex: 'sc_zcds',
  160. key: 'sc_zcds',
  161. width: 100,
  162. align: 'center',
  163. },
  164. {
  165. title: '作业工序-检修',
  166. dataIndex: 'jx_zcds',
  167. key: 'jx_zcds',
  168. width: 100,
  169. align: 'center',
  170. },
  171. ],
  172. },
  173. {
  174. title: '呼尘(短时间监测浓度,单位:mg/m³)',
  175. width: 100,
  176. align: 'center',
  177. children: [
  178. {
  179. title: '作业工序-生产',
  180. dataIndex: 'sc_hcds',
  181. key: 'sc_hcds',
  182. width: 100,
  183. align: 'center',
  184. },
  185. {
  186. title: '作业工序-检修',
  187. dataIndex: 'jx_hcds',
  188. key: 'jx_hcds',
  189. width: 100,
  190. align: 'center',
  191. },
  192. ],
  193. },
  194. {
  195. title: '总尘(时间加权平均浓度,单位:mg/m³)',
  196. dataIndex: 'zcjqpj',
  197. key: 'zcjqpj',
  198. width: 100,
  199. align: 'center',
  200. },
  201. {
  202. title: '呼尘(时间加权平均浓度,单位:mg/m³)',
  203. dataIndex: 'hcjqpj',
  204. key: 'hcjqpj',
  205. width: 100,
  206. align: 'center',
  207. },
  208. ];
  209. export const Swcolumns = [
  210. {
  211. title: '序号',
  212. width: 60,
  213. align: 'center',
  214. customRender: ({ index }: { index: number }) => `${index + 1}`,
  215. },
  216. {
  217. title: '班次',
  218. dataIndex: 'class',
  219. key: 'class',
  220. width: 100,
  221. align: 'center',
  222. },
  223. {
  224. title: '工作场所',
  225. dataIndex: 'gzcs',
  226. key: 'gzcs',
  227. width: 100,
  228. align: 'center',
  229. },
  230. {
  231. title: '监测地点',
  232. dataIndex: 'jcdd',
  233. key: 'jcdd',
  234. width: 100,
  235. align: 'center',
  236. },
  237. {
  238. title: '粉尘种类',
  239. dataIndex: 'fczl',
  240. key: 'fczl',
  241. width: 80,
  242. align: 'center',
  243. },
  244. {
  245. title: '总尘(时间加权平均浓度,单位:mg/m³)',
  246. dataIndex: 'zcjqpj',
  247. key: 'zcjqpj',
  248. width: 100,
  249. align: 'center',
  250. },
  251. {
  252. title: '呼尘(时间加权平均浓度,单位:mg/m³)',
  253. dataIndex: 'hcjqpj',
  254. key: 'hcjqpj',
  255. width: 100,
  256. align: 'center',
  257. },
  258. ];
  259. export const Hjtcolumns = [
  260. {
  261. title: '序号',
  262. width: 60,
  263. align: 'center',
  264. customRender: ({ index }: { index: number }) => `${index + 1}`,
  265. },
  266. {
  267. title: '监测地点',
  268. dataIndex: 'jcdd',
  269. key: 'jcdd',
  270. width: 150,
  271. align: 'center',
  272. },
  273. {
  274. title: '作业环境(工序)',
  275. dataIndex: 'fczl',
  276. key: 'fczl',
  277. width: 80,
  278. align: 'center',
  279. },
  280. {
  281. title: '生产期间粉尘浓度(mg/m³)',
  282. width: 100,
  283. align: 'center',
  284. children: [
  285. {
  286. title: '总尘',
  287. dataIndex: 'sc_zcds',
  288. key: 'sc_zcds',
  289. width: 80,
  290. align: 'center',
  291. },
  292. {
  293. title: '呼尘',
  294. dataIndex: 'sc_hcds',
  295. key: 'sc_hcds',
  296. width: 80,
  297. align: 'center',
  298. },
  299. {
  300. title: '正常生产时间',
  301. dataIndex: 'sc_sj',
  302. key: 'sc_sj',
  303. width: 100,
  304. align: 'center',
  305. },
  306. ],
  307. },
  308. {
  309. title: '检修期间粉尘浓度(mg/m³)',
  310. width: 100,
  311. align: 'center',
  312. children: [
  313. {
  314. title: '总尘',
  315. dataIndex: 'jx_zcds',
  316. key: 'jx_zcds',
  317. width: 80,
  318. align: 'center',
  319. },
  320. {
  321. title: '呼尘',
  322. dataIndex: 'jx_hcds',
  323. key: 'jx_hcds',
  324. width: 80,
  325. align: 'center',
  326. },
  327. {
  328. title: '停机检修时间',
  329. dataIndex: 'jx_sj',
  330. key: 'jx_sj',
  331. width: 100,
  332. align: 'center',
  333. },
  334. ],
  335. },
  336. {
  337. title: '时间加权平均浓度(mg/m³)',
  338. width: 100,
  339. align: 'center',
  340. children: [
  341. {
  342. title: '总尘',
  343. dataIndex: 'zcjqpj',
  344. key: 'zcjqpj',
  345. width: 80,
  346. align: 'center',
  347. },
  348. {
  349. title: '是否合格',
  350. dataIndex: 'zcsfhgjqpj',
  351. key: 'zcsfhgjqpj',
  352. width: 80,
  353. align: 'center',
  354. },
  355. {
  356. title: '呼尘',
  357. dataIndex: 'hcjqpj',
  358. key: 'hcjqpj',
  359. width: 80,
  360. align: 'center',
  361. },
  362. {
  363. title: '是否合格',
  364. dataIndex: 'hcsfhgjqpj',
  365. key: 'hcsfhgjqpj',
  366. width: 80,
  367. align: 'center',
  368. },
  369. ],
  370. },
  371. {
  372. title: '采取措施',
  373. dataIndex: 'smark',
  374. key: 'smark',
  375. width: 80,
  376. align: 'center',
  377. },
  378. ];
  379. export const Bdcolumns = [
  380. {
  381. title: '序号',
  382. width: 60,
  383. align: 'center',
  384. dataIndex: 'xh',
  385. },
  386. {
  387. title: '测定地点',
  388. dataIndex: 'jcdd',
  389. key: 'jcdd',
  390. width: 150,
  391. align: 'center',
  392. },
  393. {
  394. title: '作业环境(工序)',
  395. dataIndex: 'zyhj',
  396. key: 'zyhj',
  397. width: 80,
  398. align: 'center',
  399. },
  400. {
  401. title: '粉尘浓度(mg/m³)',
  402. width: 100,
  403. align: 'center',
  404. children: [
  405. {
  406. title: '全尘',
  407. dataIndex: 'qc',
  408. key: 'qc',
  409. width: 80,
  410. align: 'center',
  411. },
  412. {
  413. title: '呼尘',
  414. dataIndex: 'hc',
  415. key: 'hc',
  416. width: 80,
  417. align: 'center',
  418. },
  419. ],
  420. },
  421. {
  422. title: '备注',
  423. dataIndex: 'smark',
  424. key: 'smark',
  425. width: 80,
  426. align: 'center',
  427. },
  428. ];
  429. export const Bltcolumns = [
  430. {
  431. title: '序号',
  432. width: 60,
  433. align: 'center',
  434. dataIndex: 'xh',
  435. },
  436. {
  437. title: '工作面',
  438. dataIndex: 'gzm',
  439. key: 'gzm',
  440. width: 150,
  441. align: 'center',
  442. },
  443. {
  444. title: '监测地点',
  445. dataIndex: 'jcdd',
  446. key: 'jcdd',
  447. width: 150,
  448. align: 'center',
  449. },
  450. {
  451. title: '生产工艺',
  452. dataIndex: 'scgy',
  453. key: 'scgy',
  454. width: 80,
  455. align: 'center',
  456. },
  457. {
  458. title: '粉尘浓度(mg/m³)',
  459. width: 100,
  460. align: 'center',
  461. children: [
  462. {
  463. title: '总粉尘',
  464. dataIndex: 'sc_zcds',
  465. key: 'sc_zcds',
  466. width: 80,
  467. align: 'center',
  468. },
  469. {
  470. title: '呼吸性粉尘',
  471. dataIndex: 'sc_hcds',
  472. key: 'sc_hcds',
  473. width: 80,
  474. align: 'center',
  475. },
  476. ],
  477. },
  478. {
  479. title: '防尘措施',
  480. dataIndex: 'fccs',
  481. key: 'fccs',
  482. width: 80,
  483. align: 'center',
  484. },
  485. {
  486. title: '测尘日期',
  487. dataIndex: 'ccrq',
  488. key: 'ccrq',
  489. width: 80,
  490. align: 'center',
  491. },
  492. {
  493. title: '测尘人',
  494. dataIndex: 'ccr',
  495. key: 'ccr',
  496. width: 80,
  497. align: 'center',
  498. },
  499. {
  500. title: '测尘仪编号',
  501. dataIndex: 'ccybh',
  502. key: 'ccybh',
  503. width: 80,
  504. align: 'center',
  505. },
  506. {
  507. title: '备注',
  508. dataIndex: 'smark',
  509. key: 'smark',
  510. width: 80,
  511. align: 'center',
  512. },
  513. ];
  514. export const Sgtcolumns = [
  515. {
  516. title: '序号',
  517. width: 60,
  518. align: 'center',
  519. dataIndex: 'xh',
  520. },
  521. {
  522. title: '测定地点',
  523. dataIndex: 'jcdd',
  524. key: 'jcdd',
  525. width: 150,
  526. align: 'center',
  527. },
  528. {
  529. title: '作业环境(工序)',
  530. dataIndex: 'scgy',
  531. key: 'scgy',
  532. width: 80,
  533. align: 'center',
  534. },
  535. {
  536. title: '粉尘浓度(mg/m³)',
  537. width: 100,
  538. align: 'center',
  539. children: [
  540. {
  541. title: '全尘',
  542. dataIndex: 'sc_zcds',
  543. key: 'sc_zcds',
  544. width: 80,
  545. align: 'center',
  546. },
  547. {
  548. title: '呼尘',
  549. dataIndex: 'sc_hcds',
  550. key: 'sc_hcds',
  551. width: 80,
  552. align: 'center',
  553. },
  554. ],
  555. },
  556. {
  557. title: '测尘员',
  558. dataIndex: 'ccr',
  559. key: 'ccr',
  560. width: 80,
  561. align: 'center',
  562. },
  563. {
  564. title: '备注',
  565. dataIndex: 'smark',
  566. key: 'smark',
  567. width: 80,
  568. align: 'center',
  569. },
  570. ];
  571. export const Yjlcolumns = [
  572. {
  573. title: '序号',
  574. width: 60,
  575. align: 'center',
  576. dataIndex: 'xh',
  577. },
  578. {
  579. title: '测定地点',
  580. dataIndex: 'jcdd',
  581. key: 'jcdd',
  582. width: 150,
  583. align: 'center',
  584. },
  585. {
  586. title: '作业环境(工序)',
  587. dataIndex: 'zyhj',
  588. key: 'zyhj',
  589. width: 80,
  590. align: 'center',
  591. },
  592. {
  593. title: '防尘措施',
  594. dataIndex: 'fccs',
  595. key: 'fccs',
  596. width: 80,
  597. align: 'center',
  598. },
  599. {
  600. title: '采样流量(L/min)',
  601. dataIndex: 'cyll',
  602. key: 'cyll',
  603. width: 80,
  604. align: 'center',
  605. },
  606. {
  607. title: '采样时间(min)',
  608. dataIndex: 'cysj',
  609. key: 'cysj',
  610. width: 80,
  611. align: 'center',
  612. },
  613. {
  614. title: '采样体积(L)',
  615. dataIndex: 'cytj',
  616. key: 'cytj',
  617. width: 80,
  618. align: 'center',
  619. },
  620. {
  621. title: '粉尘浓度(mg/m³)',
  622. width: 100,
  623. align: 'center',
  624. children: [
  625. {
  626. title: '总粉尘',
  627. dataIndex: 'zcfcnd',
  628. key: 'zcfcnd',
  629. width: 80,
  630. align: 'center',
  631. },
  632. {
  633. title: '呼尘',
  634. dataIndex: 'hcfcnd',
  635. key: 'hcfcnd',
  636. width: 80,
  637. align: 'center',
  638. },
  639. ],
  640. },
  641. {
  642. title: '备注',
  643. dataIndex: 'smark',
  644. key: 'smark',
  645. width: 80,
  646. align: 'center',
  647. },
  648. ];
  649. export const Cctrkcolumns = [
  650. {
  651. title: '序号',
  652. width: 60,
  653. align: 'center',
  654. dataIndex: 'xh',
  655. },
  656. {
  657. title: '测定地点',
  658. dataIndex: 'jcdd',
  659. key: 'jcdd',
  660. width: 150,
  661. align: 'center',
  662. },
  663. {
  664. title: '粉尘种类',
  665. dataIndex: 'fczl',
  666. key: 'fczl',
  667. width: 80,
  668. align: 'center',
  669. },
  670. {
  671. title: '作业环境(工序)',
  672. dataIndex: 'zyhj',
  673. key: 'zyhj',
  674. width: 80,
  675. align: 'center',
  676. },
  677. {
  678. title: '总粉尘(短时间检查浓度,mg/m³)',
  679. dataIndex: 'zcjqpj',
  680. key: 'zcjqpj',
  681. width: 100,
  682. align: 'center',
  683. },
  684. {
  685. title: '呼吸性粉尘(短时间检查浓度,mg/m³)',
  686. dataIndex: 'hcjqpj',
  687. key: 'hcjqpj',
  688. width: 100,
  689. align: 'center',
  690. },
  691. {
  692. title: '总尘容许浓度(短时间监测浓度,mg/m³)',
  693. dataIndex: 'zcrxnd',
  694. key: 'zcrxnd',
  695. width: 100,
  696. align: 'center',
  697. },
  698. {
  699. title: '呼尘容许浓度(短时间监测浓度,mg/m³)',
  700. dataIndex: 'hcrxnd',
  701. key: 'hcrxnd',
  702. width: 100,
  703. align: 'center',
  704. },
  705. ];
  706. export const Wlmlcolumns = [
  707. {
  708. title: '序号',
  709. width: 60,
  710. align: 'center',
  711. dataIndex: 'xh',
  712. },
  713. {
  714. title: '测定地点',
  715. dataIndex: 'jcdd',
  716. key: 'jcdd',
  717. width: 150,
  718. align: 'center',
  719. },
  720. {
  721. title: '作业环境(工序)',
  722. dataIndex: 'zyhj',
  723. key: 'zyhj',
  724. width: 80,
  725. align: 'center',
  726. },
  727. {
  728. title: '粉尘浓度(mg/m³)',
  729. width: 100,
  730. align: 'center',
  731. children: [
  732. {
  733. title: '总尘',
  734. dataIndex: 'sc_zcds',
  735. key: 'sc_zcds',
  736. width: 80,
  737. align: 'center',
  738. },
  739. {
  740. title: '呼尘',
  741. dataIndex: 'sc_hcds',
  742. key: 'sc_hcds',
  743. width: 80,
  744. align: 'center',
  745. },
  746. ],
  747. },
  748. {
  749. title: '测尘员',
  750. dataIndex: 'ccy',
  751. key: 'ccy',
  752. width: 80,
  753. align: 'center',
  754. },
  755. {
  756. title: '备注',
  757. dataIndex: 'smark',
  758. key: 'smark',
  759. width: 80,
  760. align: 'center',
  761. },
  762. ];
  763. //监测字段
  764. export const fieldMapping = {
  765. sc_zcds: '总尘-作业工序-生产(短时间监测浓度,mg/m³)',
  766. jx_zcds: '总尘-作业工序-检修(短时间监测浓度,mg/m³)',
  767. sc_hcds: '呼尘-作业工序-生产(短时间监测浓度,mg/m³)',
  768. jx_hcds: '呼尘-作业工序-检修(短时间监测浓度,mg/m³)',
  769. zcjqpj: '总尘(时间加权平均浓度,mg/m³)',
  770. hcjqpj: '呼尘(时间加权平均浓度,mg/m³)',
  771. zcrxd_ds: '总尘容许浓度(短时间监测浓度,mg/m³)',
  772. zcrxd_jqpj: '总尘容许浓度(时间加权平均浓度,mg/m³)',
  773. hcrxd_ds: '呼尘容许浓度(短时间监测浓度,mg/m³)',
  774. hcrxd_jqpj: '呼尘容许浓度(时间加权平均浓度,mg/m³)',
  775. };
  776. export const fieldDltMapping = {
  777. sc_zcds: '总尘-作业工序-生产(短时间监测浓度,mg/m³)',
  778. jx_zcds: '总尘-作业工序-检修(短时间监测浓度,mg/m³)',
  779. sc_hcds: '呼尘-作业工序-生产(短时间监测浓度,mg/m³)',
  780. jx_hcds: '呼尘-作业工序-检修(短时间监测浓度,mg/m³)',
  781. zcjqpj: '总尘(时间加权平均浓度,mg/m³)',
  782. hcjqpj: '呼尘(时间加权平均浓度,mg/m³)',
  783. };
  784. export const fieldSwMapping = {
  785. zcjqpj: '总尘(时间加权平均浓度,mg/m³)',
  786. hcjqpj: '呼尘(时间加权平均浓度,mg/m³)',
  787. };
  788. export const fieldHjtMapping = {
  789. sc_zcds: '总尘(生产期间粉尘浓度,mg/m³)',
  790. sc_hcds: '呼尘(生产期间粉尘浓度,mg/m³)',
  791. jx_zcds: '总尘(检修期间粉尘浓度,mg/m³)',
  792. jx_hcds: '呼尘(检修期间粉尘浓度,mg/m³)',
  793. zcjqpj: '总尘(时间加权平均浓度,mg/m³)',
  794. hcjqpj: '呼尘(时间加权平均浓度,mg/m³)',
  795. };
  796. export const fieldBdMapping = {
  797. qc: '总尘(粉尘浓度,mg/m³)',
  798. hc: '呼尘(粉尘浓度,mg/m³)',
  799. };
  800. export const fieldBltMapping = {
  801. sc_zcds: '总尘(粉尘浓度,mg/m³)',
  802. sc_hcds: '呼尘(粉尘浓度,mg/m³)',
  803. };
  804. export const fieldSgtMapping = {
  805. sc_zcds: '全尘(粉尘浓度,mg/m³)',
  806. sc_hcds: '呼尘(粉尘浓度,mg/m³)',
  807. };
  808. export const fieldYjlMapping = {
  809. zcfcnd: '总粉尘(粉尘浓度,mg/m³)',
  810. hcfcnd: '呼尘(粉尘浓度,mg/m³)',
  811. };
  812. export const fieldCctrkMapping = {
  813. zcjqpj: '总粉尘(短时间检查浓度,mg/m³)',
  814. hcjqpj: '呼吸性粉尘(短时间检查浓度,mg/m³)',
  815. zcrxnd: '总尘容许浓度(短时间监测浓度,mg/m³)',
  816. hcrxnd: '呼尘容许浓度(短时间监测浓度,mg/m³)',
  817. };
  818. export const fieldWlmlMapping = {
  819. sc_zcds: '总尘(粉尘浓度,mg/m³)',
  820. sc_hcds: '呼尘(粉尘浓度,mg/m³)',
  821. };
  822. // 检测地点
  823. export const dataColumns = [
  824. {
  825. title: '监测字段',
  826. align: 'center',
  827. dataIndex: 'key',
  828. key: 'key',
  829. width: 200,
  830. customRender: ({ text }) => fieldMapping[text] || text,
  831. },
  832. {
  833. title: '最大值',
  834. dataIndex: 'value',
  835. align: 'center',
  836. width: 100,
  837. key: 'value',
  838. },
  839. {
  840. title: '工种',
  841. width: 100,
  842. dataIndex: 'gz',
  843. align: 'center',
  844. key: 'gz',
  845. },
  846. {
  847. width: 100,
  848. align: 'center',
  849. title: '监测地点',
  850. dataIndex: 'jcdd',
  851. key: 'jcdd',
  852. },
  853. {
  854. width: 100,
  855. align: 'center',
  856. title: '粉尘种类',
  857. dataIndex: 'fczl',
  858. key: 'fczl',
  859. },
  860. ];
  861. export const dataDltColumns = [
  862. {
  863. title: '监测字段',
  864. align: 'center',
  865. dataIndex: 'key',
  866. key: 'key',
  867. width: 130,
  868. customRender: ({ text }) => fieldDltMapping[text] || text,
  869. },
  870. {
  871. title: '最大值',
  872. dataIndex: 'value',
  873. align: 'center',
  874. width: 100,
  875. key: 'value',
  876. },
  877. {
  878. width: 130,
  879. align: 'center',
  880. title: '监测地点',
  881. dataIndex: 'jcdd',
  882. key: 'jcdd',
  883. },
  884. {
  885. width: 100,
  886. align: 'center',
  887. title: '粉尘种类',
  888. dataIndex: 'fczl',
  889. key: 'fczl',
  890. },
  891. ];
  892. export const dataSwColumns = [
  893. {
  894. title: '监测字段',
  895. align: 'center',
  896. dataIndex: 'key',
  897. key: 'key',
  898. width: 200,
  899. customRender: ({ text }) => fieldSwMapping[text] || text,
  900. },
  901. {
  902. title: '最大值',
  903. dataIndex: 'value',
  904. align: 'center',
  905. width: 100,
  906. key: 'value',
  907. },
  908. {
  909. width: 100,
  910. align: 'center',
  911. title: '监测地点',
  912. dataIndex: 'jcdd',
  913. key: 'jcdd',
  914. },
  915. {
  916. width: 100,
  917. align: 'center',
  918. title: '粉尘种类',
  919. dataIndex: 'fczl',
  920. key: 'fczl',
  921. },
  922. ];
  923. export const dataHjtColumns = [
  924. {
  925. title: '监测字段',
  926. align: 'center',
  927. dataIndex: 'key',
  928. key: 'key',
  929. width: 100,
  930. customRender: ({ text }) => fieldHjtMapping[text] || text,
  931. },
  932. {
  933. title: '最大值',
  934. dataIndex: 'value',
  935. align: 'center',
  936. width: 100,
  937. key: 'value',
  938. },
  939. {
  940. width: 100,
  941. align: 'center',
  942. title: '监测地点',
  943. dataIndex: 'jcdd',
  944. key: 'jcdd',
  945. },
  946. {
  947. width: 100,
  948. align: 'center',
  949. title: '作业环境(工序)',
  950. dataIndex: 'fczl',
  951. key: 'fczl',
  952. },
  953. ];
  954. export const dataBdColumns = [
  955. {
  956. title: '监测字段',
  957. align: 'center',
  958. dataIndex: 'key',
  959. key: 'key',
  960. width: 100,
  961. customRender: ({ text }) => fieldBdMapping[text] || text,
  962. },
  963. {
  964. title: '最大值',
  965. dataIndex: 'value',
  966. align: 'center',
  967. width: 100,
  968. key: 'value',
  969. },
  970. {
  971. width: 100,
  972. align: 'center',
  973. title: '监测地点',
  974. dataIndex: 'jcdd',
  975. key: 'jcdd',
  976. },
  977. {
  978. width: 100,
  979. align: 'center',
  980. title: '作业环境(工序)',
  981. dataIndex: 'zyhj',
  982. key: 'zyhj',
  983. },
  984. ];
  985. export const dataBltColumns = [
  986. {
  987. title: '监测字段',
  988. align: 'center',
  989. dataIndex: 'key',
  990. key: 'key',
  991. width: 100,
  992. customRender: ({ text }) => fieldBltMapping[text] || text,
  993. },
  994. {
  995. title: '最大值',
  996. dataIndex: 'value',
  997. align: 'center',
  998. width: 100,
  999. key: 'value',
  1000. },
  1001. {
  1002. width: 100,
  1003. align: 'center',
  1004. title: '监测地点',
  1005. dataIndex: 'jcdd',
  1006. key: 'jcdd',
  1007. },
  1008. {
  1009. width: 100,
  1010. align: 'center',
  1011. title: '作业环境(工序)',
  1012. dataIndex: 'scgy',
  1013. key: 'scgy',
  1014. },
  1015. ];
  1016. export const dataSgtColumns = [
  1017. {
  1018. title: '监测字段',
  1019. align: 'center',
  1020. dataIndex: 'key',
  1021. key: 'key',
  1022. width: 100,
  1023. customRender: ({ text }) => fieldBltMapping[text] || text,
  1024. },
  1025. {
  1026. title: '最大值',
  1027. dataIndex: 'value',
  1028. align: 'center',
  1029. width: 100,
  1030. key: 'value',
  1031. },
  1032. {
  1033. width: 100,
  1034. align: 'center',
  1035. title: '监测地点',
  1036. dataIndex: 'jcdd',
  1037. key: 'jcdd',
  1038. },
  1039. {
  1040. width: 100,
  1041. align: 'center',
  1042. title: '作业环境(工序)',
  1043. dataIndex: 'scgy',
  1044. key: 'scgy',
  1045. },
  1046. ];
  1047. export const dataYjlColumns = [
  1048. {
  1049. title: '监测字段',
  1050. align: 'center',
  1051. dataIndex: 'key',
  1052. key: 'key',
  1053. width: 100,
  1054. customRender: ({ text }) => fieldYjlMapping[text] || text,
  1055. },
  1056. {
  1057. title: '最大值',
  1058. dataIndex: 'value',
  1059. align: 'center',
  1060. width: 100,
  1061. key: 'value',
  1062. },
  1063. {
  1064. width: 100,
  1065. align: 'center',
  1066. title: '监测地点',
  1067. dataIndex: 'jcdd',
  1068. key: 'jcdd',
  1069. },
  1070. {
  1071. width: 100,
  1072. align: 'center',
  1073. title: '作业环境(工序)',
  1074. dataIndex: 'zyhj',
  1075. key: 'zyhj',
  1076. },
  1077. ];
  1078. export const dataCctrkColumns = [
  1079. {
  1080. title: '监测字段',
  1081. align: 'center',
  1082. dataIndex: 'key',
  1083. key: 'key',
  1084. width: 100,
  1085. customRender: ({ text }) => fieldCctrkMapping[text] || text,
  1086. },
  1087. {
  1088. title: '最大值',
  1089. dataIndex: 'value',
  1090. align: 'center',
  1091. width: 100,
  1092. key: 'value',
  1093. },
  1094. {
  1095. width: 100,
  1096. align: 'center',
  1097. title: '监测地点',
  1098. dataIndex: 'jcdd',
  1099. key: 'jcdd',
  1100. },
  1101. {
  1102. width: 100,
  1103. align: 'center',
  1104. title: '作业环境(工序)',
  1105. dataIndex: 'zyhj',
  1106. key: 'zyhj',
  1107. },
  1108. ];
  1109. export const dataWlmlColumns = [
  1110. {
  1111. title: '监测字段',
  1112. align: 'center',
  1113. dataIndex: 'key',
  1114. key: 'key',
  1115. width: 100,
  1116. customRender: ({ text }) => fieldWlmlMapping[text] || text,
  1117. },
  1118. {
  1119. title: '最大值',
  1120. dataIndex: 'value',
  1121. align: 'center',
  1122. width: 100,
  1123. key: 'value',
  1124. },
  1125. {
  1126. width: 100,
  1127. align: 'center',
  1128. title: '监测地点',
  1129. dataIndex: 'jcdd',
  1130. key: 'jcdd',
  1131. },
  1132. {
  1133. width: 100,
  1134. align: 'center',
  1135. title: '作业环境(工序)',
  1136. dataIndex: 'zyhj',
  1137. key: 'zyhj',
  1138. },
  1139. ];
  1140. // 当日情况粉尘情况分析
  1141. export const AllDataColumns = [
  1142. {
  1143. title: '监测字段',
  1144. align: 'center',
  1145. dataIndex: 'key',
  1146. key: 'key',
  1147. width: 200,
  1148. customRender: ({ text }) => fieldMapping[text] || text,
  1149. },
  1150. {
  1151. title: '最大值',
  1152. dataIndex: 'value',
  1153. align: 'center',
  1154. width: 100,
  1155. key: 'value',
  1156. },
  1157. {
  1158. width: 100,
  1159. title: '工作场所',
  1160. dataIndex: 'gzcs',
  1161. align: 'center',
  1162. key: 'gzcs',
  1163. },
  1164. {
  1165. title: '工种',
  1166. width: 100,
  1167. dataIndex: 'gz',
  1168. align: 'center',
  1169. key: 'gz',
  1170. },
  1171. {
  1172. width: 100,
  1173. align: 'center',
  1174. title: '监测地点',
  1175. dataIndex: 'jcdd',
  1176. key: 'jcdd',
  1177. },
  1178. {
  1179. width: 100,
  1180. align: 'center',
  1181. title: '粉尘种类',
  1182. dataIndex: 'fczl',
  1183. key: 'fczl',
  1184. },
  1185. ];
  1186. export const AllDataDltColumns = [
  1187. {
  1188. title: '监测字段',
  1189. align: 'center',
  1190. dataIndex: 'key',
  1191. key: 'key',
  1192. width: 130,
  1193. customRender: ({ text }) => fieldDltMapping[text] || text,
  1194. },
  1195. {
  1196. title: '最大值',
  1197. dataIndex: 'value',
  1198. align: 'center',
  1199. width: 100,
  1200. key: 'value',
  1201. },
  1202. {
  1203. width: 130,
  1204. align: 'center',
  1205. title: '监测地点',
  1206. dataIndex: 'jcdd',
  1207. key: 'jcdd',
  1208. },
  1209. {
  1210. width: 100,
  1211. align: 'center',
  1212. title: '粉尘种类',
  1213. dataIndex: 'fczl',
  1214. key: 'fczl',
  1215. },
  1216. ];
  1217. export const AllDataSwColumns = [
  1218. {
  1219. title: '监测字段',
  1220. align: 'center',
  1221. dataIndex: 'key',
  1222. key: 'key',
  1223. width: 200,
  1224. customRender: ({ text }) => fieldSwMapping[text] || text,
  1225. },
  1226. {
  1227. title: '最大值',
  1228. dataIndex: 'value',
  1229. align: 'center',
  1230. width: 100,
  1231. key: 'value',
  1232. },
  1233. {
  1234. width: 100,
  1235. title: '工作场所',
  1236. dataIndex: 'gzcs',
  1237. align: 'center',
  1238. key: 'gzcs',
  1239. },
  1240. {
  1241. width: 100,
  1242. align: 'center',
  1243. title: '监测地点',
  1244. dataIndex: 'jcdd',
  1245. key: 'jcdd',
  1246. },
  1247. {
  1248. width: 100,
  1249. align: 'center',
  1250. title: '粉尘种类',
  1251. dataIndex: 'fczl',
  1252. key: 'fczl',
  1253. },
  1254. ];
  1255. export const AllDataHjtColumns = [
  1256. {
  1257. title: '监测字段',
  1258. align: 'center',
  1259. dataIndex: 'key',
  1260. key: 'key',
  1261. width: 100,
  1262. customRender: ({ text }) => fieldHjtMapping[text] || text,
  1263. },
  1264. {
  1265. title: '最大值',
  1266. dataIndex: 'value',
  1267. align: 'center',
  1268. width: 100,
  1269. key: 'value',
  1270. },
  1271. {
  1272. width: 100,
  1273. align: 'center',
  1274. title: '监测地点',
  1275. dataIndex: 'jcdd',
  1276. key: 'jcdd',
  1277. },
  1278. {
  1279. width: 100,
  1280. align: 'center',
  1281. title: '作业环境(工序)',
  1282. dataIndex: 'fczl',
  1283. key: 'fczl',
  1284. },
  1285. ];
  1286. export const AllDataBdColumns = [
  1287. {
  1288. title: '监测字段',
  1289. align: 'center',
  1290. dataIndex: 'key',
  1291. key: 'key',
  1292. width: 100,
  1293. customRender: ({ text }) => fieldBdMapping[text] || text,
  1294. },
  1295. {
  1296. title: '最大值',
  1297. dataIndex: 'value',
  1298. align: 'center',
  1299. width: 100,
  1300. key: 'value',
  1301. },
  1302. {
  1303. width: 100,
  1304. align: 'center',
  1305. title: '监测地点',
  1306. dataIndex: 'jcdd',
  1307. key: 'jcdd',
  1308. },
  1309. {
  1310. width: 100,
  1311. align: 'center',
  1312. title: '作业环境(工序)',
  1313. dataIndex: 'zyhj',
  1314. key: 'zyhj',
  1315. },
  1316. ];
  1317. export const AllDataBltColumns = [
  1318. {
  1319. title: '监测字段',
  1320. align: 'center',
  1321. dataIndex: 'key',
  1322. key: 'key',
  1323. width: 100,
  1324. customRender: ({ text }) => fieldBltMapping[text] || text,
  1325. },
  1326. {
  1327. title: '最大值',
  1328. dataIndex: 'value',
  1329. align: 'center',
  1330. width: 100,
  1331. key: 'value',
  1332. },
  1333. {
  1334. width: 100,
  1335. align: 'center',
  1336. title: '监测地点',
  1337. dataIndex: 'jcdd',
  1338. key: 'jcdd',
  1339. },
  1340. {
  1341. width: 100,
  1342. align: 'center',
  1343. title: '作业环境(工序)',
  1344. dataIndex: 'scgy',
  1345. key: 'scgy',
  1346. },
  1347. ];
  1348. export const AllDataSgtColumns = [
  1349. {
  1350. title: '监测字段',
  1351. align: 'center',
  1352. dataIndex: 'key',
  1353. key: 'key',
  1354. width: 100,
  1355. customRender: ({ text }) => fieldBltMapping[text] || text,
  1356. },
  1357. {
  1358. title: '最大值',
  1359. dataIndex: 'value',
  1360. align: 'center',
  1361. width: 100,
  1362. key: 'value',
  1363. },
  1364. {
  1365. width: 100,
  1366. align: 'center',
  1367. title: '监测地点',
  1368. dataIndex: 'jcdd',
  1369. key: 'jcdd',
  1370. },
  1371. {
  1372. width: 100,
  1373. align: 'center',
  1374. title: '作业环境(工序)',
  1375. dataIndex: 'scgy',
  1376. key: 'scgy',
  1377. },
  1378. ];
  1379. export const AllDataYjlColumns = [
  1380. {
  1381. title: '监测字段',
  1382. align: 'center',
  1383. dataIndex: 'key',
  1384. key: 'key',
  1385. width: 100,
  1386. customRender: ({ text }) => fieldYjlMapping[text] || text,
  1387. },
  1388. {
  1389. title: '最大值',
  1390. dataIndex: 'value',
  1391. align: 'center',
  1392. width: 100,
  1393. key: 'value',
  1394. },
  1395. {
  1396. width: 100,
  1397. align: 'center',
  1398. title: '监测地点',
  1399. dataIndex: 'jcdd',
  1400. key: 'jcdd',
  1401. },
  1402. {
  1403. width: 100,
  1404. align: 'center',
  1405. title: '作业环境(工序)',
  1406. dataIndex: 'zyhj',
  1407. key: 'zyhj',
  1408. },
  1409. ];
  1410. export const AllDataCctrkColumns = [
  1411. {
  1412. title: '监测字段',
  1413. align: 'center',
  1414. dataIndex: 'key',
  1415. key: 'key',
  1416. width: 100,
  1417. customRender: ({ text }) => fieldCctrkMapping[text] || text,
  1418. },
  1419. {
  1420. title: '最大值',
  1421. dataIndex: 'value',
  1422. align: 'center',
  1423. width: 100,
  1424. key: 'value',
  1425. },
  1426. {
  1427. width: 100,
  1428. align: 'center',
  1429. title: '监测地点',
  1430. dataIndex: 'jcdd',
  1431. key: 'jcdd',
  1432. },
  1433. {
  1434. width: 100,
  1435. align: 'center',
  1436. title: '作业环境(工序)',
  1437. dataIndex: 'zyhj',
  1438. key: 'zyhj',
  1439. },
  1440. ];
  1441. export const AllDataWlmlColumns = [
  1442. {
  1443. title: '监测字段',
  1444. align: 'center',
  1445. dataIndex: 'key',
  1446. key: 'key',
  1447. width: 100,
  1448. customRender: ({ text }) => fieldWlmlMapping[text] || text,
  1449. },
  1450. {
  1451. title: '最大值',
  1452. dataIndex: 'value',
  1453. align: 'center',
  1454. width: 100,
  1455. key: 'value',
  1456. },
  1457. {
  1458. width: 100,
  1459. align: 'center',
  1460. title: '监测地点',
  1461. dataIndex: 'jcdd',
  1462. key: 'jcdd',
  1463. },
  1464. {
  1465. width: 100,
  1466. align: 'center',
  1467. title: '作业环境(工序)',
  1468. dataIndex: 'zyhj',
  1469. key: 'zyhj',
  1470. },
  1471. ];