|
@@ -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="resetFildF(scope.row)"
|
|
@click="resetFildF(scope.row)"
|
|
v-if="scope.row.id !== -1"
|
|
v-if="scope.row.id !== -1"
|
|
@@ -49,7 +49,7 @@
|
|
size="small"
|
|
size="small"
|
|
>方案重置</el-button>
|
|
>方案重置</el-button>
|
|
<el-button type="text" size="small" v-else disabled>方案重置</el-button>
|
|
<el-button type="text" size="small" v-else disabled>方案重置</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"
|