|
@@ -22,13 +22,13 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
<div class="part-box-action">
|
|
|
- <el-button
|
|
|
+ <!-- <el-button
|
|
|
v-if="checkPrivilege('button', 'delete')"
|
|
|
type="danger"
|
|
|
:loading="loading"
|
|
|
@click="toBatchDelete"
|
|
|
>批量删除</el-button
|
|
|
- >
|
|
|
+ > -->
|
|
|
<el-button
|
|
|
v-if="checkPrivilege('button', 'add')"
|
|
|
type="primary"
|
|
@@ -71,12 +71,7 @@
|
|
|
</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column
|
|
|
- class-name="action-column"
|
|
|
- label="操作"
|
|
|
- width="300"
|
|
|
- align="center"
|
|
|
- >
|
|
|
+ <el-table-column class-name="action-column" label="操作" width="300">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button
|
|
|
v-if="checkPrivilege('link', 'window')"
|
|
@@ -338,7 +333,7 @@ export default {
|
|
|
).catch(() => {});
|
|
|
if (confirm !== "confirm") return;
|
|
|
|
|
|
- await deleteAnalysisBatch([row.id]);
|
|
|
+ await deleteAnalysisBatch(row.id);
|
|
|
this.$message.success("删除成功!");
|
|
|
this.deletePageLastItem();
|
|
|
},
|