This commit is contained in:
qsh
2024-07-22 16:04:19 +08:00
parent d80be0d7f1
commit 8142e05543
8 changed files with 330 additions and 108 deletions

View File

@@ -5,6 +5,7 @@
<el-input
v-model="searchForm.name"
placeholder="请输入员工姓名"
clearable
@keyup.enter="handleQuery"
/>
</el-form-item>