|
|
@ -338,8 +338,8 @@ |
|
|
|
width="200" |
|
|
|
> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<!-- :disabled="scope.row.status == 1" --> |
|
|
|
<el-button |
|
|
|
:disabled="scope.row.status == 1" |
|
|
|
size="mini" |
|
|
|
type="text" |
|
|
|
icon="el-icon-edit" |
|
|
@ -347,7 +347,6 @@ |
|
|
|
>修改</el-button |
|
|
|
> |
|
|
|
<el-button |
|
|
|
:disabled="scope.row.status == 1" |
|
|
|
size="mini" |
|
|
|
type="text" |
|
|
|
icon="el-icon-delete" |
|
|
@ -369,7 +368,7 @@ |
|
|
|
>随访记录</el-button |
|
|
|
> |
|
|
|
<el-button |
|
|
|
:disabled="scope.row.status != 0" |
|
|
|
:disabled="scope.row.status != 0 && scope.row.status != 3" |
|
|
|
size="mini" |
|
|
|
type="text" |
|
|
|
icon="el-icon-s-promotion" |
|
|
|