From ade1aa658df84e8b52f5d1dfa9d2971da5cdad55 Mon Sep 17 00:00:00 2001
From: 346149741 <346149741@qq.com>
Date: 星期六, 22 六月 2024 20:38:03 +0800
Subject: [PATCH] 投诉详情

---
 qiye/complaint/complaint.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/qiye/complaint/complaint.vue b/qiye/complaint/complaint.vue
index accf0db..2ae7c6f 100644
--- a/qiye/complaint/complaint.vue
+++ b/qiye/complaint/complaint.vue
@@ -15,17 +15,17 @@
 						{{item.companyName}}
 					</view>
 					<template v-if="item.complaintStatus==0">
-						<view class="r color3">
+						<view class="r color2">
 							寰呭搷搴�
 						</view>
 					</template>
 					<template v-if="item.complaintStatus==1">
-						<view class="r color2">
+						<view class="r color1">
 							澶勭悊涓�
 						</view>
 					</template>
 					<template v-if="item.complaintStatus==2">
-						<view class="r color1">
+						<view class="r color3">
 							宸插姙缁�
 						</view>
 					</template>
@@ -36,9 +36,9 @@
 				<view class="box">
 					<view class="l">
 						<p>鎵ф硶鍗曚綅锛歿{item.executeDeptName}}</p>
-						<p>鎵ф硶鏃堕棿锛歿{item.executeTime}}</p>
+						<p>鎶曡瘔鏃堕棿锛歿{item.complaintTime}}</p>
 					</view>
-					<view class="r" @click="chakan()">
+					<view class="r" @click="chakan(item.id,item.orderId)">
 						鍘绘煡鐪�
 					</view>
 				</view>
@@ -135,9 +135,9 @@
 			this.getList()
 		},
 		methods: {
-			chakan(id){
+			chakan(id,orderId){
 				uni.navigateTo({
-					url: `/qiye/complaint/details?id=${id}`
+					url: `/qiye/complaint/details?id=${id}&orderId=${orderId}`
 				})
 			},
 			getList() {

--
Gitblit v1.9.1