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
fe898a56
Commit
fe898a56
authored
Apr 02, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of git.mes123.com:zhouyx/mes-ui
parents
09f279f4
ea69a043
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
excute.vue
pages/aps/aps/components/excute.vue
+6
-1
No files found.
pages/aps/aps/components/excute.vue
View file @
fe898a56
...
@@ -72,6 +72,7 @@ export default {
...
@@ -72,6 +72,7 @@ export default {
size
:
20
,
size
:
20
,
color
:
params
.
row
.
insert_flag
==
1
?
"#2680EB"
:
"#aaa"
color
:
params
.
row
.
insert_flag
==
1
?
"#2680EB"
:
"#aaa"
},
},
class
:
"click-h"
,
on
:
{
click
:
()
=>
this
.
changeFlag
(
params
.
row
.
id
,
params
.
index
)
}
on
:
{
click
:
()
=>
this
.
changeFlag
(
params
.
row
.
id
,
params
.
index
)
}
});
});
}
}
...
@@ -326,7 +327,7 @@ export default {
...
@@ -326,7 +327,7 @@ export default {
oprate
:
"delete"
,
oprate
:
"delete"
,
msg
:
"确认要刪除工序吗?"
msg
:
"确认要刪除工序吗?"
},
},
class
:
"icons-h"
,
class
:
"icons-h"
,
on
:
{
click
:
()
=>
this
.
remove
(
params
.
row
,
params
.
index
)
}
on
:
{
click
:
()
=>
this
.
remove
(
params
.
row
,
params
.
index
)
}
})
})
]);
]);
...
@@ -457,4 +458,8 @@ export default {
...
@@ -457,4 +458,8 @@ export default {
border-radius: 50%;
border-radius: 50%;
background-color: #aecef5;
background-color: #aecef5;
}
}
.click-h:hover {
cursor: pointer;
font-weight: bold;
}
</
style
>
</
style
>
\ No newline at end of file
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