仓库管理-货架配置管理-查询修复
This commit is contained in:
parent
6f9a52bece
commit
0f1474569f
|
|
@ -30,9 +30,9 @@
|
|||
<!--用户数据-->
|
||||
<el-col :span="20" :xs="24">
|
||||
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">
|
||||
<el-form-item label="关键字" prop="keyWord">
|
||||
<el-form-item label="关键字" prop="houseName">
|
||||
<el-input
|
||||
v-model="queryParams.keyWord"
|
||||
v-model="queryParams.houseName"
|
||||
placeholder="请输入关键字"
|
||||
clearable maxlength="50"
|
||||
style="width: 240px"
|
||||
|
|
|
|||
Loading…
Reference in New Issue