| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642 |
- import { BasicColumn } from '/@/components/Table';
- export const columns: BasicColumn[] = [
- {
- title: '序号',
- width: 60,
- align: 'center',
- dataIndex: 'xh',
- key: 'xh',
- },
- {
- title: '采样地点',
- dataIndex: 'jcdd',
- key: 'jcdd',
- width: 100,
- align: 'center',
- },
- {
- title: '取样分析时间',
- dataIndex: 'qyfxsj',
- key: 'qyfxsj',
- width: 100,
- align: 'center',
- },
- {
- title: 'O₂(%)',
- dataIndex: 'o2_ave',
- key: 'o2_ave',
- width: 100,
- align: 'center',
- },
- {
- title: 'N₂(%)',
- dataIndex: 'n2_ave',
- key: 'n2_ave',
- width: 100,
- align: 'center',
- },
- {
- title: 'CO(%)',
- dataIndex: 'co_ave',
- key: 'co_ave',
- width: 100,
- align: 'center',
- },
- {
- title: 'CO₂(%)',
- dataIndex: 'co2_ave',
- key: 'co2_ave',
- width: 100,
- align: 'center',
- },
- {
- title: 'CH₄(%)',
- dataIndex: 'ch4_ave',
- key: 'ch4_ave',
- width: 100,
- align: 'center',
- },
- {
- title: 'C2H6(%)',
- dataIndex: 'c2h6_ave',
- key: 'c2h6_ave',
- width: 100,
- align: 'center',
- },
- {
- title: 'C₂H₄(%)',
- dataIndex: 'c2h4_ave',
- key: 'c2h4_ave',
- width: 100,
- align: 'center',
- },
- {
- title: 'C₂H₂(%)',
- dataIndex: 'c2h2_ave',
- key: 'c2h2_ave',
- width: 100,
- align: 'center',
- },
- {
- title: '总组分含量',
- dataIndex: 'zzfhl_ave',
- key: 'zzfhl_ave',
- width: 100,
- align: 'center',
- },
- {
- title: '煤自燃阶段',
- dataIndex: 'internalFireWarnLevel',
- width: 100,
- align: 'center',
- },
- {
- title: '操作',
- dataIndex: 'action',
- width: 100,
- align: 'center',
- },
- ];
- export const Hjtcolumns: BasicColumn[] = [
- {
- title: '序号',
- width: 60,
- align: 'center',
- dataIndex: 'xh',
- key: 'xh',
- },
- {
- title: '采空区名称',
- dataIndex: 'ckqmc',
- key: 'ckqmc',
- width: 100,
- align: 'center',
- },
- {
- title: '检查地点',
- dataIndex: 'jcdd',
- key: 'jcdd',
- width: 100,
- align: 'center',
- },
- {
- title: '闭内',
- children: [
- {
- title: 'CH₄(%)',
- dataIndex: 'ch4_ave',
- key: 'ch4_ave',
- width: 100,
- align: 'center',
- },
- {
- title: 'O₂(%)',
- dataIndex: 'o2_ave',
- key: 'o2_ave',
- width: 100,
- align: 'center',
- },
- {
- title: 'CO(%)',
- dataIndex: 'co_ave',
- key: 'co_ave',
- width: 100,
- align: 'center',
- },
- {
- title: 'CO₂(%)',
- dataIndex: 'co2_ave',
- key: 'co2_ave',
- width: 100,
- align: 'center',
- },
- {
- title: '气温(℃)',
- dataIndex: 'qw',
- key: 'qw',
- width: 100,
- align: 'center',
- },
- {
- title: '水温(℃)',
- dataIndex: 'sw',
- key: 'sw',
- width: 100,
- align: 'center',
- },
- {
- title: '压差(Pa)',
- dataIndex: 'yc',
- key: 'yc',
- width: 100,
- align: 'center',
- },
- ],
- },
- {
- title: '闭前',
- children: [
- {
- title: 'CH₄(%)',
- dataIndex: 'ch4_ave_bq',
- key: 'ch4_ave_bq',
- width: 100,
- align: 'center',
- },
- {
- title: 'O₂(%)',
- dataIndex: 'o2_ave_bq',
- key: 'o2_ave_bq',
- width: 100,
- align: 'center',
- },
- ],
- },
- {
- title: '观测孔风流方向',
- dataIndex: 'gckflfx',
- key: 'gckflfx',
- width: 100,
- align: 'center',
- },
- {
- title: '密闭完好情况',
- dataIndex: 'mbwhqk',
- key: 'mbwhqk',
- width: 100,
- align: 'center',
- },
- {
- title: '备注',
- dataIndex: 'smark',
- key: 'smark',
- width: 100,
- align: 'center',
- },
- {
- title: '煤自燃阶段',
- dataIndex: 'internalFireWarnLevel',
- width: 100,
- align: 'center',
- },
- {
- title: '操作',
- dataIndex: 'action',
- width: 100,
- align: 'center',
- },
- ];
- export const Bdcolumns: BasicColumn[] = [
- {
- title: '序号',
- width: 60,
- align: 'center',
- dataIndex: 'xh',
- key: 'xh',
- },
- {
- title: '采空区名称',
- dataIndex: 'ckqmc',
- key: 'ckqmc',
- width: 100,
- align: 'center',
- },
- {
- title: '采样地点',
- dataIndex: 'jcdd',
- key: 'jcdd',
- width: 100,
- align: 'center',
- },
- {
- title: '采样时间',
- dataIndex: 'cysj',
- key: 'cysj',
- width: 100,
- align: 'center',
- },
- {
- title: '分析时间',
- dataIndex: 'fxsj',
- key: 'fxsj',
- width: 100,
- align: 'center',
- },
- {
- title: '气体分析结果表',
- children: [
- {
- title: '氧气(O₂%)',
- dataIndex: 'o2_ave',
- key: 'o2_ave',
- width: 100,
- align: 'center',
- },
- {
- title: '氮气(N₂%)',
- dataIndex: 'n2_ave',
- key: 'n2_ave',
- width: 100,
- align: 'center',
- },
- {
- title: '一氧化碳(CO%)',
- dataIndex: 'co_ave',
- key: 'co_ave',
- width: 100,
- align: 'center',
- },
- {
- title: '二氧化碳(CO₂%)',
- dataIndex: 'co2_ave',
- key: 'co2_ave',
- width: 100,
- align: 'center',
- },
- {
- title: '甲烷(CH₄%)',
- dataIndex: 'ch4_ave',
- key: 'ch4_ave',
- width: 100,
- align: 'center',
- },
- {
- title: '乙烷(C2H6%)',
- dataIndex: 'c2h6_ave',
- key: 'c2h6_ave',
- width: 100,
- align: 'center',
- },
- {
- title: '丙烷(C3H8%)',
- dataIndex: 'c3h8_ave',
- key: 'c3h8_ave',
- width: 100,
- align: 'center',
- },
- {
- title: '乙烯(C₂H₄%)',
- dataIndex: 'c2h4_ave',
- key: 'c2h4_ave',
- width: 100,
- align: 'center',
- },
- {
- title: '乙炔(C₂H₂%)',
- dataIndex: 'c2h2_ave',
- key: 'c2h2_ave',
- width: 100,
- align: 'center',
- },
- {
- title: '合计',
- dataIndex: 'zzfhl_ave',
- key: 'zzfhl_ave',
- width: 100,
- align: 'center',
- },
- ],
- },
- {
- title: '煤自燃阶段',
- dataIndex: 'internalFireWarnLevel',
- width: 100,
- align: 'center',
- },
- {
- title: '进出风状态',
- dataIndex: 'jcfzt',
- width: 100,
- align: 'center',
- },
- {
- title: '操作',
- dataIndex: 'action',
- width: 100,
- align: 'center',
- },
- ];
- export const Bltcolumns: BasicColumn[] = [
- {
- title: '编号',
- width: 60,
- align: 'center',
- dataIndex: 'xh',
- key: 'xh',
- },
- {
- title: '采样区域',
- width: 60,
- align: 'center',
- dataIndex: 'cyqy',
- key: 'cyqy',
- },
- {
- title: '采空区',
- dataIndex: 'ckq',
- key: 'ckq',
- width: 100,
- align: 'center',
- },
- {
- title: '采样地点',
- dataIndex: 'jcdd',
- key: 'jcdd',
- width: 100,
- align: 'center',
- },
- {
- title: '水温(℃)',
- dataIndex: 'sw',
- key: 'sw',
- width: 100,
- align: 'center',
- },
- {
- title: '气温(℃)',
- dataIndex: 'qw',
- key: 'qw',
- width: 100,
- align: 'center',
- },
- {
- title: '气流状态',
- dataIndex: 'qlzt',
- key: 'qlzt',
- width: 100,
- align: 'center',
- },
- {
- title: '压差(Pa)',
- dataIndex: 'yc',
- key: 'yc',
- width: 100,
- align: 'center',
- },
- {
- title: '气体分析结果表',
- children: [
- {
- title: '便携仪O₂(%)',
- dataIndex: 'o2_bxyy',
- key: 'o2_bxyy',
- width: 100,
- align: 'center',
- },
- {
- title: '色谱仪O₂(%)',
- dataIndex: 'o2_ave',
- key: 'o2_ave',
- width: 100,
- align: 'center',
- },
- {
- title: '便携仪CO(CO%)',
- dataIndex: 'co_bxy',
- key: 'co_bxy',
- width: 100,
- align: 'center',
- },
- {
- title: '色谱仪CO(%)',
- dataIndex: 'co_ave',
- key: 'co_ave',
- width: 100,
- align: 'center',
- },
- {
- title: '二氧化碳(CO₂%)',
- dataIndex: 'co2_ave',
- key: 'co2_ave',
- width: 100,
- align: 'center',
- },
- {
- title: 'N₂(%)',
- dataIndex: 'n2_ave',
- key: 'n2_ave',
- width: 100,
- align: 'center',
- },
- {
- title: 'CH₄(%)',
- dataIndex: 'ch4_ave',
- key: 'ch4_ave',
- width: 100,
- align: 'center',
- },
- {
- title: 'C2H6(%)',
- dataIndex: 'c2h6_ave',
- key: 'c2h6_ave',
- width: 100,
- align: 'center',
- },
- {
- title: 'C₂H₄(%)',
- dataIndex: 'c2h4_ave',
- key: 'c2h4_ave',
- width: 100,
- align: 'center',
- },
- {
- title: 'C₂H₂(%)',
- dataIndex: 'c2h2_ave',
- key: 'c2h2_ave',
- width: 100,
- align: 'center',
- },
- ],
- },
- {
- title: '采样日期',
- dataIndex: 'cyfxsj',
- key: 'cyfxsj',
- width: 100,
- align: 'center',
- },
- {
- title: '采样时间',
- dataIndex: 'cyfxsj2',
- key: 'cyfxsj2',
- width: 100,
- align: 'center',
- },
- {
- title: '采样人',
- dataIndex: 'cyr',
- key: 'cyr',
- width: 100,
- align: 'center',
- },
- {
- title: '煤自燃阶段',
- dataIndex: 'internalFireWarnLevel',
- width: 100,
- align: 'center',
- },
- {
- title: '进出风状态',
- dataIndex: 'jcfzt',
- width: 100,
- align: 'center',
- },
- {
- title: '操作',
- dataIndex: 'action',
- width: 100,
- align: 'center',
- },
- ];
- export const Sgtcolumns: BasicColumn[] = [
- {
- title: '序号',
- width: 60,
- align: 'center',
- dataIndex: 'xh',
- key: 'xh',
- },
- {
- title: '采样地点',
- dataIndex: 'jcdd',
- key: 'jcdd',
- width: 100,
- align: 'center',
- },
- {
- title: '采空区',
- dataIndex: 'ckq',
- key: 'ckq',
- width: 100,
- align: 'center',
- },
- {
- title: '采样时间',
- dataIndex: 'qyfxsj',
- key: 'qyfxsj',
- width: 100,
- align: 'center',
- },
- {
- title: 'O₂(%)',
- dataIndex: 'o2_ave',
- key: 'o2_ave',
- width: 100,
- align: 'center',
- },
- {
- title: 'N₂(%)',
- dataIndex: 'n2_ave',
- key: 'n2_ave',
- width: 100,
- align: 'center',
- },
- {
- title: 'CO(%)',
- dataIndex: 'co_ave',
- key: 'co_ave',
- width: 100,
- align: 'center',
- },
- {
- title: 'CO₂(%)',
- dataIndex: 'co2_ave',
- key: 'co2_ave',
- width: 100,
- align: 'center',
- },
- {
- title: 'CH₄(%)',
- dataIndex: 'ch4_ave',
- key: 'ch4_ave',
- width: 100,
- align: 'center',
- },
- {
- title: 'C2H6(%)',
- dataIndex: 'c2h6_ave',
- key: 'c2h6_ave',
- width: 100,
- align: 'center',
- },
- {
- title: 'C₂H₄(%)',
- dataIndex: 'c2h4_ave',
- key: 'c2h4_ave',
- width: 100,
- align: 'center',
- },
- {
- title: 'C₂H₂(%)',
- dataIndex: 'c2h2_ave',
- key: 'c2h2_ave',
- width: 100,
- align: 'center',
- },
- {
- title: '取样人',
- dataIndex: 'qyr',
- key: 'qyr',
- width: 100,
- align: 'center',
- },
- {
- title: '备注',
- dataIndex: 'smark',
- key: 'smark',
- width: 100,
- align: 'center',
- },
- {
- title: '煤自燃阶段',
- dataIndex: 'internalFireWarnLevel',
- width: 100,
- align: 'center',
- },
- {
- title: '操作',
- dataIndex: 'action',
- width: 100,
- align: 'center',
- },
- ];
|