备用水源

This commit is contained in:
庞东林
2021-12-25 17:57:06 +08:00
parent 2ce3a41022
commit 4ba63e2d2e

View File

@@ -71,12 +71,12 @@ export default {
datasource:{},
selection: [],
columns:[
{title:"监测时间",dataIndex:"city",},
{title:"类别",dataIndex:"place",},
{title:"点位名称",dataIndex:"sourceWaterName",},
{title:"监测时间",dataIndex:"monitorTime",},
{title:"类别",dataIndex:"subordinateWater",},
{title:"点位名称",dataIndex:"sectionName",},
{title:"水质类别",dataIndex:"waterSourceProperty",},
{title: "级别", dataIndex: ""},
{title: "综合营养指数", dataIndex: ""},
{title: "级别", dataIndex: "nutritionLevel"},
{title: "综合营养指数", dataIndex: "compositeNutritionIndex"},
],