mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2026-01-13 20:57:09 +08:00
refactor: 优化搜索输入框 input => input-search
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
style="width: 200px"
|
||||
@change="search"
|
||||
/>
|
||||
<a-input v-model="queryForm.jobName" placeholder="请输入任务名称" allow-clear @change="search" />
|
||||
<a-input-search v-model="queryForm.jobName" placeholder="搜索任务名称" allow-clear @search="search" />
|
||||
<a-select
|
||||
v-model="queryForm.taskBatchStatus"
|
||||
placeholder="请选择状态"
|
||||
|
||||
Reference in New Issue
Block a user