修改标签绑定按钮判断
This commit is contained in:
parent
1a7fac7cb9
commit
5adcc35655
|
|
@ -224,8 +224,9 @@
|
|||
<!-- status 未绑定0 已绑定1 已解绑2 -->
|
||||
<!-- isBind 不展示解绑0 展示解绑1 -->
|
||||
<el-button
|
||||
v-if="scope.row.isBind == 1"
|
||||
:disabled="scope.row.status == 0"
|
||||
:disabled="
|
||||
!(scope.row.status === '1' && scope.row.isBind === '1')
|
||||
"
|
||||
size="mini"
|
||||
type="text"
|
||||
icon="el-icon-delete"
|
||||
|
|
|
|||
Loading…
Reference in New Issue