上传Oss对象存储
parent
9f35997fdb
commit
0f6b12d188
|
@ -122,6 +122,12 @@
|
||||||
|
|
||||||
<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">
|
||||||
|
|
||||||
关闭引擎
|
关闭引擎
|
||||||
|
|
Loading…
Reference in New Issue