外协任务执行clearable

This commit is contained in:
zhangdingyu
2019-02-13 10:38:31 +08:00
parent 859ffc8e27
commit 5d18312720

View File

@@ -404,7 +404,7 @@
<el-dialog :visible.sync="dialogFormVisible1" title="外协厂家" center width="500px" height="600px">
<div align="center">
<el-input v-model="input" size="small" style="width:200px"/>
<el-input v-model="input" size="small" clearable style="width:200px"/>
<el-button type="success" size="mini" icon="el-icon-search" style="margin-left:10px" @click="searchData()">查询</el-button>
</div>
<el-table :data="List2" max-height="370" highlight-current-row @row-click="handleCurrentChange3">