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 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/h5/pages/applicationRecord/applicationRecord.vue b/h5/pages/applicationRecord/applicationRecord.vue
index 98b1598..3cac6b9 100644
--- a/h5/pages/applicationRecord/applicationRecord.vue
+++ b/h5/pages/applicationRecord/applicationRecord.vue
@@ -37,7 +37,7 @@
>
<view class="box_list_item_head">
<text>{{ item.name }}鎻愪氦鐨勮瀹㈢敵璇�</text>
- <text class="loading">{{ statusMap[item.status] }}</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: '涓嬪彂澶辫触',
--
Gitblit v1.9.3