From 59f4dc012a2c42eebd31301444e0f8df9af088e0 Mon Sep 17 00:00:00 2001 From: wjt <1797368093@qq.com> Date: 星期三, 26 六月 2024 10:13:12 +0800 Subject: [PATCH] Merge branch 'master' of http://218.28.192.34:9999/r/sqys/sqys_xcx --- qiye/complaint/complaint.vue | 20 ++++++++++++++------ 1 files changed, 14 insertions(+), 6 deletions(-) diff --git a/qiye/complaint/complaint.vue b/qiye/complaint/complaint.vue index 97fadaa..93e7ea1 100644 --- a/qiye/complaint/complaint.vue +++ b/qiye/complaint/complaint.vue @@ -15,28 +15,33 @@ {{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> <!-- <view class="r color1"> 寰呰瘎浠� </view> --> + <template v-if="item.complaintStatus==-1"> + <view class="r color4"> + 宸查┏鍥� + </view> + </template> </view> <view class="box"> <view class="l"> <p>鎵ф硶鍗曚綅锛歿{item.executeDeptName}}</p> - <p>鎵ф硶鏃堕棿锛歿{item.executeTime}}</p> + <p>鎶曡瘔鏃堕棿锛歿{item.complaintTime}}</p> </view> <view class="r" @click="chakan(item.id, item.orderId)"> 鍘绘煡鐪� @@ -136,14 +141,14 @@ this.getList() }, methods: { - chakan(id, orderId){ + chakan(id,orderId){ uni.navigateTo({ url: `/qiye/complaint/details?id=${id}&orderId=${orderId}` }) }, getList() { let data = uni.getStorageSync("qiyedata") - //this.queryParams.companyId = data.companyId + this.queryParams.companyId = data.companyId logList({...this.queryParams}).then(val => { console.log(val.data) this.total = val.data.total @@ -245,4 +250,7 @@ color: #3EB47A; } + .color4{ + color: gray; + } </style> \ No newline at end of file -- Gitblit v1.9.1