From 4ba63e2d2e6041b34b3510cc4ddfdd1bc89e0480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=9E=97?= Date: Sat, 25 Dec 2021 17:57:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=87=E7=94=A8=E6=B0=B4=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../drinking-water/statistic/city/waterNutritional.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/water/drinking-water/statistic/city/waterNutritional.vue b/src/views/water/drinking-water/statistic/city/waterNutritional.vue index 1284f5c..7fdfe27 100644 --- a/src/views/water/drinking-water/statistic/city/waterNutritional.vue +++ b/src/views/water/drinking-water/statistic/city/waterNutritional.vue @@ -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"}, ],