仓库管理-货架配置管理-查询修复

This commit is contained in:
binbin_pan 2024-04-11 09:47:04 +08:00
parent 6f9a52bece
commit 0f1474569f
1 changed files with 2 additions and 2 deletions

View File

@ -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"