@@ -175,7 +175,7 @@
<el-table-column label="操作" align="center" width="200" class-name="small-padding fixed-width">
<template slot-scope="scope">
<el-button
- v-if="scope.row.companyName != '总台'"
+ v-if="scope.row.companyName != '总台' || scope.row.status != 2"
size="mini"
type="text"
icon="el-icon-edit"