签约患者修改
This commit is contained in:
parent
9453116a40
commit
b1c59c7abf
@ -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)"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user