Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
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
周远喜
mes-ui
Commits
ba152b53
Commit
ba152b53
authored
Jun 12, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
execute
parent
f5de8371
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
index.vue
pages/produce/execute/index.vue
+2
-0
No files found.
pages/produce/execute/index.vue
View file @
ba152b53
...
@@ -142,6 +142,7 @@ export default {
...
@@ -142,6 +142,7 @@ export default {
// this.detail = () => import("./testdata/index");
// this.detail = () => import("./testdata/index");
}
//测试数据
}
//测试数据
},
},
//按时间排序按钮
changeAsc
()
{
changeAsc
()
{
this
.
asc
=
!
this
.
asc
;
this
.
asc
=
!
this
.
asc
;
if
(
this
.
asc
)
{
if
(
this
.
asc
)
{
...
@@ -150,6 +151,7 @@ export default {
...
@@ -150,6 +151,7 @@ export default {
this
.
ascTitle
=
"时间倒序排序"
;
this
.
ascTitle
=
"时间倒序排序"
;
}
}
},
},
//刷新orderlist列表
changeFresh
()
changeFresh
()
{
{
this
.
refresh
=!
this
.
refresh
this
.
refresh
=!
this
.
refresh
...
...
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