From 535a3629e76496db46c6db11968c87f8d41f3d25 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 27 六月 2024 18:23:24 +0800
Subject: [PATCH] ''
---
h5/pages/staff/task/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/h5/pages/staff/task/index.vue b/h5/pages/staff/task/index.vue
index 53620a6..f3545ba 100644
--- a/h5/pages/staff/task/index.vue
+++ b/h5/pages/staff/task/index.vue
@@ -65,6 +65,7 @@
<view
class="box_list_item"
v-for="(item, index) in dataList"
+ @click="handleAppr(item)"
:key="index"
>
<view class="box_list_item_head">
@@ -115,9 +116,8 @@
<view class="box_list_item_nr_text">
<text class="time">{{ item.createDate }}鎻愪氦</text>
<text
- v-if="item.status == '0'"
+ v-if="item.param2 == '0'"
class="btn"
- @click="handleAppr(item)"
>鍘诲鐞�</text
>
</view>
--
Gitblit v1.9.3