From 6de02b3641b3f0a876513d8f367ed44337423920 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 23 一月 2025 10:58:12 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/subsequent/index.vue | 19 +++++++++++++++++--
1 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/src/views/patient/subsequent/index.vue b/src/views/patient/subsequent/index.vue
index adb7e48..aa042bc 100644
--- a/src/views/patient/subsequent/index.vue
+++ b/src/views/patient/subsequent/index.vue
@@ -206,13 +206,28 @@
width="180"
/>
<!-- <el-table-column label="搴忓彿" fixed align="center" key="id" prop="id" /> -->
+
<el-table-column
label="濮撳悕"
- fixed
align="center"
key="sendname"
prop="sendname"
- />
+ >
+ <template slot-scope="scope">
+ <el-button
+ size="medium"
+ type="text"
+ @click="
+ $router.push({
+ path: '/patient/indexls/',
+ })
+ "
+ ><span class="button-textsc">{{
+ scope.row.sendname
+ }}</span></el-button
+ >
+ </template>
+ </el-table-column>
<el-table-column
label="浠诲姟鐘舵��"
align="center"
--
Gitblit v1.9.3