调整同比

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,8 +215,6 @@ export default {
dataIndex: "indexLmax", dataIndex: "indexLmax",
sorter: true, sorter: true,
}, },
{ {
title: "监测站名", title: "监测站名",
dataIndex: "station", dataIndex: "station",

View File

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

View File

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