admin/src/views/business/retention.vue
@@ -76,6 +76,15 @@ </el-image> </template> </el-table-column> <el-table-column label="操作" min-width="120" fixed="right" > <template slot-scope="{row}"> <el-button type="text" @click="deleteById(row)" icon="el-icon-delete" v-permissions="['business:retention:delete']">标记离场</el-button> </template> </el-table-column> </el-table> <pagination @size-change="handleSizeChange"