From 059398ad3ad81ea49dfb75ac09f268bc0b0f6145 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期六, 09 五月 2026 18:05:31 +0800
Subject: [PATCH] 界面优化

---
 src/views/business/allocation/index.vue |   22 +++++-----------------
 1 files changed, 5 insertions(+), 17 deletions(-)

diff --git a/src/views/business/allocation/index.vue b/src/views/business/allocation/index.vue
index b2cdf06..f3e9d22 100644
--- a/src/views/business/allocation/index.vue
+++ b/src/views/business/allocation/index.vue
@@ -44,7 +44,7 @@
           >
             <el-option label="鍏ㄩ儴" value="" />
             <el-option
-              v-for="dict in dict.type.allocation_Status"
+              v-for="dict in dict.type.organ_allocation_status"
               :key="dict.value"
               :label="dict.label"
               :value="dict.value"
@@ -109,18 +109,13 @@
         @selection-change="handleSelectionChange"
       >
         <el-table-column type="selection" width="55" align="center" />
-        <el-table-column
+        <!-- <el-table-column
           label="妗堜緥缂栧彿"
           align="center"
           prop="caseNo"
           width="120"
-        />
-        <el-table-column
-          label="鎹愮尞鑰呯紪鍙�"
-          align="center"
-          prop="donorno"
-          width="120"
-        />
+        /> -->
+
         <el-table-column label="濮撳悕" align="center" prop="name" width="100" />
         <el-table-column
           label="浣忛櫌鍙�"
@@ -171,7 +166,7 @@
         >
           <template slot-scope="scope">
             <dict-tag
-              :options="dict.type.allocation_Status"
+              :options="dict.type.organ_allocation_status"
               :value="scope.row.allocationStatus"
             />
           </template>
@@ -182,13 +177,6 @@
           prop="allocationTime"
           width="160"
         >
-          <template slot-scope="scope">
-            <span>{{
-              scope.row.allocationTime
-                ? parseTime(scope.row.allocationTime, "{y}-{m}-{d} {h}:{i}")
-                : "-"
-            }}</span>
-          </template>
         </el-table-column>
         <el-table-column
           label="鐧昏浜�"

--
Gitblit v1.9.3