This commit is contained in:
art_station
2021-12-30 16:54:52 +08:00

View File

@@ -104,6 +104,7 @@ const specialFilterColumns = [
{title: "透明度cm", dataIndex: "transp", sorter: true,}, {title: "透明度cm", dataIndex: "transp", sorter: true,},
{title: "溶解氧 (mg/L)", dataIndex: "dissolvedOxygen", sorter: true,}, {title: "溶解氧 (mg/L)", dataIndex: "dissolvedOxygen", sorter: true,},
{title: "高锰酸盐指数 (mg/L)", dataIndex: "codmn", sorter: true,}, {title: "高锰酸盐指数 (mg/L)", dataIndex: "codmn", sorter: true,},
{title: "五日生化需氧量", dataIndex: "bod5", sorter: true,},
{title: "氨氮 (mg/L)", dataIndex: "nh4N", sorter: true,}, {title: "氨氮 (mg/L)", dataIndex: "nh4N", sorter: true,},
{title: "石油类 (mg/L)", dataIndex: "oils", sorter: true,}, {title: "石油类 (mg/L)", dataIndex: "oils", sorter: true,},
{title: "总氮 (mg/L)", dataIndex: "nTotal", sorter: true,}, {title: "总氮 (mg/L)", dataIndex: "nTotal", sorter: true,},