Compare commits

..

No commits in common. "69496ef5fbca8ff312856c14992bb85ef755e97c" and "0abdca2751a79476d57fba8513d8321e9cddeddb" have entirely different histories.

1 changed files with 2 additions and 3 deletions

View File

@ -224,9 +224,8 @@
<!-- status 未绑定0 已绑定1 已解绑2 -->
<!-- isBind 不展示解绑0 展示解绑1 -->
<el-button
:disabled="
!(scope.row.status === '1' && scope.row.isBind === '1')
"
v-if="scope.row.isBind == 1"
:disabled="scope.row.status == 0"
size="mini"
type="text"
icon="el-icon-delete"