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