This commit is contained in:
yanggongyan
2020-02-08 15:26:52 +08:00
parent 243d7d5d14
commit fd6d5b806a
3 changed files with 11 additions and 11 deletions

View File

@@ -553,7 +553,7 @@
<div style="margin-top: 6px">
<div class="circle4" style="margin-top: 3px"/>
<el-tooltip>
<div slot="content">设备开机<br/>电流计正常工作<br/>工控机关机</div>
<div slot="content">设备开机<br/>电流计正常工作<br/> 工控机关机</div>
<span style="margin-left: 5px">电脑关机</span>
</el-tooltip>
</div>

View File

@@ -177,10 +177,10 @@
<el-table-column label="操作" align="center" width="170">
<template slot-scope="scope">
<el-button
size="mini"
type="text"
icon="el-icon-circle-plus-outline"
@click.stop="addMachine(scope.row);flag = 1">增加机床</el-button>
size="mini"
type="text"
icon="el-icon-circle-plus-outline"
@click.stop="addMachine(scope.row);flag = 1">增加机床</el-button>
<el-tooltip :open-delay="1000" effect="dark" content="编辑" placement="top">
<div style="display: inline-block">
<el-button

View File

@@ -86,12 +86,12 @@
<el-table-column label="操作" align="center" width="160">
<template slot-scope="scope">
<!--<el-tooltip :open-delay="1200" effect="dark" content="增加机床" placement="top">-->
<!--<el-button-->
<!--size="mini"-->
<!--type="warning"-->
<!--plain-->
<!--icon="el-icon-plus"-->
<!--@click.stop="addMachine(scope.row);flag = 1">机床</el-button>-->
<!--<el-button-->
<!--size="mini"-->
<!--type="warning"-->
<!--plain-->
<!--icon="el-icon-plus"-->
<!--@click.stop="addMachine(scope.row);flag = 1">机床</el-button>-->
<!--</el-tooltip>-->
<el-button
size="mini"