From c80bc467a41daa6cbae4e5515a300a8ca98cfeaa Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期二, 21 七月 2026 15:44:01 +0800
Subject: [PATCH] 维护

---
 pagesSub/ethicalReview/index.vue |   19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/pagesSub/ethicalReview/index.vue b/pagesSub/ethicalReview/index.vue
index 0ae4a90..1cd088b 100644
--- a/pagesSub/ethicalReview/index.vue
+++ b/pagesSub/ethicalReview/index.vue
@@ -66,7 +66,7 @@
         <view class="review-header">
           <view class="case-info">
             <view class="hospital-badge">
-              <u-icon name="order" size="16" color="#fff" />
+              <up-icon name="order" size="16" color="#fff" />
             </view>
             <view class="info-content">
               <text class="donor-name">{{ review.name || "鏈~鍐欏鍚�" }}</text>
@@ -112,19 +112,19 @@
         <!-- 瀹℃煡璇︽儏 -->
         <view class="review-details">
           <view class="detail-item" v-if="review.createTime">
-            <u-icon name="clock" size="14" color="#909399" />
+            <up-icon name="clock" size="14" color="#909399" />
             <text class="detail-text"
               >鍒涘缓鏃堕棿锛歿{ formatDate(review.createTime) }}</text
             >
           </view>
           <view class="detail-item" v-if="review.conclusiontime">
-            <u-icon name="checkmark-circle" size="14" color="#909399" />
+            <up-icon name="checkmark-circle" size="14" color="#909399" />
             <text class="detail-text"
               >瀹℃煡鏃堕棿锛歿{ formatDate(review.conclusiontime) }}</text
             >
           </view>
           <view class="detail-item" v-if="review.expertname">
-            <u-icon name="account" size="14" color="#909399" />
+            <up-icon name="account" size="14" color="#909399" />
             <text class="detail-text">瀹℃煡浜猴細{{ review.expertname }}</text>
           </view>
         </view>
@@ -149,7 +149,7 @@
         <!-- 鎿嶄綔鎸夐挳 -->
         <view class="action-buttons">
           <button class="action-btn detail-btn" @tap.stop="viewDetail(review)">
-            <u-icon name="eye" size="14" color="#747CF9" />
+            <up-icon name="eye" size="14" color="#747CF9" />
             <text>鏌ョ湅璇︽儏</text>
           </button>
 
@@ -158,7 +158,7 @@
             class="action-btn download-btn"
             @tap.stop="downloadReport(review)"
           >
-            <u-icon name="download" size="14" color="#52c41a" />
+            <up-icon name="download" size="14" color="#52c41a" />
             <text>涓嬭浇鎶ュ憡</text>
           </button>
 
@@ -167,7 +167,7 @@
             class="action-btn appeal-btn"
             @tap.stop="submitAppeal(review)"
           >
-            <u-icon name="arrow-up" size="14" color="#fa8c16" />
+            <up-icon name="arrow-up" size="14" color="#fa8c16" />
             <text>鎻愯捣鐢宠瘔</text>
           </button>
 
@@ -176,7 +176,7 @@
             class="action-btn restart-btn"
             @tap.stop="restartReview(review)"
           >
-            <u-icon name="play-circle" size="14" color="#747CF9" />
+            <up-icon name="play-circle" size="14" color="#747CF9" />
             <text>閲嶆柊寮�濮�</text>
           </button>
         </view>
@@ -187,8 +187,7 @@
 
       <!-- 绌虹姸鎬� -->
       <view class="empty-state" v-if="!loading && reviewList.length == 0">
-        <view> {{ loading }}-{{ reviewList.length }} </view>
-        <u-icon name="file-remove" size="80" color="#C0C4CC" />
+        <!-- <up-icon name="more-dot-fill" size="80" color="#C0C4CC" /> -->
         <text class="empty-text">鏆傛棤瀹℃煡璁板綍</text>
         <text class="empty-desc">褰撳墠绛涢�夋潯浠朵笅娌℃湁鎵惧埌鐩稿叧璁板綍</text>
         <button class="empty-action" @tap="resetFilters">

--
Gitblit v1.9.3