@@ -57,7 +57,7 @@
type="primary"
:underline="false"
@click="openEdit('edit', row)"
- v-if="row.status == 0 || row.status == 2"
+ v-if="row.status == 0 || row.status == 2||$store.state.user.info.clientEnvironmentId == 10"
>
修改
</el-link>