水质统计
This commit is contained in:
@@ -73,11 +73,11 @@ export default {
|
||||
datasource:{},
|
||||
selection: [],
|
||||
columns:[
|
||||
{title:"年份",dataIndex:"city",},
|
||||
{title:"指标",dataIndex:"place",},
|
||||
{title:"平均值",dataIndex:"sourceWaterName",},
|
||||
{title:"最大值",dataIndex:"waterSourceProperty",},
|
||||
{title:"最小值",dataIndex:"",},
|
||||
{title:"年份",dataIndex:"year",},
|
||||
{title:"指标",dataIndex:"targetName",},
|
||||
{title:"平均值",dataIndex:"averageValue",},
|
||||
{title:"最大值",dataIndex:"maxValue",},
|
||||
{title:"最小值",dataIndex:"minValue",},
|
||||
],
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user