src/views/feedbackReport/feedbackReport.vue
@@ -32,10 +32,6 @@ </el-button> </template> <template slot-scope="scope" slot="menuLeft"> <el-button type="danger" icon="el-icon-plus" size="small" plain @click.stop="$refs.crud.rowAdd()">新增</el-button> </template> <template slot-scope="{type,size, row}" slot="menu"> <el-button icon="el-icon-check" :size="size" :type="type" @click="setReal(row)">接收</el-button> </template>