@@ -58,7 +58,7 @@
<el-table-column label="操作" width="300" fixed="right">
<template scope="scope">
<el-button size="small" type="primary" @click.stop="handleEdit(scope.row)">编辑</el-button>
- <el-button :disabled="scope.row.doorStatus==='已匹配'" size="small" type="primary" @click.stop="handleBind(scope.row)">匹配门锁户室号</el-button>
+ <el-button size="small" type="primary" @click.stop="handleBind(scope.row)">匹配门锁户室号</el-button>
</template>
</el-table-column>
</el-table>