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
85296545
Commit
85296545
authored
Oct 28, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
task action op
parent
90e9ab54
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
index.vue
pages/project/task/index.vue
+9
-5
No files found.
pages/project/task/index.vue
View file @
85296545
...
...
@@ -243,12 +243,13 @@ export default {
align
:
'center'
,
render
:
(
h
,
params
)
=>
{
return
h
(
'div'
,
{
class
:
"action
actionCur
"
class
:
"action"
},
[
h
(
'op'
,
{
attrs
:
{
icon
:
"
ios-play
"
,
icon
:
"
md-arrow-dropright-circle
"
,
type
:
"icon"
,
oprate
:
"edit"
,
title
:
params
.
row
.
status
==
0
?
"开始"
:
params
.
row
.
status
==
2
?
"继续"
:
''
,
// color: "#19be6b",
//disable: (params.row.status == 0 || params.row.status == 2) ? false : true
...
...
@@ -271,8 +272,9 @@ export default {
// }),
h
(
'op'
,
{
attrs
:
{
icon
:
"
md-checkbox-outline
"
,
icon
:
"
ios-alarm
"
,
type
:
"icon"
,
oprate
:
"edit"
,
title
:
"完成"
,
//color: "#19be6b",
//disable: (params.row.status != 0 && params.row.status != 3) ? false : true
...
...
@@ -285,6 +287,7 @@ export default {
attrs
:
{
icon
:
"md-add"
,
type
:
"icon"
,
oprate
:
"add"
,
title
:
"新增记录"
,
//color: "#19be6b",
// disable: (params.row.status != 3 && params.row.status != 4) ? false : true
...
...
@@ -295,8 +298,9 @@ export default {
}),
h
(
'op'
,
{
attrs
:
{
icon
:
"
ios-create-outlin
e"
,
icon
:
"
md-creat
e"
,
type
:
"icon"
,
oprate
:
"edit"
,
title
:
"修改"
,
// color: "#2b85e4",
//disable: (params.row.status == 0 || params.row.status == 2) ? false : true
...
...
@@ -307,7 +311,7 @@ export default {
}),
h
(
'op'
,
{
attrs
:
{
icon
:
"
ios-trash-outline
"
,
icon
:
"
md-trash
"
,
type
:
"icon"
,
title
:
"删除"
,
oprate
:
'delete'
,
...
...
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