mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 00:36:46 +08:00
面授增加输入框回车搜索
This commit is contained in:
@@ -720,6 +720,7 @@
|
||||
margin-right: 14px;
|
||||
"
|
||||
placeholder="请输入开课名称"
|
||||
@pressEnter="handleSearchTable"
|
||||
/>
|
||||
<a-input
|
||||
v-model:value="kk_inputV2"
|
||||
@@ -730,6 +731,7 @@
|
||||
margin-right: 14px;
|
||||
"
|
||||
placeholder="请输入授课教师姓名/工号"
|
||||
@pressEnter="handleSearchTable"
|
||||
/>
|
||||
<a-input
|
||||
v-model:value="kk_inputV1"
|
||||
@@ -740,6 +742,7 @@
|
||||
margin-right: 14px;
|
||||
"
|
||||
placeholder="请输入创建人姓名/工号"
|
||||
@pressEnter="handleSearchTable"
|
||||
/>
|
||||
<div class="select">
|
||||
<!-- <a-date-picker
|
||||
|
||||
Reference in New Issue
Block a user