From e15d032770157952bab8d9b15177ac03d736851c Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期六, 09 五月 2026 17:34:53 +0800
Subject: [PATCH] 医疗信息

---
 src/views/business/OrganUtilization/index.vue |   43 ++++++++++++-------------------------------
 1 files changed, 12 insertions(+), 31 deletions(-)

diff --git a/src/views/business/OrganUtilization/index.vue b/src/views/business/OrganUtilization/index.vue
index 8177eba..ee5d473 100644
--- a/src/views/business/OrganUtilization/index.vue
+++ b/src/views/business/OrganUtilization/index.vue
@@ -10,7 +10,7 @@
       >
         <el-form-item label="浣忛櫌鍙�" prop="inpatientno">
           <el-input
-            v-model="queryParams.inpatientno"
+            v-model="queryParams.caseNo"
             placeholder="璇疯緭鍏ヤ綇闄㈠彿"
             clearable
             style="width: 200px"
@@ -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