江河版本更新

This commit is contained in:
shixiaoman
2021-12-07 09:49:39 +08:00
parent 20e7e4edd6
commit 012f8b168c
7 changed files with 13 additions and 10 deletions

View File

@@ -11,6 +11,7 @@ const tableColumns = [
{title: "化学需氧量", dataIndex: "cod", sorter: true,},
{title: "五日生化需氧量", dataIndex: "fiveDayBod", sorter: true,},
{title: "氨氮", dataIndex: "ammonia", sorter: true,},
{title: "采样时间", dataIndex: "samplingTime", sorter: true,},
{title: "总磷", dataIndex: "totalPhosphorus", sorter: true,},
{title: "铜", dataIndex: "cu", sorter: true,},
{title: "锌", dataIndex: "zn", sorter: true,},