forked from drone/command-center-dashboard

张含笑
2025-04-12 f80057d2130fbde404821dccd13351b9cc154a02
feat: 事件概况删除待分拨
1 files modified
2 ■■■ changed files
src/views/Home/HomeRight/EventOverview.vue 2 ●●● patch | view | raw | blame | history
src/views/Home/HomeRight/EventOverview.vue
@@ -119,7 +119,7 @@
const eventTypeList = ref([
  { name: '待审核', value: 0, img: overviewImg1, color: '#8CFEA7', status: '2' },
  { name: '待分拨', value: 0, img: overviewImg2, color: '#6FCAFF', status: '1' },
  // { name: '待分拨', value: 0, img: overviewImg2, color: '#6FCAFF', status: '1' },
  { name: '待处理', value: 0, img: overviewImg3, color: '#E36913', status: '0' },
  { name: '处理中', value: 0, img: overviewImg4, color: '#FFC398', status: '3' },
  { name: '已完成', value: 0, img: overviewImg5, color: '#AFD9FB', status: '4' },