From d28d8379c8fc8595f371702b396fca49c806baba Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期一, 27 十一月 2023 15:35:24 +0800 Subject: [PATCH] 随访、复诊复查、体检通知、问卷列表 --- src/views/patient/patient/index.vue | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/views/patient/patient/index.vue b/src/views/patient/patient/index.vue index 2ce3194..b785d7a 100644 --- a/src/views/patient/patient/index.vue +++ b/src/views/patient/patient/index.vue @@ -334,6 +334,15 @@ ><i class="el-icon-edit"></i>淇敼</span ></el-button > + <el-button + size="medium" + type="text" + @click="Distributionservice(scope.row)" + v-hasPermi="['system:user:edit']" + ><span class="button-textxg" + ><i class="el-icon-edit"></i>鏈嶅姟</span + ></el-button + > </template> </el-table-column> </el-table> -- Gitblit v1.9.3