From 522c0e5bfdc68dfde14e908f9c134a0af3d48126 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 17 Oct 2025 13:58:13 +0800
Subject: [PATCH] Merge branch 'feature/v7.0/7.0.2' of http://139.196.74.78:10010/r/drone/drone-web-manage into feature/v7.0/7.0.2
---
src/views/wel/components/statistics.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/wel/components/statistics.vue b/src/views/wel/components/statistics.vue
index 8b57f02..cd08e27 100644
--- a/src/views/wel/components/statistics.vue
+++ b/src/views/wel/components/statistics.vue
@@ -201,7 +201,7 @@
};
const flowStatus = {
0: '无忧',
- 1: '到期',
+ 1: '临期',
2: '不足',
};
const monitorStatus = {
--
Gitblit v1.9.3