签约患者修改
This commit is contained in:
parent
9453116a40
commit
b1c59c7abf
@ -214,7 +214,7 @@
|
|||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button size="mini" type="text" @click="handleAuthRole(scope.row)"
|
<el-button size="mini" type="text" @click="handleAuthRole(scope.row)"
|
||||||
v-if="queryParams.serviceStatus == 'SERVICE_CENTER' || queryParams.serviceStatus == 'SERVICE_END'">详情</el-button>
|
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)"
|
<el-button size="mini" type="text" @click="handleDelete(scope.row)"
|
||||||
v-if="queryParams.serviceStatus == 'SERVICE_CENTER'">取消签约</el-button>
|
v-if="queryParams.serviceStatus == 'SERVICE_CENTER'">取消签约</el-button>
|
||||||
<el-button size="mini" type="text" @click="handleContinue(scope.row)"
|
<el-button size="mini" type="text" @click="handleContinue(scope.row)"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user