fix:任务创建和下达状态可以删除
This commit is contained in:
parent
f0b4dc4634
commit
d4809de933
|
@ -527,7 +527,6 @@ export default {
|
|||
color: #ffffff;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.redColor {
|
||||
background-color: brown;
|
||||
}
|
||||
|
|
|
@ -492,7 +492,6 @@ export default {
|
|||
classInfo.redColor = true;
|
||||
}
|
||||
}
|
||||
|
||||
return classInfo;
|
||||
},
|
||||
table_show(row) {
|
||||
|
|
|
@ -490,7 +490,6 @@ export default {
|
|||
color: #ffffff;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.redColor {
|
||||
background-color: brown;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue