From d10f56e9212d497bf873b599cd1098be2cb93b49 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Mon, 05 Feb 2024 17:34:16 +0800
Subject: [PATCH] 更新

---
 subPackage/label/checkList.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/subPackage/label/checkList.vue b/subPackage/label/checkList.vue
index c808060..205cd05 100644
--- a/subPackage/label/checkList.vue
+++ b/subPackage/label/checkList.vue
@@ -6,10 +6,10 @@
 					<text class="f-32 fw">消防自查</text>
 					<!-- 	<text class="f-32 fw" v-if="i.eventType == 3">二手车交易</text>
 					<text class="f-32 fw" v-if="i.eventType == 2">二手手机维修</text> -->
-					<u-tag v-if="i.confirmFlag == 4" text="待接收" type="warning" plain plainFill></u-tag>
-					<u-tag v-if="i.confirmFlag == 1" text="待审批" type="warning" 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>
+					<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>
 				</view>
 				<view class="item-row flex a-i-c j-c-s-b">
 					<text class="f-28">时间</text>
@@ -23,7 +23,7 @@
 
 <script>
 	import {
-		getLabelReportingList
+		getPlaceCheckList
 	} from "@/api/reporting/reporting.js"
 	export default {
 		data() {
@@ -44,11 +44,11 @@
 
 		methods: {
 			getList() {
-				getLabelReportingList({
+				getPlaceCheckList({
 					userId: uni.getStorageSync("userInfo").user_id,
 					page: this.currentPage,
 					size: 10,
-					reportType: 2
+					// reportType: 2
 					// eventType: type
 				}).then(res => {
 					if (res.code != 200) {

--
Gitblit v1.9.3