zengh
2021-07-20 da459b3610b164ddece7a9905ba57c8395a302f9
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>