@@ -140,7 +140,7 @@
</el-link>
<el-link
v-if="
- row.status === 0 &&
+ row.status !=1 &&
row.assignStatus !== 1 &&
$hasPermission('eom:contact:update')
"
@@ -138,7 +138,7 @@
修改
- v-if="row.status === 0"
+ v-if=" row.status !=1"
type="primary"
:underline="false"
icon="el-icon-check"