From d15b33c27ec6b20281ba4764361aee0b44d596ea Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 26 六月 2024 16:39:19 +0800
Subject: [PATCH] bug

---
 h5/pages/staff/task/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/h5/pages/staff/task/index.vue b/h5/pages/staff/task/index.vue
index 53620a6..4a40c88 100644
--- a/h5/pages/staff/task/index.vue
+++ b/h5/pages/staff/task/index.vue
@@ -115,7 +115,7 @@
           <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

--
Gitblit v1.9.3