From 0f784bf4ab59a0c7ad423f28be22565d098087be Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 24 Oct 2025 18:21:22 +0800
Subject: [PATCH] Merge branch 'feature/v7.0/7.0.2' into prod
---
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