From c4599aa279fd2f90b741608392e056fbae2282d5 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期四, 20 八月 2026 17:16:54 +0800
Subject: [PATCH] 各表单布局调整

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

diff --git a/src/views/business/course/index.vue b/src/views/business/course/index.vue
index 02501b3..fe1cf19 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 = {
@@ -134,7 +139,7 @@
   medicalevaluation: "state_Evaluation",
   relativesconfirmation: "affirm_type",
   donateflowcharts: "sys_ethical",
-  donateorgansService: "allocation_Status",
+  donateorgansService: "organ_allocation_status",
   donationwitness: "Obtain_status",
   donatecompletioninfo: "utilize_statue"
 };
@@ -165,6 +170,7 @@
 
 export default {
   name: "DonationProcessDetail",
+  mixins: [readonlyDescriptionsMixin],
   components: {
     CaseBasicInfo,
     DonorMaintenanceStage,
@@ -182,7 +188,7 @@
     "state_Evaluation",
     "affirm_type",
     "sys_ethical",
-    "allocation_Status",
+    "organ_allocation_status",
     "Obtain_status",
     "utilize_statue"
   ], // 杩欓噷鍙0鏄庝竴涓嵆鍙紝鍏朵綑閫氳繃 dict.type[xxx] 浣跨敤
@@ -416,7 +422,7 @@
 
 .stage-detail-section {
   flex: 1;
-  /* 鍗犳嵁鍓╀綑绌洪棿 */
+  /* 鍗犳嵁鍓╀綑绌洪棿锛岄摵婊″彸渚у唴瀹瑰尯 */
   background: white;
   border-radius: 6px;
   padding: 20px;
@@ -425,7 +431,7 @@
   flex-direction: column;
   min-height: 400px;
   /* 鏈�灏忛珮搴� */
-  max-height: 800px;
+  /* max-height: 1000px; */
   /* 鏈�澶ч珮搴︼紝鍙牴鎹渶瑕佽皟鏁� */
   overflow: hidden;
   /* 闅愯棌澶栧眰婧㈠嚭 */
@@ -643,5 +649,8 @@
     min-height: 300px;
     max-height: 400px;
   }
+  .basic-info-card {
+    margin-bottom: 0;
+  }
 }
 </style>

--
Gitblit v1.9.3