|
|
@ -97,7 +97,7 @@ |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="操作" align="center" width="170"> |
|
|
|
<el-table-column label="操作" align="center" width="170"> |
|
|
|
<template slot-scope="scope" v-if="scope.row.show"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<template v-if="scope.row.status == 0"> |
|
|
|
<template v-if="scope.row.status == 0"> |
|
|
|
<el-button v-if="scope.row.type == 1" type="text" @click="start(scope.row)">启动</el-button> |
|
|
|
<el-button v-if="scope.row.type == 1" type="text" @click="start(scope.row)">启动</el-button> |
|
|
|
<el-button v-if="auth('修改')" type="text" @click="edit(scope.row)">修改</el-button> |
|
|
|
<el-button v-if="auth('修改')" type="text" @click="edit(scope.row)">修改</el-button> |
|
|
|