From 85d2f097d761648985d9c6a3a888b88b401f44d5 Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Wed, 22 Jul 2026 17:54:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=BE=85=E5=8F=97=E7=90=86=E5=8F=AA?= =?UTF-8?q?=E7=95=99=E8=BF=9B=E7=AA=97=E6=8A=A5=E5=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/entryWindow/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/entryWindow/index.vue b/src/views/entryWindow/index.vue index b1e7dfb..244cb86 100644 --- a/src/views/entryWindow/index.vue +++ b/src/views/entryWindow/index.vue @@ -16,7 +16,7 @@ const ressDialog =ref(false) const activeTab = ref('all') const exportLoading = ref(false) const stageNodeMap = { - pending: ['initial', 'review'], + pending: ['review'], auditing: ['first', 'second', 'third', 'Lead'], issued: ['original', 'audit', 'end'] }