|
@@ -106,18 +106,21 @@
|
|
|
<el-button
|
|
|
:disabled="buttonLinkFlag"
|
|
|
class="xl_d_button"
|
|
|
- style='width:70px'
|
|
|
+ style='width:auto'
|
|
|
size="mini"
|
|
|
slot="reference"
|
|
|
@click="linkJudge(scope.$index, scope.row, scope.row.connect)"
|
|
|
>
|
|
|
<span v-if="scope.row.connect">断开连接</span
|
|
|
><span v-if="!scope.row.connect">连接</span>
|
|
|
+ <!-- <span >断开连接</span
|
|
|
+ > -->
|
|
|
</el-button>
|
|
|
-
|
|
|
+ <!-- v-show="scope.row.addFlag" -->
|
|
|
<el-button
|
|
|
style="margin-top: 10px;width:100px;margin-right:2px"
|
|
|
v-show="scope.row.addFlag"
|
|
|
+
|
|
|
:disabled="buttonLinkFlag"
|
|
|
class="xl_d_button"
|
|
|
size="mini"
|