|
|
@@ -125,7 +125,7 @@
|
|
125
|
125
|
@click="handleDelete(scope.row)"
|
|
126
|
126
|
v-hasPermi="['monitor:job:remove']"
|
|
127
|
127
|
>删除</el-button>
|
|
128
|
|
- <el-dropdown size="mini" @command="(command) => handleCommand(command, scope.row)">
|
|
|
128
|
+ <el-dropdown size="mini" @command="(command) => handleCommand(command, scope.row)" v-hasPermi="['monitor:job:changeStatus', 'monitor:job:query']">
|
|
129
|
129
|
<span class="el-dropdown-link">
|
|
130
|
130
|
<i class="el-icon-d-arrow-right el-icon--right"></i>更多
|
|
131
|
131
|
</span>
|
|
|
@@ -498,7 +498,7 @@ export default {
|
|
498
|
498
|
}).then(() => {
|
|
499
|
499
|
this.getList();
|
|
500
|
500
|
this.msgSuccess("删除成功");
|
|
501
|
|
- })
|
|
|
501
|
+ }).catch(() => {});
|
|
502
|
502
|
},
|
|
503
|
503
|
/** 导出按钮操作 */
|
|
504
|
504
|
handleExport() {
|