|
@@ -40,7 +40,7 @@
|
|
<el-table-column :resizable="false" prop="operate" label="操作">
|
|
<el-table-column :resizable="false" prop="operate" label="操作">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-button @click="modifyRelation(scope.row)" type="text" size="small">修改</el-button>
|
|
<el-button @click="modifyRelation(scope.row)" type="text" size="small">修改</el-button>
|
|
- <span style="margin:0 3px;">|</span>
|
|
|
|
|
|
+ <!-- <span style="margin:0 3px;">|</span>
|
|
<el-button
|
|
<el-button
|
|
@click="startOrEndHos(scope.row,'start')"
|
|
@click="startOrEndHos(scope.row,'start')"
|
|
type="text"
|
|
type="text"
|
|
@@ -53,7 +53,7 @@
|
|
type="text"
|
|
type="text"
|
|
size="small"
|
|
size="small"
|
|
v-if="scope.row.status === 1"
|
|
v-if="scope.row.status === 1"
|
|
- >禁用</el-button>
|
|
|
|
|
|
+ >禁用</el-button> -->
|
|
<span style="margin:0 3px;">|</span>
|
|
<span style="margin:0 3px;">|</span>
|
|
<el-button @click="showDelDialog(scope.row)" class="delete" type="text" size="small">删除</el-button>
|
|
<el-button @click="showDelDialog(scope.row)" class="delete" type="text" size="small">删除</el-button>
|
|
</template>
|
|
</template>
|