@@ -29,7 +29,7 @@ | |||
<el-button type="success" @click="handleData(scope, 'detail')" size="small"> | |||
详情 | |||
</el-button> | |||
<el-button type="primary" @click="handleData(scope, 'edit')" size="small"> | |||
<el-button v-if="scope.row.status === '审核中'" type="primary" @click="handleData(scope, 'edit')" size="small"> | |||
编辑 | |||
</el-button> | |||
<el-button type="primary" @click="handleData(scope, 'toExamine')" size="small" |