湖库文案 空气市用站点接口
This commit is contained in:
@@ -30,7 +30,7 @@ const columns = [
|
||||
dataIndex: 'regionLevel',
|
||||
},
|
||||
{
|
||||
title: '水质',
|
||||
title: '水质类别',
|
||||
dataIndex: 'waterType',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
点位级别 {{data.regionLevel }}
|
||||
</div>
|
||||
<div class="tip-tool-container-text">
|
||||
水质 {{ data.waterType }}
|
||||
水质类别 {{ data.waterType }}
|
||||
</div>
|
||||
<div class="tip-tool-container-text">
|
||||
PH {{ data.ph }}
|
||||
|
||||
@@ -292,7 +292,7 @@ export default {
|
||||
that.pointData.forEach(item => {
|
||||
that.dataSource.push(`${item.lakeLibraryName}`)
|
||||
tem_arr.push({ // 整合字段
|
||||
'placeName': item.lakeLibraryName,
|
||||
'placeName': item.sectionName,
|
||||
'attributes': item.controlAttributes,
|
||||
'ph': item.ph,
|
||||
'regionLevel': item.regionLevel,
|
||||
|
||||
Reference in New Issue
Block a user