From 7f67f2e6fbb7d47249fef0905a40a66f13ae2f2b Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期五, 21 八月 2026 10:05:32 +0800
Subject: [PATCH] 青岛维护

---
 src/views/business/course/index.vue |   19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/src/views/business/course/index.vue b/src/views/business/course/index.vue
index 431fb4b..b0aa20f 100644
--- a/src/views/business/course/index.vue
+++ b/src/views/business/course/index.vue
@@ -62,7 +62,11 @@
 
         <!-- 鍙充晶鍐呭 -->
         <div class="content-section">
-          <case-basic-info :case-id="caseId" :show-attachment="true" />
+          <case-basic-info
+            :case-id="caseId"
+            :show-attachment="true"
+            :column="descriptionColumn"
+          />
 
           <div class="stage-detail-section">
             <div class="section-header">
@@ -102,7 +106,7 @@
   }
 
   // 瀹屾垚 / 瀹屾垚XX
-  if (/瀹屾垚|瀹岀粨/.test(l)) {
+  if (/瀹屾垚|瀹岀粨|宸茬‘璁�/.test(l)) {
     return "completed";
   }
 
@@ -126,6 +130,7 @@
 import OrganUtilizationStage from "./components/OrganUtilizationStage";
 
 import dayjs from "dayjs";
+import readonlyDescriptionsMixin from "./components/readonlyDescriptionsMixin";
 
 // ============== 瀛楀吀鏄犲皠锛堜綘鍚庨潰鑷繁鏀癸級 ==============
 const STAGE_DICT_MAP = {
@@ -165,6 +170,7 @@
 
 export default {
   name: "DonationProcessDetail",
+  mixins: [readonlyDescriptionsMixin],
   components: {
     CaseBasicInfo,
     DonorMaintenanceStage,
@@ -369,6 +375,8 @@
   gap: 20px;
   min-height: 0;
   /* 閲嶈锛氬厑璁竑lex瀛愰」鍘嬬缉 */
+  max-width: 1600px;
+  /* 瓒呭灞忎笂闄愶細閬垮厤鎻忚堪鍒楄〃姣忓垪杩囧銆佸唴瀹圭█鐤忥紝鍙充晶鐣欏嚭閫傞噺绌虹櫧 */
 }
 
 .basic-info-section {
@@ -416,7 +424,7 @@
 
 .stage-detail-section {
   flex: 1;
-  /* 鍗犳嵁鍓╀綑绌洪棿 */
+  /* 鍗犳嵁鍓╀綑绌洪棿锛岄摵婊″彸渚у唴瀹瑰尯 */
   background: white;
   border-radius: 6px;
   padding: 20px;
@@ -425,7 +433,7 @@
   flex-direction: column;
   min-height: 400px;
   /* 鏈�灏忛珮搴� */
-  max-height: 800px;
+  /* max-height: 1000px; */
   /* 鏈�澶ч珮搴︼紝鍙牴鎹渶瑕佽皟鏁� */
   overflow: hidden;
   /* 闅愯棌澶栧眰婧㈠嚭 */
@@ -643,5 +651,8 @@
     min-height: 300px;
     max-height: 400px;
   }
+  .basic-info-card {
+    margin-bottom: 0;
+  }
 }
 </style>

--
Gitblit v1.9.3