src/views/operate/scrap/index.vue
@@ -18,12 +18,13 @@ @tableRowClick="tableRowClick" > <template slot="tableButton"> <el-table-column fixed="right" label="操作" width="100"> <el-table-column label="操作" width="120"> <template slot-scope="scope"> <el-button @click="examineClick(scope.row)" type="text" size="small">查看</el-button> <el-button type="text" v-if="scope.row.status != 4" size="small" @click="editClick(scope.row)" >编辑</el-button > <el-button @click.stop="" type="text" size="small">删除</el-button> </template> </el-table-column> </template>