临时人员修改

This commit is contained in:
cwchen 2024-09-30 10:58:25 +08:00
parent cbaabf29dc
commit 13181f6585
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch"
label-width="68px">
<el-form-item label="关键字" prop="keyWord">
<el-input v-model="queryParams.keyWord" placeholder="请输入关键字" clearable maxlength="20"
<el-input v-model="queryParams.keyWord" placeholder="请输入关键字(姓名/班组)" clearable maxlength="20"
@keyup.enter.native="handleQuery" />
</el-form-item>
<el-form-item>