外协任务执行clearable
This commit is contained in:
@@ -404,7 +404,7 @@
|
|||||||
|
|
||||||
<el-dialog :visible.sync="dialogFormVisible1" title="外协厂家" center width="500px" height="600px">
|
<el-dialog :visible.sync="dialogFormVisible1" title="外协厂家" center width="500px" height="600px">
|
||||||
<div align="center">
|
<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>
|
<el-button type="success" size="mini" icon="el-icon-search" style="margin-left:10px" @click="searchData()">查询</el-button>
|
||||||
</div>
|
</div>
|
||||||
<el-table :data="List2" max-height="370" highlight-current-row @row-click="handleCurrentChange3">
|
<el-table :data="List2" max-height="370" highlight-current-row @row-click="handleCurrentChange3">
|
||||||
|
|||||||
Reference in New Issue
Block a user