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
65723796
authored
2022-08-29 15:27:37 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:进度查询
1 parent
0d199123
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
src/views/zhcx/jdcx/jdcx.vue
src/views/zhcx/jdcx/jdcx.vue
View file @
6572379
...
...
@@ -51,10 +51,6 @@
@
p-current-change=
"handleCurrentChange"
:column=
"tableData.columns"
:data=
"tableData.data"
>
</lb-table>
</div>
<dialogBox
ref=
"dialog"
title=
"标题"
v-model=
"isDialog"
>
**在这里面写弹框内容**
</dialogBox>
</div>
</
template
>
<
script
>
...
...
@@ -69,7 +65,6 @@ export default {
},
data
()
{
return
{
isDialog
:
false
,
queryForm
:
{
ywly
:
""
,
qllx
:
""
,
...
...
@@ -106,7 +101,6 @@ export default {
console
.
log
(
name
,
sort
);
},
openDialog
()
{
this
.
isDialog
=
true
}
}
}
...
...
Please
register
or
sign in
to post a comment