From 55147163b968b2564d2b19335ed1caf2cf2e3fdc Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Thu, 22 Feb 2024 18:31:43 +0800
Subject: [PATCH] 更新
---
subPackage/user/event/event.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/subPackage/user/event/event.vue b/subPackage/user/event/event.vue
index 1666cb1..ec5f227 100644
--- a/subPackage/user/event/event.vue
+++ b/subPackage/user/event/event.vue
@@ -35,7 +35,7 @@
@click="navTo(i.id,i.reportType,i.status)">
<view class="item-title flex a-i-c j-c-s-b mb-20">
<text class="f-32 fw">{{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