无人机管理后台前端(已迁走)
chenyao
2025-06-25 d3262848a40d6af1d77f302dcf781162e5d73036
feat:更新任务管理对应颜色
1 files modified
6 ■■■■ changed files
src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue 6 ●●●● patch | view | raw | blame | history
src/views/job/components/TaskIntermediateContent/TaskIntermediateContent.vue
@@ -20,11 +20,11 @@
                            :style="{
                                color:
                                    scope.row.status === 1
                                        ? '#ffe17e'
                                        ? '#00CDC2'
                                        : scope.row.status === 2
                                        ? '#ffa768'
                                        ? '#FF720F'
                                        : scope.row.status === 3
                                        ? '#8effac'
                                        ? '#00AA2D'
                                        : scope.row.status === 5
                                        ? '#FF4848'
                                        : scope.row.status === 7