From 3584c8f67ad78557d15c09e3228d6a5d8e435ec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=9E=97?= Date: Tue, 21 Dec 2021 17:16:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E4=B8=93=E6=B9=96=E8=A1=A8?= =?UTF-8?q?=E5=A4=B4=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../statistic/special/component/raw-colums.js | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/views/water/lake/statistic/special/component/raw-colums.js b/src/views/water/lake/statistic/special/component/raw-colums.js index a117cb1..4854d49 100644 --- a/src/views/water/lake/statistic/special/component/raw-colums.js +++ b/src/views/water/lake/statistic/special/component/raw-colums.js @@ -69,29 +69,29 @@ const averageTableColumns = [ // }, {title: "监测时间", dataIndex: "monitorTime", sorter: true,}, {title: "断面名称", dataIndex: "sectionName", sorter: true,}, - {title: "水温(℃)", dataIndex: "waterTemperature", sorter: true,}, + {title: "水温(℃)", dataIndex: "wTemp", sorter: true,}, {title: "pH值", dataIndex: "ph", sorter: true,}, - {title: "透明度(cm)", dataIndex: "transparency", sorter: true,}, - {title: "溶解氧饱和度(﹪)", dataIndex: "dissolvedOxygenSaturation", sorter: true,}, + {title: "透明度(cm)", dataIndex: "transp", sorter: true,}, + // {title: "溶解氧饱和度(﹪)", dataIndex: "dissolvedOxygenSaturation", sorter: true,}, {title: "溶解氧", dataIndex: "dissolvedOxygen", sorter: true,}, - {title: "高锰酸盐指数", dataIndex: "permanganateIndex", sorter: true,}, - {title: "五日生化需氧量", dataIndex: "fiveDayBod", sorter: true,}, - {title: "总氮 ", dataIndex: "totalNitrogen", sorter: true,}, - {title: "氨氮", dataIndex: "ammonia", sorter: true,}, - {title: "挥发酚", dataIndex: "volatilePhenol", sorter: true,}, + {title: "高锰酸盐指数 (mg/L)", dataIndex: "codmn", sorter: true,}, + {title: "五日生化需氧量", dataIndex: "bod5", sorter: true,}, + {title: "总氮 (mg/L)", dataIndex: "nTotal", sorter: true,}, + {title: "氨氮 (mg/L)", dataIndex: "nh4N", sorter: true,}, + {title: "挥发酚 (mg/L)", dataIndex: "vPhen", sorter: true,}, {title: "砷(mg/L)", dataIndex: "as", sorter: true,}, - {title: "汞 (mg/L)", dataIndex: "hg", sorter: true,}, + {title: "汞 (mg/L)", dataIndex: "wHg", sorter: true,}, {title: "六价铬 (mg/L)", dataIndex: "cr6", sorter: true,}, - {title: "铅 (mg/L)", dataIndex: "pb", sorter: true,}, + {title: "铅 (mg/L)", dataIndex: "wPb", sorter: true,}, {title: "镉 (mg/L)", dataIndex: "cd", sorter: true,}, - {title: "总磷", dataIndex: "totalPhosphorus", sorter: true,}, - {title: "石油类", dataIndex: "petro", sorter: true,}, - {title: "粪大肠菌群(MPN/L)", dataIndex: "fecalColiforms", sorter: true,}, - {title: "化学需氧量", dataIndex: "cod", sorter: true,}, + {title: "总磷 (mg/L)", dataIndex: "pTotal", sorter: true,}, + {title: "石油类 (mg/L)", dataIndex: "oils", sorter: true,}, + {title: "粪大肠菌群 (mg/L)", dataIndex: "coloOrg", sorter: true,}, + {title: "化学需氧量 (mg/L)", dataIndex: "codcr", sorter: true,}, {title: "叶绿素a (mg/L)", dataIndex: "chlA", sorter: true,}, {title: "阴离子表面活性剂(mg/L)", dataIndex: "anSaa", sorter: true,}, {title: "硫化物(mg/L) ", dataIndex: "s", sorter: true,}, - {title: "氧化还原电位(mV)", dataIndex: "oxidationReductionPotential", sorter: true,} + // {title: "氧化还原电位(mV)", dataIndex: "oxidationReductionPotential", sorter: true,} ];