From 6a631e340510eb916db282e53fcd28c6f6cc5194 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Thu, 16 Oct 2025 09:01:52 +0800
Subject: [PATCH] feat:到期改为临期
---
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