Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
DC-TOM
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
刘照晖
DC-TOM
Commits
cfdfb273
Commit
cfdfb273
authored
Jun 03, 2025
by
liqiuyu
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
https://app.bmetech.com/liuzhaohui/dctomproject
into dev
parents
930886d6
5c08188d
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
3 deletions
+6
-3
c924c926-93a1-4d44-974b-c686e1b788fa (1) (1).png
src/assets/c924c926-93a1-4d44-974b-c686e1b788fa (1) (1).png
+0
-0
map.png
src/assets/map.png
+0
-0
map2.png
src/assets/map2.png
+0
-0
myAgency.vue
src/views/closeManage/myAgency.vue
+4
-1
index.vue
src/views/dustMonitoring/index.vue
+1
-1
index.vue
src/views/equipmentManagement/index.vue
+1
-1
No files found.
src/assets/c924c926-93a1-4d44-974b-c686e1b788fa (1) (1).png
0 → 100644
View file @
cfdfb273
This diff is collapsed.
Click to expand it.
src/assets/map.png
View replaced file @
930886d6
View file @
cfdfb273
This diff is collapsed.
Click to expand it.
src/assets/map2.png
deleted
100644 → 0
View file @
930886d6
962 KB
src/views/closeManage/myAgency.vue
View file @
cfdfb273
...
...
@@ -1194,7 +1194,10 @@ const disposeWorkSheetDetail = (obj)=> {
// 其他页面跳转当前页面,携带参数初始化
const
getInitParams
=
()
=>
{
if
(
route
.
query
)
{
const
{
suspendStartTime
,
suspendEndTime
}
=
route
.
query
;
const
{
deviceName
,
suspendStartTime
,
suspendEndTime
}
=
route
.
query
;
if
(
deviceName
)
{
formInline
.
value
.
keyword
=
deviceName
;
}
if
(
suspendStartTime
)
{
formInline
.
value
.
createTime
[
0
]
=
suspendStartTime
;
}
...
...
src/views/dustMonitoring/index.vue
View file @
cfdfb273
...
...
@@ -131,7 +131,7 @@ const form = reactive({
dusterNo
:
""
,
dateValue
:
[
moment
(
new
Date
(
new
Date
().
getTime
()
-
24
*
60
*
60
*
1000
*
10
)).
format
(
"YYYY-MM-DD"
)
+
' 00:00:00'
,
moment
(
new
Date
()).
format
(
"YYYY-MM-DD"
)
+
'
00:00:00
'
,
moment
(
new
Date
()).
format
(
"YYYY-MM-DD"
)
+
'
23:59:59
'
,
],
});
const
startVal
=
ref
(
null
);
...
...
src/views/equipmentManagement/index.vue
View file @
cfdfb273
...
...
@@ -320,7 +320,7 @@ const onExportFile = () => {
const
onDownloadTemplate
=
()
=>
{
// window.open('http://visimg.bmetech.com/stone/img/1748314002767/设备数据.xlsx')
axios
.
get
(
"http://visimg.bmetech.com/stone/img/1748314002767/设备数据.xlsx"
,
{
.
get
(
"http
s
://visimg.bmetech.com/stone/img/1748314002767/设备数据.xlsx"
,
{
responseType
:
"blob"
,
})
.
then
((
res
)
=>
{
...
...
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