From 474d5912ebd3a1da23c1f03cd2cbb9c9ae2c7777 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Sat, 03 Feb 2024 18:21:00 +0800
Subject: [PATCH] 更新

---
 subPackage/workbench/views/auditList.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/subPackage/workbench/views/auditList.vue b/subPackage/workbench/views/auditList.vue
index b5a3520..6e403d2 100644
--- a/subPackage/workbench/views/auditList.vue
+++ b/subPackage/workbench/views/auditList.vue
@@ -24,7 +24,7 @@
 				<view class="item-title flex a-i-c j-c-s-b mb-20" v-if="tabIndex == 0">
 					<text class="f-32 fw" v-if="i.type == 7">消防检查</text>
 					<text class="f-32 fw" v-else>{{i.name}}</text>
-					<u-tag v-if="i.status == 4" text="待接收" type="warning" plain plainFill></u-tag>
+					<u-tag v-if="i.status == 4" text="待完成" type="warning" plain plainFill></u-tag>
 					<u-tag v-if="i.status == 1" text="待审批" type="warning" plain plainFill></u-tag>
 					<u-tag v-if="i.status == 2" text="审核通过" type="success" plain plainFill></u-tag>
 					<u-tag v-if="i.status == 3" text="审核拒绝" type="error" plain plainFill></u-tag>

--
Gitblit v1.9.3