From 30a30cc63f9872790a6fd3e2e6978518adbcdecb Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期四, 13 十一月 2025 16:45:36 +0800
Subject: [PATCH] 测试完成

---
 src/views/patient/patient/AwaitingAdmission.vue |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)

diff --git a/src/views/patient/patient/AwaitingAdmission.vue b/src/views/patient/patient/AwaitingAdmission.vue
index a4f82aa..f692a80 100644
--- a/src/views/patient/patient/AwaitingAdmission.vue
+++ b/src/views/patient/patient/AwaitingAdmission.vue
@@ -320,23 +320,6 @@
             width="120"
           />
           <el-table-column
-            label="鏄惁瀛樺湪浠诲姟"
-            align="center"
-            key="serverState"
-            prop="serverState"
-            width="100"
-          >
-            <template slot-scope="scope">
-              <span
-                :style="{
-                  color: scope.row.serverState == 1 ? 'green' : 'gray',
-                }"
-              >
-                {{ scope.row.serverState == 1 ? "鏄�" : "鏃�" }}
-              </span>
-            </template>
-          </el-table-column>
-          <el-table-column
             label="鎿嶄綔"
             fixed="right"
             align="center"

--
Gitblit v1.9.3