gasReportInspect.data.ts 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798
  1. import { BasicColumn } from '/@/components/Table';
  2. export const columnsType: BasicColumn[] = [
  3. {
  4. title: '序号',
  5. width: 60,
  6. align: 'center',
  7. customRender: ({ index }: { index: number }) => `${index + 1}`
  8. },
  9. {
  10. title: '检测地点',
  11. dataIndex: 'jcdd',
  12. key: 'jcdd',
  13. width: 260,
  14. align: 'center',
  15. },
  16. {
  17. title: '检测次数',
  18. dataIndex: 'checkNum',
  19. key: 'checkNum',
  20. align: 'center',
  21. },
  22. {
  23. title: 'O₂(%)',
  24. dataIndex: 'o2',
  25. key: 'o2',
  26. align: 'center',
  27. },
  28. {
  29. title: 'CO(ppm)',
  30. dataIndex: 'co',
  31. key: 'co',
  32. align: 'center',
  33. },
  34. {
  35. title: 'CO₂(%)',
  36. dataIndex: 'co2',
  37. key: 'co2',
  38. align: 'center',
  39. },
  40. {
  41. title: 'CH₄(%)',
  42. dataIndex: 'ch4',
  43. key: 'ch4',
  44. align: 'center',
  45. },
  46. {
  47. title: '巡检员',
  48. dataIndex: 'checkPerson',
  49. key: 'checkPerson',
  50. align: 'center',
  51. },
  52. // {
  53. // title: '检查时间',
  54. // dataIndex: 'checkTime',
  55. // key: 'checkTime',
  56. // align: 'center',
  57. // },
  58. ];
  59. //宝德
  60. export const columnBd: BasicColumn[] = [
  61. {
  62. title: '序号',
  63. width: 60,
  64. align: 'center',
  65. customRender: ({ index }: { index: number }) => `${index + 1}`
  66. },
  67. {
  68. title: '监测地点',
  69. dataIndex: 'jcdd',
  70. key: 'jcdd',
  71. width: 260,
  72. align: 'center',
  73. },
  74. {
  75. title: 'CH₄(%)',
  76. dataIndex: 'ch4',
  77. key: 'ch4',
  78. align: 'center',
  79. },
  80. {
  81. title: 'CO₂(%)',
  82. dataIndex: 'co2',
  83. key: 'co2',
  84. align: 'center',
  85. },
  86. ];
  87. //石圪台
  88. export const columnSgt: BasicColumn[] = [
  89. {
  90. title: '序号',
  91. width: 60,
  92. align: 'center',
  93. customRender: ({ index }: { index: number }) => `${index + 1}`
  94. },
  95. {
  96. title: '监测地点',
  97. dataIndex: 'jcdd',
  98. key: 'jcdd',
  99. width: 260,
  100. align: 'center',
  101. },
  102. {
  103. title: 'CH₄(%)',
  104. dataIndex: 'ch4',
  105. key: 'ch4',
  106. align: 'center',
  107. },
  108. {
  109. title: 'CO₂(%)',
  110. dataIndex: 'co2',
  111. key: 'co2',
  112. align: 'center',
  113. },
  114. {
  115. title: 'CO(ppm)',
  116. dataIndex: 'co',
  117. key: 'co',
  118. align: 'center',
  119. },
  120. {
  121. title: 'O₂(%)',
  122. dataIndex: 'o2',
  123. key: 'o2',
  124. align: 'center',
  125. },
  126. {
  127. title: '温度(°C)',
  128. dataIndex: 't',
  129. key: 't',
  130. align: 'center',
  131. },
  132. {
  133. title: '瓦检员',
  134. dataIndex: 'checkPerson',
  135. key: 'checkPerson',
  136. align: 'center',
  137. },
  138. ];
  139. //寸草塔二矿
  140. export const columnCctr: BasicColumn[] = [
  141. {
  142. title: '序号',
  143. width: 60,
  144. align: 'center',
  145. customRender: ({ index }: { index: number }) => `${index + 1}`
  146. },
  147. {
  148. title: '监测地点',
  149. dataIndex: 'jcdd',
  150. key: 'jcdd',
  151. width: 260,
  152. align: 'center',
  153. },
  154. {
  155. title: 'CH₄(%)',
  156. dataIndex: 'ch4',
  157. key: 'ch4',
  158. align: 'center',
  159. },
  160. {
  161. title: 'CO₂(%)',
  162. dataIndex: 'co2',
  163. key: 'co2',
  164. align: 'center',
  165. },
  166. {
  167. title: 'CO(ppm)',
  168. dataIndex: 'co',
  169. key: 'co',
  170. align: 'center',
  171. },
  172. {
  173. title: 'O₂(%)',
  174. dataIndex: 'o2',
  175. key: 'o2',
  176. align: 'center',
  177. },
  178. {
  179. title: 'T(°C)',
  180. dataIndex: 't',
  181. key: 't',
  182. align: 'center',
  183. },
  184. ];
  185. //寸草塔矿
  186. export const columnCct: BasicColumn[] = [
  187. {
  188. title: '序号',
  189. width: 60,
  190. align: 'center',
  191. customRender: ({ index }: { index: number }) => `${index + 1}`
  192. },
  193. {
  194. title: '检查地点',
  195. dataIndex: 'jcdd',
  196. key: 'jcdd',
  197. align: 'center',
  198. },
  199. {
  200. title: '检查次数',
  201. dataIndex: 'checkNum',
  202. key: 'checkNum',
  203. align: 'center',
  204. },
  205. {
  206. title: '检查时间',
  207. dataIndex: 'jcsj',
  208. key: 'jcsj',
  209. align: 'center',
  210. },
  211. {
  212. title: 'CH₄(%)',
  213. children: [
  214. {
  215. title: '光瓦测量值(%)',
  216. dataIndex: 'ch4gw',
  217. key: 'ch4gw',
  218. align: 'center',
  219. },
  220. {
  221. title: '便携仪/传感器测量值(%)',
  222. dataIndex: 'ch4bxy',
  223. key: 'ch4bxy',
  224. align: 'center',
  225. },
  226. ]
  227. },
  228. {
  229. title: 'CO₂(%)',
  230. dataIndex: 'co2',
  231. key: 'co2',
  232. align: 'center',
  233. },
  234. {
  235. title: 'CO(ppm)',
  236. dataIndex: 'co',
  237. key: 'co',
  238. align: 'center',
  239. },
  240. {
  241. title: 'O₂(%)',
  242. dataIndex: 'o2',
  243. key: 'o2',
  244. align: 'center',
  245. },
  246. {
  247. title: 'T(°C)',
  248. dataIndex: 't',
  249. key: 't',
  250. align: 'center',
  251. },
  252. {
  253. title: '瓦检员',
  254. dataIndex: 'checkPerson',
  255. key: 'checkPerson',
  256. align: 'center',
  257. },
  258. ];
  259. //乌兰木伦
  260. export const columnWlml: BasicColumn[] = [
  261. {
  262. title: '序号',
  263. width: 60,
  264. align: 'center',
  265. customRender: ({ index }: { index: number }) => `${index + 1}`
  266. },
  267. {
  268. title: '检查地点',
  269. dataIndex: 'jcdd',
  270. key: 'jcdd',
  271. width: 260,
  272. align: 'center',
  273. },
  274. {
  275. title: 'CH₄(%)',
  276. dataIndex: 'ch4',
  277. key: 'ch4',
  278. align: 'center',
  279. },
  280. {
  281. title: 'CO₂(%)',
  282. dataIndex: 'co2',
  283. key: 'co2',
  284. align: 'center',
  285. },
  286. {
  287. title: 'CO(ppm)',
  288. dataIndex: 'co',
  289. key: 'co',
  290. align: 'center',
  291. },
  292. {
  293. title: 'O₂(%)',
  294. dataIndex: 'o2',
  295. key: 'o2',
  296. align: 'center',
  297. },
  298. {
  299. title: 'T(°C)',
  300. dataIndex: 't',
  301. key: 't',
  302. align: 'center',
  303. },
  304. {
  305. title: '检查人',
  306. dataIndex: 'checkPerson',
  307. key: 'checkPerson',
  308. align: 'center',
  309. },
  310. ];
  311. //柳塔
  312. export const columnLt: BasicColumn[] = [
  313. {
  314. title: '序号',
  315. width: 60,
  316. align: 'center',
  317. customRender: ({ index }: { index: number }) => `${index + 1}`
  318. },
  319. {
  320. title: '检查地点',
  321. dataIndex: 'jcdd',
  322. key: 'jcdd',
  323. width: 260,
  324. align: 'center',
  325. },
  326. {
  327. title: '三班最大值',
  328. children:[
  329. {
  330. title: '检查时间',
  331. dataIndex: 'ch4CheckTime',
  332. key: 'ch4CheckTime',
  333. align: 'center',
  334. },
  335. {
  336. title: 'CH₄(%)',
  337. dataIndex: 'ch4',
  338. key: 'ch4',
  339. align: 'center',
  340. },
  341. {
  342. title: '检查时间',
  343. dataIndex: 'co2CheckTime',
  344. key: 'co2CheckTime',
  345. align: 'center',
  346. },
  347. {
  348. title: 'CO₂(%)',
  349. dataIndex: 'co2',
  350. key: 'co2',
  351. align: 'center',
  352. },
  353. {
  354. title: '检查时间',
  355. dataIndex: 'coCheckTime',
  356. key: 'coCheckTime',
  357. align: 'center',
  358. },
  359. {
  360. title: 'CO(ppm)',
  361. dataIndex: 'co',
  362. key: 'co',
  363. align: 'center',
  364. },
  365. {
  366. title: '检查时间',
  367. dataIndex: 'tCheckTime',
  368. key: 'tCheckTime',
  369. align: 'center',
  370. },
  371. {
  372. title: 'T(°C)',
  373. dataIndex: 't',
  374. key: 't',
  375. align: 'center',
  376. },
  377. ]
  378. },
  379. {
  380. title: '三班最小值',
  381. children:[
  382. {
  383. title: '检查时间',
  384. dataIndex: 'o2CheckTime',
  385. key: 'o2CheckTime',
  386. align: 'center',
  387. },
  388. {
  389. title: 'O₂(%)',
  390. dataIndex: 'o2',
  391. key: 'o2',
  392. align: 'center',
  393. },
  394. ]
  395. },
  396. ];
  397. //榆家梁
  398. export const columnYjl: BasicColumn[] = [
  399. {
  400. title: '序号',
  401. width: 60,
  402. align: 'center',
  403. customRender: ({ index }: { index: number }) => `${index + 1}`
  404. },
  405. {
  406. title: '监测地点',
  407. dataIndex: 'jcdd',
  408. key: 'jcdd',
  409. width: 260,
  410. align: 'center',
  411. },
  412. {
  413. title: 'CH₄(%)',
  414. dataIndex: 'ch4',
  415. key: 'ch4',
  416. align: 'center',
  417. },
  418. {
  419. title: 'CO₂(%)',
  420. dataIndex: 'co2',
  421. key: 'co2',
  422. align: 'center',
  423. },
  424. {
  425. title: 'CO(ppm)',
  426. dataIndex: 'co',
  427. key: 'co',
  428. align: 'center',
  429. },
  430. {
  431. title: 'O₂(%)',
  432. dataIndex: 'o2',
  433. key: 'o2',
  434. align: 'center',
  435. },
  436. {
  437. title: 'T(°C)',
  438. dataIndex: 't',
  439. key: 't',
  440. align: 'center',
  441. },
  442. {
  443. title: '检查人',
  444. dataIndex: 'checkPerson',
  445. key: 'checkPerson',
  446. align: 'center',
  447. },
  448. ];
  449. //补连塔
  450. export const columnBlt: BasicColumn[] = [
  451. {
  452. title: '序号',
  453. width: 60,
  454. align: 'center',
  455. customRender: ({ index }: { index: number }) => `${index + 1}`
  456. },
  457. {
  458. title: '监测地点',
  459. dataIndex: 'jcdd',
  460. key: 'jcdd',
  461. width: 260,
  462. align: 'center',
  463. },
  464. {
  465. title: 'CH₄(%)',
  466. children: [
  467. {
  468. title: '传感器显示值',
  469. dataIndex: 'ch4cgq',
  470. key: 'ch4cgq',
  471. align: 'center',
  472. },
  473. {
  474. title: '光瓦测量值',
  475. dataIndex: 'ch4gw',
  476. key: 'ch4gw',
  477. align: 'center',
  478. },
  479. {
  480. title: '便携仪测量值',
  481. dataIndex: 'ch4bxy',
  482. key: 'ch4bxy',
  483. align: 'center',
  484. },
  485. ]
  486. },
  487. {
  488. title: 'CO₂(%)',
  489. dataIndex: 'co2',
  490. key: 'co2',
  491. align: 'center',
  492. },
  493. {
  494. title: 'CO(ppm)',
  495. dataIndex: 'co',
  496. key: 'co',
  497. align: 'center',
  498. },
  499. {
  500. title: 'O₂(%)',
  501. dataIndex: 'o2',
  502. key: 'o2',
  503. align: 'center',
  504. },
  505. {
  506. title: '温度(°C)',
  507. dataIndex: 't',
  508. key: 't',
  509. align: 'center',
  510. },
  511. {
  512. title: '检查人',
  513. dataIndex: 'checkPerson',
  514. key: 'checkPerson',
  515. align: 'center',
  516. },
  517. ];
  518. export const columnsGas1: BasicColumn[] = [
  519. {
  520. title: '序号',
  521. width: 60,
  522. align: 'center',
  523. customRender: ({ index }: { index: number }) => `${index + 1}`
  524. },
  525. {
  526. title: '监测地点',
  527. dataIndex: 'jcdd',
  528. key: 'jcdd',
  529. width: 180,
  530. align: 'center',
  531. },
  532. {
  533. title: '夜班',
  534. children: [
  535. {
  536. title: 'CH₄‌(%)',
  537. dataIndex: 'ch4Night',
  538. key: 'ch4Night',
  539. align: 'center',
  540. },
  541. {
  542. title: 'CO₂‌(%)',
  543. dataIndex: 'co2Night',
  544. key: 'co2Night',
  545. align: 'center',
  546. },
  547. {
  548. title: 'CO(ppm)',
  549. dataIndex: 'coNight',
  550. key: 'coNight',
  551. align: 'center',
  552. },
  553. {
  554. title: 'O₂‌(%)',
  555. dataIndex: 'o2Night',
  556. key: 'o2Night',
  557. align: 'center',
  558. },
  559. {
  560. title: 'T(°C)',
  561. dataIndex: 'tNight',
  562. key: 'tNight',
  563. align: 'center',
  564. },
  565. ]
  566. },
  567. {
  568. title: '早班',
  569. children: [
  570. {
  571. title: 'CH₄‌(%)',
  572. dataIndex: 'ch4Early',
  573. key: 'ch4Early',
  574. align: 'center',
  575. },
  576. {
  577. title: 'CO₂‌(%)',
  578. dataIndex: 'co2Early',
  579. key: 'co2Early',
  580. align: 'center',
  581. },
  582. {
  583. title: 'CO(ppm)',
  584. dataIndex: 'coEarly',
  585. key: 'coEarly',
  586. align: 'center',
  587. },
  588. {
  589. title: 'O₂‌(%)',
  590. dataIndex: 'o2Early',
  591. key: 'o2Early',
  592. align: 'center',
  593. },
  594. {
  595. title: 'T(°C)',
  596. dataIndex: 'tEarly',
  597. key: 'tEarly',
  598. align: 'center',
  599. },
  600. ]
  601. },
  602. {
  603. title: '中班',
  604. children: [
  605. {
  606. title: 'CH₄‌(%)',
  607. dataIndex: 'ch4Noon',
  608. key: 'ch4Noon',
  609. align: 'center',
  610. },
  611. {
  612. title: 'CO₂‌(%)',
  613. dataIndex: 'co2Noon',
  614. key: 'co2Noon',
  615. align: 'center',
  616. },
  617. {
  618. title: 'CO(ppm)',
  619. dataIndex: 'coNoon',
  620. key: 'coNoon',
  621. align: 'center',
  622. },
  623. {
  624. title: 'O₂‌(%)',
  625. dataIndex: 'o2Noon',
  626. key: 'o2Noon',
  627. align: 'center',
  628. },
  629. {
  630. title: 'T(°C)',
  631. dataIndex: 'tNoon',
  632. key: 'tNoon',
  633. align: 'center',
  634. },
  635. ]
  636. },
  637. ];
  638. export const columnsGas2: BasicColumn[] = [
  639. {
  640. title: '序号',
  641. width: 60,
  642. align: 'center',
  643. customRender: ({ index }: { index: number }) => `${index + 1}`
  644. },
  645. {
  646. title: '监测地点',
  647. dataIndex: 'jcdd',
  648. key: 'jcdd',
  649. width: 130,
  650. align: 'center',
  651. },
  652. {
  653. title: '煤层',
  654. dataIndex: 'mc',
  655. width: 80,
  656. key: 'mc',
  657. align: 'center',
  658. },
  659. {
  660. title: '夜班',
  661. children: [
  662. {
  663. title: 'CH₄‌(%)',
  664. dataIndex: 'ch4Night',
  665. key: 'ch4Night',
  666. align: 'center',
  667. },
  668. {
  669. title: 'CO₂‌(%)',
  670. dataIndex: 'co2Night',
  671. key: 'co2Night',
  672. align: 'center',
  673. },
  674. {
  675. title: 'CO(ppm)',
  676. dataIndex: 'coNight',
  677. key: 'coNight',
  678. width: 80,
  679. align: 'center',
  680. },
  681. {
  682. title: 'O₂‌(%)',
  683. dataIndex: 'o2Night',
  684. key: 'o2Night',
  685. align: 'center',
  686. },
  687. {
  688. title: 'T(°C)',
  689. dataIndex: 'tNight',
  690. key: 'tNight',
  691. align: 'center',
  692. },
  693. {
  694. title: '巡检员',
  695. dataIndex: 'checkPersonNight',
  696. key: 'checkPersonNight',
  697. align: 'center',
  698. },
  699. ]
  700. },
  701. {
  702. title: '早班',
  703. children: [
  704. {
  705. title: 'CH₄‌(%)',
  706. dataIndex: 'ch4Early',
  707. key: 'ch4Early',
  708. align: 'center',
  709. },
  710. {
  711. title: 'CO₂‌(%)',
  712. dataIndex: 'co2Early',
  713. key: 'co2Early',
  714. align: 'center',
  715. },
  716. {
  717. title: 'CO(ppm)',
  718. dataIndex: 'coEarly',
  719. key: 'coEarly',
  720. width: 80,
  721. align: 'center',
  722. },
  723. {
  724. title: 'O₂‌(%)',
  725. dataIndex: 'o2Early',
  726. key: 'o2Early',
  727. align: 'center',
  728. },
  729. {
  730. title: 'T(°C)',
  731. dataIndex: 'tEarly',
  732. key: 'tEarly',
  733. align: 'center',
  734. },
  735. {
  736. title: '巡检员',
  737. dataIndex: 'checkPersonEarly',
  738. key: 'checkPersonEarly',
  739. align: 'center',
  740. },
  741. ]
  742. },
  743. {
  744. title: '中班',
  745. children: [
  746. {
  747. title: 'CH₄‌(%)',
  748. dataIndex: 'ch4Noon',
  749. key: 'ch4Noon',
  750. align: 'center',
  751. },
  752. {
  753. title: 'CO₂‌(%)',
  754. dataIndex: 'co2Noon',
  755. key: 'co2Noon',
  756. align: 'center',
  757. },
  758. {
  759. title: 'CO(ppm)',
  760. dataIndex: 'coNoon',
  761. key: 'coNoon',
  762. width: 80,
  763. align: 'center',
  764. },
  765. {
  766. title: 'O₂‌(%)',
  767. dataIndex: 'o2Noon',
  768. key: 'o2Noon',
  769. align: 'center',
  770. },
  771. {
  772. title: 'T(°C)',
  773. dataIndex: 'tNoon',
  774. key: 'tNoon',
  775. align: 'center',
  776. },
  777. {
  778. title: '巡检员',
  779. dataIndex: 'checkPersonNoon',
  780. key: 'checkPersonNoon',
  781. align: 'center',
  782. },
  783. ]
  784. },
  785. ];