From cf9259c2ebee0e82c32864a1ee91d96c403b9099 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期日, 04 二月 2024 13:42:04 +0800
Subject: [PATCH] 指标完成
---
src/views/patient/patient/physical.vue | 12 ++++--------
1 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/src/views/patient/patient/physical.vue b/src/views/patient/patient/physical.vue
index 39c8821..c199766 100644
--- a/src/views/patient/patient/physical.vue
+++ b/src/views/patient/patient/physical.vue
@@ -162,17 +162,18 @@
<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="浣撴缂栧彿"
align="center"
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 +272,7 @@
</el-table-column>
<el-table-column
label="鎿嶄綔"
+ fixed="right"
align="center"
width="160"
class-name="small-padding fixed-width"
@@ -525,13 +527,7 @@
<script>
import { delUser } from "@/api/system/user";
-import {
- listpat_archive,
- getpat_archive,
- addpat_archive,
- updatepat_archive,
- delpat_archive,
-} from "@/api/smartorpor/pat_archive";
+
import {
messagelistpatient,
alterpatient,
--
Gitblit v1.9.3