123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433 |
- import { BasicColumn } from '/@/components/Table';
- export const columns: BasicColumn[] = [
- // {
- // title: '序号',
- // width: 60,
- // align: 'center',
- // customRender: ({ index }: { index: number }) => `${index + 1}`
- // },
- {
- title: '安装位置',
- dataIndex: 'strinstallpos',
- key: 'strinstallpos',
- align: 'center',
- },
- {
- title: 'Ip地址',
- dataIndex: 'stripC',
- key: 'stripC',
- width: 80,
- align: 'center',
- },
- {
- title: '监测值',
- dataIndex: 'valueJc',
- key: 'valueJc',
- align: 'center',
- },
- {
- title: '供电模式',
- dataIndex: 'gdmsC',
- key: 'gdmsC',
- width: 80,
- align: 'center',
- },
- {
- title: '电池容量(%)',
- dataIndex: 'dcrl',
- key: 'dcrl',
- width: 80,
- align: 'center',
- },
- {
- title: '启用状态',
- dataIndex: 'linkIdC',
- key: 'linkIdC',
- width: 80,
- align: 'center',
- },
- {
- title: '通讯状态',
- dataIndex: 'linkstatusC',
- key: 'linkstatusC',
- width: 80,
- align: 'center',
- },
- // {
- // title: '时间',
- // dataIndex: 'updateTime',
- // key: 'updateTime',
- // width: 120,
- // align: 'center',
- // },
- {
- title: '操作',
- dataIndex: 'action',
- width: 280,
- align: 'center',
- slots: { customRender: 'action' },
- },
- ];
- export const columnsDetail: BasicColumn[] = [
- {
- title: '安装位置',
- dataIndex: 'strInstallPos',
- key: 'strInstallPos',
- width: 180,
- align: 'center',
- },
- {
- title: '通讯状态',
- dataIndex: 'linkstatusC',
- key: 'linkstatusC',
- align: 'center',
- },
- {
- title: '读写状态',
- dataIndex: 'dxzt',
- key: 'dxzt',
- align: 'center',
- },
- {
- title: '程序版本号',
- dataIndex: 'cxbbh',
- key: 'cxbbh',
- align: 'center',
- },
- {
- title: '电源状态',
- dataIndex: 'dyzt',
- key: 'dyzt',
- align: 'center',
- },
- {
- title: '电量(%)',
- dataIndex: 'dl',
- key: 'dl',
- align: 'center',
- },
- {
- title: '断线标志',
- dataIndex: 'dxbz',
- key: 'dxbz',
- align: 'center',
- },
- {
- title: '电池组总电压(mv)',
- dataIndex: 'dczzdy',
- key: 'dczzdy',
- align: 'center',
- },
- {
- title: '负载电流(mA)',
- dataIndex: 'fzcdl',
- key: 'fzcdl',
- align: 'center',
- },
- {
- title: '电池数量(节)',
- dataIndex: 'dcsl',
- key: 'dcsl',
- align: 'center',
- },
- {
- title: '单节电池电压1(mv)',
- dataIndex: 'djdcdy1',
- key: 'djdcdy1',
- align: 'center',
- },
- {
- title: '单节电池电压2(mv)',
- dataIndex: 'djdcdy2',
- key: 'djdcdy2',
- align: 'center',
- },
- {
- title: '单节电池电压3(mv)',
- dataIndex: 'djdcdy3',
- key: 'djdcdy3',
- align: 'center',
- },
- {
- title: '单节电池电压4(mv)',
- dataIndex: 'djdcdy4',
- key: 'djdcdy4',
- align: 'center',
- },
- {
- title: '单节电池电压5(mv)',
- dataIndex: 'djdcdy5',
- key: 'djdcdy5',
- align: 'center',
- },
- {
- title: '单节电池电压6(mv)',
- dataIndex: 'djdcdy6',
- key: 'djdcdy6',
- align: 'center',
- },
- {
- title: '操作',
- dataIndex: 'action',
- width: 150,
- align: 'center',
- slots: { customRender: 'action' },
- },
- ];
- export const deviceColumns: BasicColumn[] = [
- {
- title: '安装位置',
- dataIndex: 'deviceStrinstallpos',
- key: 'deviceStrinstallpos',
- width: 180,
- align: 'center',
- },
- {
- title: '第一路风速风向',
- dataIndex: 'dylfsfx',
- key: 'dylfsfx',
- align: 'center',
- },
- {
- title: '第一路报警状态',
- dataIndex: 'dylbjzt',
- key: 'dylbjzt',
- align: 'center',
- },
- {
- title: '第一路1发2收AD值',
- dataIndex: 'dyl1f2sADz',
- key: 'dyl1f2sADz',
- align: 'center',
- },
- {
- title: '第一路2发1收AD值',
- dataIndex: 'dyl2f1sADz',
- key: 'dyl2f1sADz',
- align: 'center',
- },
- {
- title: '通风量',
- dataIndex: 'tfl',
- key: 'tfl',
- align: 'center',
- },
- {
- title: '硬件版本',
- dataIndex: 'yjbb',
- key: 'yjbb',
- align: 'center',
- },
- {
- title: '软件版本',
- dataIndex: 'rjbb',
- key: 'rjbb',
- align: 'center',
- },
- {
- title: '在线离线标志',
- dataIndex: 'zxlxbz',
- key: 'zxlxbz',
- align: 'center',
- },
- {
- title: '日期和时间',
- dataIndex: 'rqsj',
- key: 'rqsj',
- align: 'center',
- },
- {
- title: 'RS485_MODBUS地址',
- dataIndex: 'rs485modbusdz',
- key: 'rs485modbusdz',
- align: 'center',
- },
- {
- title: '探头安装距离',
- dataIndex: 'ttazjl',
- key: 'ttazjl',
- align: 'center',
- },
- {
- title: '基线距离',
- dataIndex: 'jxjl',
- key: 'jxjl',
- align: 'center',
- },
- {
- title: '安装角度',
- dataIndex: 'azjd',
- key: 'azjd',
- align: 'center',
- },
- {
- title: '设置时长',
- dataIndex: 'szsz',
- key: 'szsz',
- align: 'center',
- },
- {
- title: '数据平均周期',
- dataIndex: 'sjpjzq',
- key: 'sjpjzq',
- align: 'center',
- },
- {
- title: '第一路一发二收PG值',
- dataIndex: 'dylyfesPGz',
- key: 'dylyfesPGz',
- align: 'center',
- },
- {
- title: '第一路二发一收PG值',
- dataIndex: 'dylefysPGz',
- key: 'dylefysPGz',
- align: 'center',
- },
- {
- title: '风道截面积',
- dataIndex: 'fdjmj',
- key: 'fdjmj',
- align: 'center',
- },
- {
- title: '第一路整体系数k',
- dataIndex: 'dylztxsk',
- key: 'dylztxsk',
- align: 'center',
- },
- {
- title: '第一路第一段系数',
- dataIndex: 'dyldydxs1',
- key: 'dyldydxs1',
- align: 'center',
- },
- {
- title: '第一路第二段系数',
- dataIndex: 'dyldedxs2',
- key: 'dyldedxs2',
- align: 'center',
- },
- {
- title: '第一路第三段系数',
- dataIndex: 'dyldsdxs3',
- key: 'dyldsdxs3',
- align: 'center',
- },
- {
- title: '第一路第四段系数',
- dataIndex: 'dyldsdxs4',
- key: 'dyldsdxs4',
- align: 'center',
- },
- {
- title: '第一路第五段系数',
- dataIndex: 'dyldwdxs5',
- key: 'dyldwdxs5',
- align: 'center',
- },
- {
- title: '第一路第六段系数',
- dataIndex: 'dyldldxs6',
- key: 'dyldldxs6',
- align: 'center',
- },
- {
- title: '系数KB',
- dataIndex: 'xsKB',
- key: 'xsKB',
- align: 'center',
- },
- {
- title: '系数KB符号',
- dataIndex: 'xsKBfh',
- key: 'xsKBfh',
- align: 'center',
- },
- {
- title: '高报警阈值',
- dataIndex: 'gbjyz',
- key: 'gbjyz',
- align: 'center',
- },
- {
- title: '低报警阈值',
- dataIndex: 'dbjyz',
- key: 'dbjyz',
- align: 'center',
- },
- {
- title: '报警使能',
- dataIndex: 'bjsn',
- key: 'bjsn',
- align: 'center',
- },
- {
- title: '第一路485波特率',
- dataIndex: 'dyl485btl',
- key: 'dyl485btl',
- align: 'center',
- },
- {
- title: '四个字节保存密码',
- dataIndex: 'sgzjbcmm',
- key: 'sgzjbcmm',
- align: 'center',
- },
- ];
- export const columnsOperate: BasicColumn[] = [
- {
- title: '分站名称',
- dataIndex: 'stationName',
- key: 'stationName',
- align: 'center',
- },
- {
- title: '设备名称',
- dataIndex: 'deviceName',
- key: 'deviceName',
- align: 'center',
- },
- {
- title: '点位Key',
- dataIndex: 'plcCode',
- key: 'plcCode',
- align: 'center',
- },
- {
- title: '点位名称',
- dataIndex: 'plcCodeName',
- key: 'plcCodeName',
- align: 'center',
- },
- {
- title: '下发值',
- dataIndex: 'value',
- key: 'value',
- align: 'center',
- },
- {
- title: '操作结果',
- dataIndex: 'resultValue',
- key: 'resultValue',
- align: 'center',
- },
- {
- title: '描述',
- dataIndex: 'remark',
- key: 'remark',
- align: 'center',
- },
- {
- title: '操作时间',
- dataIndex: 'createTime',
- key: 'createTime',
- align: 'center',
- },
- ];
|