Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
甘
甘肃陇南
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xinzhedeai
甘肃陇南
Commits
d4dd5029
Commit
d4dd5029
authored
Feb 25, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Plain Diff
fix: merge recolve
parents
8f3aeeb7
c11e840d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
index.vue
src/views/bmlq/xdsj/index.vue
+10
-2
index.vue
src/views/environmentMonitor/historyData/index.vue
+2
-1
No files found.
src/views/bmlq/xdsj/index.vue
View file @
d4dd5029
...
@@ -91,6 +91,7 @@
...
@@ -91,6 +91,7 @@
type=
"date"
type=
"date"
value-format=
"yyyy-MM-dd"
value-format=
"yyyy-MM-dd"
placeholder=
"选择日期"
placeholder=
"选择日期"
style=
"margin-left: 40px;"
></el-date-picker>
></el-date-picker>
<span
slot=
"footer"
>
<span
slot=
"footer"
>
<el-button
@
click=
"exportDialogVisible = false"
>
取消
</el-button>
<el-button
@
click=
"exportDialogVisible = false"
>
取消
</el-button>
...
@@ -112,7 +113,8 @@ export default {
...
@@ -112,7 +113,8 @@ export default {
return
{
return
{
exportDialogVisible
:
false
,
exportDialogVisible
:
false
,
exportDate
:
""
,
exportDate
:
""
,
// 根路径
baseURL
:
process
.
env
.
VUE_APP_BASE_API
,
// 总条数
// 总条数
total
:
0
,
total
:
0
,
dmList
:
[],
dmList
:
[],
...
@@ -193,8 +195,14 @@ export default {
...
@@ -193,8 +195,14 @@ export default {
this
.
queryParams
.
deviceName
=
""
;
this
.
queryParams
.
deviceName
=
""
;
this
.
queryParams
.
createTime
=
""
;
this
.
queryParams
.
createTime
=
""
;
this
.
allData
()
this
.
allData
()
},
/** 导出按钮操作 */
handleExport
()
{
this
.
download
(
'
business/tun/data/exportData
'
,
{
...
this
.
queryParams
,
day
:
this
.
exportDate
,
},
`断面收敛_
${
new
Date
().
getTime
()}
.xlsx`
)
}
}
}
}
};
};
</
script
>
</
script
>
...
...
src/views/environmentMonitor/historyData/index.vue
View file @
d4dd5029
...
@@ -237,6 +237,7 @@
...
@@ -237,6 +237,7 @@
type=
"date"
type=
"date"
value-format=
"yyyy-MM-dd"
value-format=
"yyyy-MM-dd"
placeholder=
"选择日期"
placeholder=
"选择日期"
style=
"margin-left: 40px;"
></el-date-picker>
></el-date-picker>
<span
slot=
"footer"
>
<span
slot=
"footer"
>
<el-button
@
click=
"exportDialogVisible = false"
>
取消
</el-button>
<el-button
@
click=
"exportDialogVisible = false"
>
取消
</el-button>
...
@@ -436,7 +437,7 @@
...
@@ -436,7 +437,7 @@
day
:
this
.
exportDate
,
day
:
this
.
exportDate
,
...
this
.
queryParams
,
...
this
.
queryParams
,
},
},
`
szData
_
${
new
Date
().
getTime
()}
.xlsx`
`
环境监测
_
${
new
Date
().
getTime
()}
.xlsx`
);
);
this
.
exportDialogVisible
=
false
this
.
exportDialogVisible
=
false
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment