From 2ddedb48ebcb4952e57aefe2fa0b2ba8094ea4c0 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Thu, 17 Apr 2025 13:52:04 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/drone/command-center-dashboard
---
src/views/SignMachineNest/MachineLeft/InspectionRaskDetails.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/SignMachineNest/MachineLeft/InspectionRaskDetails.vue b/src/views/SignMachineNest/MachineLeft/InspectionRaskDetails.vue
index cbd5f51..98c6ac5 100644
--- a/src/views/SignMachineNest/MachineLeft/InspectionRaskDetails.vue
+++ b/src/views/SignMachineNest/MachineLeft/InspectionRaskDetails.vue
@@ -1,6 +1,6 @@
-<!-- 巡检任务数据 -->
+<!-- 任务事件概况 -->
<template>
- <common-title title="巡检任务详情" :style="{ marginLeft: pxToRem(14) }"></common-title>
+ <common-title title="任务事件概况" :style="{ marginLeft: pxToRem(14) }"></common-title>
<div class="inspection-rask-details">
<CommonDateTime :style="{ top: pxToRem(14),marginLeft: pxToRem(10) }" v-model="newTime" @change="getData"></CommonDateTime>
<div class="chart-container" ref="chartRef"></div>
@@ -156,7 +156,7 @@
{ value: 0, name: '待审核', itemStyle: { color: '#1860EC' } },
{ value: 0, name: '待处理', itemStyle: { color: '#47D107' } },
{ value: 0, name: '已完成', itemStyle: { color: '#F29509' } },
- { value: 0, name: '待分拨', itemStyle: { color: '#E9C81A' } },
+ // { value: 0, name: '待分拨', itemStyle: { color: '#E9C81A' } },
{ value: 0, name: '处理中', itemStyle: { color: '#0FC1E8' } },
{ value: 0, name: '已完结', itemStyle: { color: '#FE577F' } }
]
--
Gitblit v1.9.3