:class="[
text == '进行中' ? 'blue ' : '',
text == '待审核' ? 'orange' : '',
text == '不通过' ? 'green' : '',
text == '任务已完成' ? 'green' : '',
text == '已总结' ? 'blue' : '',
text == '中止' ? 'gray' : '',
text == '已评价' ? 'blue' : '',
text == '任务已分配' ? 'blue1' : '',
text == '草稿' ? 'orange' : ''
]"