签约患者修改

This commit is contained in:
shidongli 2024-07-01 17:29:08 +08:00
parent 9453116a40
commit b1c59c7abf

View File

@ -214,7 +214,7 @@
<template slot-scope="scope">
<el-button size="mini" type="text" @click="handleAuthRole(scope.row)"
v-if="queryParams.serviceStatus == 'SERVICE_CENTER' || queryParams.serviceStatus == 'SERVICE_END'">详情</el-button>
<el-button size="mini" type="text" @click="handledata(scope.row)">生成数据</el-button>
<!-- <el-button size="mini" type="text" @click="handledata(scope.row)">生成数据</el-button> -->
<el-button size="mini" type="text" @click="handleDelete(scope.row)"
v-if="queryParams.serviceStatus == 'SERVICE_CENTER'">取消签约</el-button>
<el-button size="mini" type="text" @click="handleContinue(scope.row)"