src/views/operate/allot/index.vue
@@ -20,7 +20,7 @@ :selectClassRow="selectRow" > <template slot="tableButton"> <el-table-column label="操作" width="100"> <el-table-column label="操作" width="120"> <template slot-scope="scope"> <el-button @click="tableRowClick(scope.row, '查看')" @@ -35,7 +35,14 @@ size="small" >编辑</el-button > <el-button @click.stop="" type="text" size="small" >删除</el-button > </template> </el-table-column> </template> </TableCommonView>