From 3dcfdb6a9a1035cc3c4ff34d29f7af0ee2534068 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期五, 10 一月 2025 13:47:27 +0800 Subject: [PATCH] 丽水提交 --- src/views/patient/patient/index.vue | 32 ++++++++++++++++++++++++++++---- 1 files changed, 28 insertions(+), 4 deletions(-) diff --git a/src/views/patient/patient/index.vue b/src/views/patient/patient/index.vue index 03d2a4a..8400f7a 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: { id: scope.row.id }, + }) + " + ><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> -- Gitblit v1.9.3