.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"> <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"> <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-column>
</el-table> </el-table>
<!--回显--> <!--回显-->
@ -203,7 +196,6 @@
</el-form-item> </el-form-item>
</el-form> </el-form>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
@ -237,8 +229,11 @@ export default {
//import使" //import使"
components: { components: {
codemirror, codemirror,
Java Java
}, },
props: {}, props: {},
@ -440,8 +435,7 @@ export default {
del(id) { del(id) {
if (confirm("你确定" + if (confirm("你确定删除吗?")) {
"删除吗?")) {
dels(id).then(res => { dels(id).then(res => {