dust-table.data.ts 20 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079
  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. //监测字段
  572. export const fieldMapping = {
  573. sc_zcds: '总尘-作业工序-生产(短时间监测浓度,mg/m³)',
  574. jx_zcds: '总尘-作业工序-检修(短时间监测浓度,mg/m³)',
  575. sc_hcds: '呼尘-作业工序-生产(短时间监测浓度,mg/m³)',
  576. jx_hcds: '呼尘-作业工序-检修(短时间监测浓度,mg/m³)',
  577. zcjqpj: '总尘(时间加权平均浓度,mg/m³)',
  578. hcjqpj: '呼尘(时间加权平均浓度,mg/m³)',
  579. zcrxd_ds: '总尘容许浓度(短时间监测浓度,mg/m³)',
  580. zcrxd_jqpj: '总尘容许浓度(时间加权平均浓度,mg/m³)',
  581. hcrxd_ds: '呼尘容许浓度(短时间监测浓度,mg/m³)',
  582. hcrxd_jqpj: '呼尘容许浓度(时间加权平均浓度,mg/m³)',
  583. };
  584. export const fieldDltMapping = {
  585. sc_zcds: '总尘-作业工序-生产(短时间监测浓度,mg/m³)',
  586. jx_zcds: '总尘-作业工序-检修(短时间监测浓度,mg/m³)',
  587. sc_hcds: '呼尘-作业工序-生产(短时间监测浓度,mg/m³)',
  588. jx_hcds: '呼尘-作业工序-检修(短时间监测浓度,mg/m³)',
  589. zcjqpj: '总尘(时间加权平均浓度,mg/m³)',
  590. hcjqpj: '呼尘(时间加权平均浓度,mg/m³)',
  591. };
  592. export const fieldSwMapping = {
  593. zcjqpj: '总尘(时间加权平均浓度,mg/m³)',
  594. hcjqpj: '呼尘(时间加权平均浓度,mg/m³)',
  595. };
  596. export const fieldHjtMapping = {
  597. sc_zcds: '总尘(生产期间粉尘浓度,mg/m³)',
  598. sc_hcds: '呼尘(生产期间粉尘浓度,mg/m³)',
  599. jx_zcds: '总尘(检修期间粉尘浓度,mg/m³)',
  600. jx_hcds: '呼尘(检修期间粉尘浓度,mg/m³)',
  601. zcjqpj: '总尘(时间加权平均浓度,mg/m³)',
  602. hcjqpj: '呼尘(时间加权平均浓度,mg/m³)',
  603. };
  604. export const fieldBdMapping = {
  605. qc: '总尘(粉尘浓度,mg/m³)',
  606. hc: '呼尘(粉尘浓度,mg/m³)',
  607. };
  608. export const fieldBltMapping = {
  609. sc_zcds: '总尘(粉尘浓度,mg/m³)',
  610. sc_hcds: '呼尘(粉尘浓度,mg/m³)',
  611. };
  612. export const fieldSgtMapping = {
  613. sc_zcds: '全尘(粉尘浓度,mg/m³)',
  614. sc_hcds: '呼尘(粉尘浓度,mg/m³)',
  615. };
  616. // 检测地点
  617. export const dataColumns = [
  618. {
  619. title: '监测字段',
  620. align: 'center',
  621. dataIndex: 'key',
  622. key: 'key',
  623. width: 200,
  624. customRender: ({ text }) => fieldMapping[text] || text,
  625. },
  626. {
  627. title: '最大值',
  628. dataIndex: 'value',
  629. align: 'center',
  630. width: 100,
  631. key: 'value',
  632. },
  633. {
  634. title: '工种',
  635. width: 100,
  636. dataIndex: 'gz',
  637. align: 'center',
  638. key: 'gz',
  639. },
  640. {
  641. width: 100,
  642. align: 'center',
  643. title: '监测地点',
  644. dataIndex: 'jcdd',
  645. key: 'jcdd',
  646. },
  647. {
  648. width: 100,
  649. align: 'center',
  650. title: '粉尘种类',
  651. dataIndex: 'fczl',
  652. key: 'fczl',
  653. },
  654. ];
  655. export const dataDltColumns = [
  656. {
  657. title: '监测字段',
  658. align: 'center',
  659. dataIndex: 'key',
  660. key: 'key',
  661. width: 130,
  662. customRender: ({ text }) => fieldDltMapping[text] || text,
  663. },
  664. {
  665. title: '最大值',
  666. dataIndex: 'value',
  667. align: 'center',
  668. width: 100,
  669. key: 'value',
  670. },
  671. {
  672. width: 130,
  673. align: 'center',
  674. title: '监测地点',
  675. dataIndex: 'jcdd',
  676. key: 'jcdd',
  677. },
  678. {
  679. width: 100,
  680. align: 'center',
  681. title: '粉尘种类',
  682. dataIndex: 'fczl',
  683. key: 'fczl',
  684. },
  685. ];
  686. export const dataSwColumns = [
  687. {
  688. title: '监测字段',
  689. align: 'center',
  690. dataIndex: 'key',
  691. key: 'key',
  692. width: 200,
  693. customRender: ({ text }) => fieldSwMapping[text] || text,
  694. },
  695. {
  696. title: '最大值',
  697. dataIndex: 'value',
  698. align: 'center',
  699. width: 100,
  700. key: 'value',
  701. },
  702. {
  703. width: 100,
  704. align: 'center',
  705. title: '监测地点',
  706. dataIndex: 'jcdd',
  707. key: 'jcdd',
  708. },
  709. {
  710. width: 100,
  711. align: 'center',
  712. title: '粉尘种类',
  713. dataIndex: 'fczl',
  714. key: 'fczl',
  715. },
  716. ];
  717. export const dataHjtColumns = [
  718. {
  719. title: '监测字段',
  720. align: 'center',
  721. dataIndex: 'key',
  722. key: 'key',
  723. width: 100,
  724. customRender: ({ text }) => fieldHjtMapping[text] || text,
  725. },
  726. {
  727. title: '最大值',
  728. dataIndex: 'value',
  729. align: 'center',
  730. width: 100,
  731. key: 'value',
  732. },
  733. {
  734. width: 100,
  735. align: 'center',
  736. title: '监测地点',
  737. dataIndex: 'jcdd',
  738. key: 'jcdd',
  739. },
  740. {
  741. width: 100,
  742. align: 'center',
  743. title: '作业环境(工序)',
  744. dataIndex: 'fczl',
  745. key: 'fczl',
  746. },
  747. ];
  748. export const dataBdColumns = [
  749. {
  750. title: '监测字段',
  751. align: 'center',
  752. dataIndex: 'key',
  753. key: 'key',
  754. width: 100,
  755. customRender: ({ text }) => fieldBdMapping[text] || text,
  756. },
  757. {
  758. title: '最大值',
  759. dataIndex: 'value',
  760. align: 'center',
  761. width: 100,
  762. key: 'value',
  763. },
  764. {
  765. width: 100,
  766. align: 'center',
  767. title: '监测地点',
  768. dataIndex: 'jcdd',
  769. key: 'jcdd',
  770. },
  771. {
  772. width: 100,
  773. align: 'center',
  774. title: '作业环境(工序)',
  775. dataIndex: 'zyhj',
  776. key: 'zyhj',
  777. },
  778. ];
  779. export const dataBltColumns = [
  780. {
  781. title: '监测字段',
  782. align: 'center',
  783. dataIndex: 'key',
  784. key: 'key',
  785. width: 100,
  786. customRender: ({ text }) => fieldBltMapping[text] || text,
  787. },
  788. {
  789. title: '最大值',
  790. dataIndex: 'value',
  791. align: 'center',
  792. width: 100,
  793. key: 'value',
  794. },
  795. {
  796. width: 100,
  797. align: 'center',
  798. title: '监测地点',
  799. dataIndex: 'jcdd',
  800. key: 'jcdd',
  801. },
  802. {
  803. width: 100,
  804. align: 'center',
  805. title: '作业环境(工序)',
  806. dataIndex: 'scgy',
  807. key: 'scgy',
  808. },
  809. ];
  810. export const dataSgtColumns = [
  811. {
  812. title: '监测字段',
  813. align: 'center',
  814. dataIndex: 'key',
  815. key: 'key',
  816. width: 100,
  817. customRender: ({ text }) => fieldBltMapping[text] || text,
  818. },
  819. {
  820. title: '最大值',
  821. dataIndex: 'value',
  822. align: 'center',
  823. width: 100,
  824. key: 'value',
  825. },
  826. {
  827. width: 100,
  828. align: 'center',
  829. title: '监测地点',
  830. dataIndex: 'jcdd',
  831. key: 'jcdd',
  832. },
  833. {
  834. width: 100,
  835. align: 'center',
  836. title: '作业环境(工序)',
  837. dataIndex: 'scgy',
  838. key: 'scgy',
  839. },
  840. ];
  841. // 当日情况粉尘情况分析
  842. export const AllDataColumns = [
  843. {
  844. title: '监测字段',
  845. align: 'center',
  846. dataIndex: 'key',
  847. key: 'key',
  848. width: 200,
  849. customRender: ({ text }) => fieldMapping[text] || text,
  850. },
  851. {
  852. title: '最大值',
  853. dataIndex: 'value',
  854. align: 'center',
  855. width: 100,
  856. key: 'value',
  857. },
  858. {
  859. width: 100,
  860. title: '工作场所',
  861. dataIndex: 'gzcs',
  862. align: 'center',
  863. key: 'gzcs',
  864. },
  865. {
  866. title: '工种',
  867. width: 100,
  868. dataIndex: 'gz',
  869. align: 'center',
  870. key: 'gz',
  871. },
  872. {
  873. width: 100,
  874. align: 'center',
  875. title: '监测地点',
  876. dataIndex: 'jcdd',
  877. key: 'jcdd',
  878. },
  879. {
  880. width: 100,
  881. align: 'center',
  882. title: '粉尘种类',
  883. dataIndex: 'fczl',
  884. key: 'fczl',
  885. },
  886. ];
  887. export const AllDataDltColumns = [
  888. {
  889. title: '监测字段',
  890. align: 'center',
  891. dataIndex: 'key',
  892. key: 'key',
  893. width: 130,
  894. customRender: ({ text }) => fieldDltMapping[text] || text,
  895. },
  896. {
  897. title: '最大值',
  898. dataIndex: 'value',
  899. align: 'center',
  900. width: 100,
  901. key: 'value',
  902. },
  903. {
  904. width: 130,
  905. align: 'center',
  906. title: '监测地点',
  907. dataIndex: 'jcdd',
  908. key: 'jcdd',
  909. },
  910. {
  911. width: 100,
  912. align: 'center',
  913. title: '粉尘种类',
  914. dataIndex: 'fczl',
  915. key: 'fczl',
  916. },
  917. ];
  918. export const AllDataSwColumns = [
  919. {
  920. title: '监测字段',
  921. align: 'center',
  922. dataIndex: 'key',
  923. key: 'key',
  924. width: 200,
  925. customRender: ({ text }) => fieldSwMapping[text] || text,
  926. },
  927. {
  928. title: '最大值',
  929. dataIndex: 'value',
  930. align: 'center',
  931. width: 100,
  932. key: 'value',
  933. },
  934. {
  935. width: 100,
  936. title: '工作场所',
  937. dataIndex: 'gzcs',
  938. align: 'center',
  939. key: 'gzcs',
  940. },
  941. {
  942. width: 100,
  943. align: 'center',
  944. title: '监测地点',
  945. dataIndex: 'jcdd',
  946. key: 'jcdd',
  947. },
  948. {
  949. width: 100,
  950. align: 'center',
  951. title: '粉尘种类',
  952. dataIndex: 'fczl',
  953. key: 'fczl',
  954. },
  955. ];
  956. export const AllDataHjtColumns = [
  957. {
  958. title: '监测字段',
  959. align: 'center',
  960. dataIndex: 'key',
  961. key: 'key',
  962. width: 100,
  963. customRender: ({ text }) => fieldHjtMapping[text] || text,
  964. },
  965. {
  966. title: '最大值',
  967. dataIndex: 'value',
  968. align: 'center',
  969. width: 100,
  970. key: 'value',
  971. },
  972. {
  973. width: 100,
  974. align: 'center',
  975. title: '监测地点',
  976. dataIndex: 'jcdd',
  977. key: 'jcdd',
  978. },
  979. {
  980. width: 100,
  981. align: 'center',
  982. title: '作业环境(工序)',
  983. dataIndex: 'fczl',
  984. key: 'fczl',
  985. },
  986. ];
  987. export const AllDataBdColumns = [
  988. {
  989. title: '监测字段',
  990. align: 'center',
  991. dataIndex: 'key',
  992. key: 'key',
  993. width: 100,
  994. customRender: ({ text }) => fieldBdMapping[text] || text,
  995. },
  996. {
  997. title: '最大值',
  998. dataIndex: 'value',
  999. align: 'center',
  1000. width: 100,
  1001. key: 'value',
  1002. },
  1003. {
  1004. width: 100,
  1005. align: 'center',
  1006. title: '监测地点',
  1007. dataIndex: 'jcdd',
  1008. key: 'jcdd',
  1009. },
  1010. {
  1011. width: 100,
  1012. align: 'center',
  1013. title: '作业环境(工序)',
  1014. dataIndex: 'zyhj',
  1015. key: 'zyhj',
  1016. },
  1017. ];
  1018. export const AllDataBltColumns = [
  1019. {
  1020. title: '监测字段',
  1021. align: 'center',
  1022. dataIndex: 'key',
  1023. key: 'key',
  1024. width: 100,
  1025. customRender: ({ text }) => fieldBltMapping[text] || text,
  1026. },
  1027. {
  1028. title: '最大值',
  1029. dataIndex: 'value',
  1030. align: 'center',
  1031. width: 100,
  1032. key: 'value',
  1033. },
  1034. {
  1035. width: 100,
  1036. align: 'center',
  1037. title: '监测地点',
  1038. dataIndex: 'jcdd',
  1039. key: 'jcdd',
  1040. },
  1041. {
  1042. width: 100,
  1043. align: 'center',
  1044. title: '作业环境(工序)',
  1045. dataIndex: 'scgy',
  1046. key: 'scgy',
  1047. },
  1048. ];
  1049. export const AllDataSgtColumns = [
  1050. {
  1051. title: '监测字段',
  1052. align: 'center',
  1053. dataIndex: 'key',
  1054. key: 'key',
  1055. width: 100,
  1056. customRender: ({ text }) => fieldBltMapping[text] || text,
  1057. },
  1058. {
  1059. title: '最大值',
  1060. dataIndex: 'value',
  1061. align: 'center',
  1062. width: 100,
  1063. key: 'value',
  1064. },
  1065. {
  1066. width: 100,
  1067. align: 'center',
  1068. title: '监测地点',
  1069. dataIndex: 'jcdd',
  1070. key: 'jcdd',
  1071. },
  1072. {
  1073. width: 100,
  1074. align: 'center',
  1075. title: '作业环境(工序)',
  1076. dataIndex: 'scgy',
  1077. key: 'scgy',
  1078. },
  1079. ];