From 8ab31157536e116dba27e942a05a20e3caaa4812 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 28 八月 2024 09:22:52 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit

---
 h5/pages/applicationRecord/applicationRecord.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/h5/pages/applicationRecord/applicationRecord.vue b/h5/pages/applicationRecord/applicationRecord.vue
index a390d45..3cac6b9 100644
--- a/h5/pages/applicationRecord/applicationRecord.vue
+++ b/h5/pages/applicationRecord/applicationRecord.vue
@@ -36,8 +36,8 @@
         :key="index"
       >
         <view class="box_list_item_head">
-          <text>{{ item.name }}鐨勫姵鍔″叆鍥敵璇�</text>
-          <text class="loading">{{ statusMap[item.status] }}</text>
+          <text>{{ item.name }}鎻愪氦鐨勮瀹㈢敵璇�</text>
+          <text class="loading" :class="{error: item.status == 3}">{{ statusMap[item.status] }}</text>
         </view>
         <view class="box_list_item_nr">
           <view class="box_list_item_nr_item">
@@ -93,7 +93,7 @@
         0: '寰呭鏍�',
         1: '宸叉彁浜�',
         2: '瀹℃牳閫氳繃',
-        3: '瀹℃牳涓嶉�氳繃',
+        3: '瀹℃牳椹冲洖',
         4: '鍙栨秷',
         5: '涓嬪彂鎴愬姛',
         6: '涓嬪彂澶辫触',
@@ -111,7 +111,7 @@
   methods: {
     handleDetail(id) {
       uni.navigateTo({
-        url: "/pages/appointmentDetails/appointmentDetails?id=" + id
+        url: "/pages/appointmentDetails/appointmentDetails?detail=1&id=" + id
       })
     },
     tabsClick(val) {

--
Gitblit v1.9.3