From 4bc27ca4c7eb5e6ceed68036b9dda7d80c69ead6 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 25 四月 2024 16:49:15 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/patient/behospitalized.vue | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/src/views/patient/patient/behospitalized.vue b/src/views/patient/patient/behospitalized.vue
index 537d1f2..e497607 100644
--- a/src/views/patient/patient/behospitalized.vue
+++ b/src/views/patient/patient/behospitalized.vue
@@ -166,10 +166,17 @@
>
<el-table-column type="selection" width="50" align="center" />
<el-table-column
+ fixed
label="搴忓彿"
align="center"
key="patid"
prop="patid"
+ /><el-table-column
+ fixed
+ label="鎮h�呭鍚�"
+ align="center"
+ key="name"
+ prop="name"
/>
<el-table-column
label="搴婁綅鍙�"
@@ -183,12 +190,7 @@
key="Patientnumber"
prop="Patientnumber"
/>
- <el-table-column
- label="鎮h�呭鍚�"
- 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>
@@ -290,6 +292,7 @@
/>
<el-table-column
label="鎿嶄綔"
+ fixed="right"
align="center"
width="160"
class-name="small-padding fixed-width"
--
Gitblit v1.9.3