From 50a3bc6225a094655e1505ebcad5e84eb80f7e43 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期六, 09 五月 2026 09:36:08 +0800
Subject: [PATCH] 维护

---
 src/views/business/OrganUtilization/index.vue |   41 +++++++++++------------------------------
 1 files changed, 11 insertions(+), 30 deletions(-)

diff --git a/src/views/business/OrganUtilization/index.vue b/src/views/business/OrganUtilization/index.vue
index 8177eba..852a800 100644
--- a/src/views/business/OrganUtilization/index.vue
+++ b/src/views/business/OrganUtilization/index.vue
@@ -124,9 +124,9 @@
           </template>
         </el-table-column>
         <el-table-column
-          label="鐤剧梾璇婃柇"
+          label="鎺ユ敹鍗曚綅"
           align="center"
-          prop="diagnosisname"
+          prop="receivingunitname"
           min-width="180"
           show-overflow-tooltip
         />
@@ -161,9 +161,10 @@
           width="100"
         >
           <template slot-scope="scope">
-            <el-tag :type="getStatusTagType(scope.row.recordstate)">
-              {{ getStatusText(scope.row.recordstate) }}
-            </el-tag>
+               <dict-tag
+              :options="dict.type.utilize_statue"
+              :value="scope.row.completeState"
+            />
           </template>
         </el-table-column>
         <el-table-column
@@ -181,21 +182,21 @@
               @click="handleView(scope.row)"
               >璇︽儏</el-button
             >
-            <el-button
+            <!-- <el-button
               size="mini"
               type="text"
               icon="el-icon-edit"
               @click="handleUpdate(scope.row)"
               >淇敼</el-button
-            >
-            <el-button
+            > -->
+            <!-- <el-button
               size="mini"
               type="text"
               icon="el-icon-delete"
               style="color: #F56C6C"
               @click="handleDelete(scope.row)"
               >鍒犻櫎</el-button
-            >
+            > -->
           </template>
         </el-table-column>
       </el-table>
@@ -219,7 +220,7 @@
 export default {
   name: "OrganUtilizationList",
   components: { Pagination },
-  dicts: ["sys_user_sex", "sys_BloodType"],
+  dicts: ["sys_user_sex", "sys_BloodType",'utilize_statue'],
   data() {
     return {
       // 閬僵灞�
@@ -281,26 +282,6 @@
       } finally {
         this.loading = false;
       }
-    },
-    // 鑾峰彇鐘舵�佹爣绛剧被鍨�
-    getStatusTagType(status) {
-      const typeMap = {
-        completed: "success",
-        processing: "warning",
-        pending: "info",
-        closed: "danger"
-      };
-      return typeMap[status] || "info";
-    },
-    // 鑾峰彇鐘舵�佹枃鏈�
-    getStatusText(status) {
-      const textMap = {
-        completed: "宸插畬鎴�",
-        processing: "杩涜涓�",
-        pending: "寰呭鐞�",
-        closed: "宸插叧闂�"
-      };
-      return textMap[status] || "鏈煡";
     },
     // 鎼滅储鎸夐挳鎿嶄綔
     handleQuery() {

--
Gitblit v1.9.3