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