行open
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</el-select>
|
||||
<span style="margin-left: 10px">供应商:</span>
|
||||
<el-input v-model="supplierName0" placeholder="供应商" style="width: 200px" size="small" clearable/>
|
||||
<el-tooltip effect="dark" content="查询外购件到货信息" placement="top" open-delay="1200">
|
||||
<el-tooltip :open-delay="1200" effect="dark" content="查询外购件到货信息" placement="top">
|
||||
<el-button
|
||||
type="success"
|
||||
size="small"
|
||||
@@ -139,7 +139,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column label="操作" align="center" min-width="70">
|
||||
<template slot-scope="scope">
|
||||
<el-tooltip effect="dark" content="输入到货信息" placement="top" open-delay="1200">
|
||||
<el-tooltip :open-delay="1200" effect="dark" content="输入到货信息" placement="top">
|
||||
<div style="display: inline-block">
|
||||
<el-button el-button type="success" size="mini" icon="el-icon-goods" plain @click="OpenArrival(scope.row)">到货</el-button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user