无人机管理后台前端(已迁走)
张含笑
2025-07-09 409c6be6beb702a79b0001b171de39b6f28aa1c8
feat:“临近到期”换成黄色
1 files modified
2 ■■■ changed files
src/views/wel/components/statistics.vue 2 ●●● patch | view | raw | blame | history
src/views/wel/components/statistics.vue
@@ -198,7 +198,7 @@
// 样式配置对象
const statusStyles = {
  机巢保险: {
    0: { class: 'expired', color: 'rgba(186, 186, 186, 1)', background: 'rgba(186, 186, 186, 1)' },
    0: { class: 'expired', color: '#FFA600', background: '#FFA600' },
    1: { class: 'normal', color: 'rgba(27, 148, 255, 1)', background: 'rgba(27, 148, 255, 1)' },
  },