From 53e64e2d0f19e8237a8205db60ced0b3747b4cfb Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Sat, 13 Apr 2024 10:19:47 +0800
Subject: [PATCH] 居住证审核状态调整
---
subPackage/reside/record.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/subPackage/reside/record.vue b/subPackage/reside/record.vue
index e0eae4f..57bbbc1 100644
--- a/subPackage/reside/record.vue
+++ b/subPackage/reside/record.vue
@@ -6,8 +6,8 @@
<!-- <text class="f-32 fw" v-if="i.type == 7">消防检查</text> -->
<text class="f-32 fw">{{i.name}}</text>
<u-tag v-if="i.confirmFlag == 1" text="待审批" type="warning" plain plainFill></u-tag>
- <u-tag v-if="i.confirmFlag == 3" text="审核通过" type="success" plain plainFill></u-tag>
- <u-tag v-if="i.confirmFlag == 4" text="审核拒绝" type="error" plain plainFill></u-tag>
+ <u-tag v-if="i.confirmFlag == 2" text="审核通过" type="success" plain plainFill></u-tag>
+ <u-tag v-if="i.confirmFlag == 3" text="审核拒绝" type="error" plain plainFill></u-tag>
</view>
<view class="item-row flex a-i-c j-c-s-b">
<text class="f-28">时间</text>
--
Gitblit v1.9.3