.class工具类测试
parent
3bd35b2d60
commit
3acd5ebd74
|
@ -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 => {
|
||||
|
||||
|
|
Loading…
Reference in New Issue