From ee1d4af7e569a723afc88ab8ac1939cb2667b072 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 03 三月 2025 18:06:13 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/patient/index.vue | 34 +++++++++++++++++++++++++++++-----
1 files changed, 29 insertions(+), 5 deletions(-)
diff --git a/src/views/patient/patient/index.vue b/src/views/patient/patient/index.vue
index 03d2a4a..8419c4d 100644
--- a/src/views/patient/patient/index.vue
+++ b/src/views/patient/patient/index.vue
@@ -226,13 +226,37 @@
key="id"
prop="id"
/> -->
- <el-table-column
+ <!-- <el-table-column
fixed
label="濮撳悕"
align="center"
key="name"
prop="name"
- />
+ /> -->
+ <el-table-column
+
+ label="濮撳悕"
+ align="center"
+ key="name"
+ prop="name"
+ >
+ <template slot-scope="scope">
+ <el-button
+ size="medium"
+ type="text"
+ @click="
+ $router.push({
+ path: '/patient/indexls/',
+ query: { sfzh: scope.row.idcardno },
+ })
+ "
+ ><span class="button-textsc"
+ >{{scope.row.name}}</span
+ ></el-button
+ >
+
+ </template>
+ </el-table-column>
<el-table-column label="鎬у埆" align="center" key="sex" prop="sex">
<template slot-scope="scope">
<span>{{ scope.row.sex == 1 ? "鐢�" : "濂�" }}</span>
@@ -348,14 +372,14 @@
><i class="el-icon-menu"></i>鏈嶅姟</span
></el-button
> -->
- <el-button
+ <!-- <el-button
size="medium"
type="text"
@click="RiskMarker(scope.row)"
><span class="button-textxg"
><i class="el-icon-menu"></i>椋庨櫓鏍囪</span
></el-button
- >
+ > -->
</template>
</el-table-column>
</el-table>
@@ -419,7 +443,7 @@
prop="templatename"
/>
<el-table-column
- label="寰呮墽琛�/鎬讳换鍔�"
+ label="寰呴殢璁�/鎬讳换鍔�"
align="center"
key="nickName"
prop="nickName"
--
Gitblit v1.9.3