调整同比

This commit is contained in:
weicw
2021-08-25 11:46:24 +08:00
parent e4d3ef2cf6
commit fd90065205
3 changed files with 13 additions and 9 deletions

View File

@@ -215,9 +215,7 @@ export default {
dataIndex: "indexLmax",
sorter: true,
},
{
{
title: "监测站名",
dataIndex: "station",
sorter: true,

View File

@@ -2,7 +2,7 @@
<div class="">
<a-form :model="where" :rules="whereRules" :labelCol="{ offset: 1 }">
<a-row>
<a-col :lg="6" :md="12" :sm="24" :xs="24">
<!-- <a-col :lg="6" :md="12" :sm="24" :xs="24">
<a-form-item label="统计模块:">
<a-select
:options="groupModelOptions"
@@ -11,7 +11,7 @@
>
</a-select>
</a-form-item>
</a-col>
</a-col> -->
<a-col :lg="6" :md="12" :sm="24" :xs="24">
<a-form-item label="时间细度:">
<a-select
@@ -223,7 +223,7 @@ export default {
/* 重置搜索 */
reset() {
this.where = {
model: "place",
model: "area",
};
this.this.timeScope = [];
this.reload();

View File

@@ -2,7 +2,7 @@
<div class="">
<a-form :model="where" :rules="whereRules" :labelCol="{ offset: 1 }">
<a-row>
<a-col :lg="6" :md="12" :sm="24" :xs="24">
<!-- <a-col :lg="6" :md="12" :sm="24" :xs="24">
<a-form-item label="统计模块:">
<a-select
:options="groupModelOptions"
@@ -11,7 +11,7 @@
>
</a-select>
</a-form-item>
</a-col>
</a-col> -->
<a-col :lg="6" :md="12" :sm="24" :xs="24">
<a-form-item label="时间细度:">
<a-select
@@ -169,6 +169,7 @@ export default {
reportTimeScope: [],
valueType: ["index_Leq"],
timeRange: [],
regionLevel: "市级"
},
timeRange: [],
whereRules,
@@ -223,7 +224,12 @@ export default {
/* 重置搜索 */
reset() {
this.where = {
model: "place",
groupModel: "area",
groupTimeLength: "monitor_year",
reportTimeScope: [],
valueType: ["index_Leq"],
timeRange: [],
regionLevel: "市级"
};
this.this.timeScope = [];
this.reload();