调整同比
This commit is contained in:
@@ -215,9 +215,7 @@ export default {
|
|||||||
dataIndex: "indexLmax",
|
dataIndex: "indexLmax",
|
||||||
sorter: true,
|
sorter: true,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
|
||||||
{
|
|
||||||
title: "监测站名",
|
title: "监测站名",
|
||||||
dataIndex: "station",
|
dataIndex: "station",
|
||||||
sorter: true,
|
sorter: true,
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user