湖库文案 空气市用站点接口

This commit is contained in:
weicw
2022-01-25 19:03:03 +08:00
parent 86101af239
commit 022a8f6a2c
4 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
</a-select-option>
</a-select>
<a-radio-group @change="whereChange" name="area" v-model:value="where.regionLevel">
<a-radio-button value="city">市级</a-radio-button>
<a-radio-button value="place">市级</a-radio-button>
<a-radio-button value="county">县级</a-radio-button>
<a-radio-button value="place">站点</a-radio-button>
</a-radio-group>

View File

@@ -30,7 +30,7 @@ const columns = [
dataIndex: 'regionLevel',
},
{
title: '水质',
title: '水质类别',
dataIndex: 'waterType',
},
{

View File

@@ -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 }}

View File

@@ -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,