Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
1b8a4dff
authored
2022-08-30 10:09:25 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:进度查询
1 parent
cc5a39ba
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
src/views/zhcx/jdcx/jdcx.vue
src/views/zhcx/jdcx/jdcx.vue
View file @
1b8a4df
...
...
@@ -85,14 +85,10 @@ export default {
{
slsj
:
"2022-5-12"
,
ywh
:
111111111111
},
{
slsj
:
"2022-5-13"
,
ywh
:
111111111111
},
],
},
};
}
]
}
}
},
methods
:
{
// 初始化数据
...
...
@@ -101,6 +97,8 @@ export default {
console
.
log
(
name
,
sort
);
},
openDialog
()
{
const
{
href
}
=
this
.
$router
.
resolve
(
'/fqsq'
)
window
.
open
(
href
,
'_blank'
);
}
}
}
...
...
Please
register
or
sign in
to post a comment