.class工具类测试

master
Qin Dong Ming 2024-09-05 19:37:12 +08:00
parent 3bd35b2d60
commit 3acd5ebd74
1 changed files with 10 additions and 16 deletions

View File

@ -122,12 +122,6 @@
<template slot-scope="scope">
<!-- <el-button v-show="scope.row.isActivate==1" @click="del(scope.row.id)" type="text" size="small">-->
<!-- 删除引擎-->
<!-- </el-button>-->
<el-button v-show="scope.row.isActivate==1" @click="forbiddenEngines(scope.row.id)" type="text" size="small">
关闭引擎
@ -158,7 +152,6 @@
</el-table-column>
</el-table>
<!--回显-->
@ -203,7 +196,6 @@
</el-form-item>
</el-form>
<div slot="footer" class="dialog-footer">
@ -237,8 +229,11 @@ export default {
//import使"
components: {
codemirror,
Java
},
props: {},
@ -440,8 +435,7 @@ export default {
del(id) {
if (confirm("你确定" +
"删除吗?")) {
if (confirm("你确定删除吗?")) {
dels(id).then(res => {