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