fix:任务创建和下达状态可以删除

This commit is contained in:
shijing 2024-03-28 16:40:02 +08:00
parent f0b4dc4634
commit d4809de933
3 changed files with 0 additions and 3 deletions

View File

@ -527,7 +527,6 @@ export default {
color: #ffffff; color: #ffffff;
text-align: center; text-align: center;
} }
.redColor { .redColor {
background-color: brown; background-color: brown;
} }

View File

@ -492,7 +492,6 @@ export default {
classInfo.redColor = true; classInfo.redColor = true;
} }
} }
return classInfo; return classInfo;
}, },
table_show(row) { table_show(row) {

View File

@ -490,7 +490,6 @@ export default {
color: #ffffff; color: #ffffff;
text-align: center; text-align: center;
} }
.redColor { .redColor {
background-color: brown; background-color: brown;
} }