@@ -95,7 +95,7 @@
</el-table-column>
<el-table-column label="返回结果" prop="isSuccessOpen" width="150" show-overflow-tooltip>
<template slot-scope="scope">
- <span>{{ scope.row.isSuccessOpen?'开门成功':(!scope.row.isSuccessOpen?'开门失败':'--')}}</span>
+ <span>{{scope.row.isSuccessOpen?'开门成功':'--'}}</span>
</template>
</el-table>