This commit is contained in:
caoxinyu
2019-09-24 21:05:59 +08:00
parent 90c9e4e743
commit 681d3f3168
32 changed files with 81 additions and 81 deletions

View File

@@ -31,7 +31,7 @@
type="date"
placeholder="请选择结束日期"/>
<el-button type="success" icon="el-icon-search" size="small" style="margin-left: 10px" @click="PageSize = 10;PageCurrent = 1;fetchTableData1()">查询</el-button>
<el-tooltip effect="dark" content="新增项目" placement="top" open-delay="1200">
<el-tooltip :open-delay="1200" effect="dark" content="新增项目" placement="top">
<el-button type="primary" icon="el-icon-circle-plus-outline" size="small" style="margin-left: 10px" @click="ADD()">新增</el-button>
</el-tooltip>
</div>
@@ -107,7 +107,7 @@
</el-table-column>
<el-table-column label="操作" align="center" width="350">
<template slot-scope="scope">
<el-tooltip effect="dark" content="增加机床" placement="top" open-delay="1200">
<el-tooltip :open-delay="1200" effect="dark" content="增加机床" placement="top">
<el-button
size="mini"
type="warning"