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