改版权
This commit is contained in:
@@ -86,7 +86,7 @@ export default {
|
|||||||
website: 'Website',
|
website: 'Website',
|
||||||
document: 'Document',
|
document: 'Document',
|
||||||
authorization: 'Authorization',
|
authorization: 'Authorization',
|
||||||
copyright: 'Copyright © 2021 南宁网宿信息科技有限公司'
|
copyright: 'Copyright © 2021 南宁生态环境监测局'
|
||||||
},
|
},
|
||||||
logout: {
|
logout: {
|
||||||
title: 'Confirm',
|
title: 'Confirm',
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ export default {
|
|||||||
website: '官网',
|
website: '官网',
|
||||||
document: '文档',
|
document: '文档',
|
||||||
authorization: '授权',
|
authorization: '授权',
|
||||||
copyright: 'Copyright © 2021 南宁网宿信息科技有限公司'
|
copyright: 'Copyright © 2021 南宁生态环境监测局'
|
||||||
},
|
},
|
||||||
logout: {
|
logout: {
|
||||||
title: '提示',
|
title: '提示',
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ export default {
|
|||||||
website: '官網',
|
website: '官網',
|
||||||
document: '檔案',
|
document: '檔案',
|
||||||
authorization: '授權',
|
authorization: '授權',
|
||||||
copyright: 'Copyright © 2021 南宁网宿信息科技有限公司'
|
copyright: 'Copyright © 2021 南宁生态环境监测局'
|
||||||
},
|
},
|
||||||
logout: {
|
logout: {
|
||||||
title: '詢問',
|
title: '詢問',
|
||||||
|
|||||||
@@ -24,6 +24,15 @@
|
|||||||
</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-form-item label="时间范围:">
|
||||||
|
<a-range-picker @change="reportTimeScopeChange" :mode="['year','year']" separator="~" v-model:value="where.reportTimeScope" ><a-range-picker>
|
||||||
|
<template #renderExtraFooter>
|
||||||
|
extra footer
|
||||||
|
</template>
|
||||||
|
</a-range-picker>
|
||||||
|
</a-form-item>
|
||||||
|
</a-col>
|
||||||
|
|
||||||
|
|
||||||
<a-col :lg="4" :md="12" :sm="24" :xs="24">
|
<a-col :lg="4" :md="12" :sm="24" :xs="24">
|
||||||
@@ -73,7 +82,6 @@
|
|||||||
export default {
|
export default {
|
||||||
name: 'StatisticSoundRoadCompare',
|
name: 'StatisticSoundRoadCompare',
|
||||||
components: {
|
components: {
|
||||||
|
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
const groupModelOptions = [{
|
const groupModelOptions = [{
|
||||||
@@ -100,7 +108,8 @@
|
|||||||
where: {
|
where: {
|
||||||
groupModel: "area",
|
groupModel: "area",
|
||||||
groupTimeLength: "monitor_year",
|
groupTimeLength: "monitor_year",
|
||||||
timeSlot: '昼'
|
timeSlot: '昼',
|
||||||
|
reportTimeScope: []
|
||||||
},
|
},
|
||||||
timeScope: [],
|
timeScope: [],
|
||||||
columns,
|
columns,
|
||||||
@@ -134,6 +143,9 @@
|
|||||||
|
|
||||||
this.reload();
|
this.reload();
|
||||||
},
|
},
|
||||||
|
reportTimeScopeChange(d,dstr){
|
||||||
|
console.log(d,dstr);
|
||||||
|
},
|
||||||
stableDone(){
|
stableDone(){
|
||||||
const columns = [];
|
const columns = [];
|
||||||
if(this.where.groupModel == "area"){
|
if(this.where.groupModel == "area"){
|
||||||
|
|||||||
Reference in New Issue
Block a user