From ad70f145e8bea957b41043b4a1e37ce37cc5ed1e Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 16 一月 2024 18:39:24 +0800
Subject: [PATCH] 指标完成

---
 src/views/patient/patient/outpatient.vue |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/src/views/patient/patient/outpatient.vue b/src/views/patient/patient/outpatient.vue
index db1a877..111bc0c 100644
--- a/src/views/patient/patient/outpatient.vue
+++ b/src/views/patient/patient/outpatient.vue
@@ -58,7 +58,7 @@
               <el-select
                 v-model="queryParams.tagIds"
                 multiple
-                filterable 
+                filterable
                 placeholder="璇烽�夋嫨"
               >
                 <el-option
@@ -170,9 +170,17 @@
           <el-table-column type="selection" width="50" align="center" />
           <el-table-column
             label="搴忓彿"
+            fixed
             align="center"
             key="patid"
             prop="patid"
+          />
+          <el-table-column
+            label="濮撳悕"
+            fixed
+            align="center"
+            key="name"
+            prop="name"
           />
           <el-table-column
             label="鎮h�呯紪鍙�"
@@ -180,7 +188,6 @@
             key="Patientnumber"
             prop="Patientnumber"
           />
-          <el-table-column label="濮撳悕" align="center" key="name" prop="name" />
           <el-table-column label="鎬у埆" align="center" key="sex" prop="sex">
             <template slot-scope="scope">
               <span>{{ scope.row.sex == 1 ? "鐢�" : "濂�" }}</span>
@@ -271,6 +278,7 @@
           </el-table-column>
           <el-table-column
             label="鎿嶄綔"
+            fixed="right"
             align="center"
             width="160"
             class-name="small-padding fixed-width"

--
Gitblit v1.9.3