.class工具类测试
parent
002685ad90
commit
2d811e1fca
|
@ -122,11 +122,11 @@
|
||||||
|
|
||||||
<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 v-show="scope.row.isActivate==1" @click="del(scope.row.id)" type="text" size="small">-->
|
||||||
|
|
||||||
删除引擎
|
<!-- 删除引擎-->
|
||||||
|
|
||||||
</el-button>
|
<!-- </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">
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue