mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 19:06:45 +08:00
字段名称
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<!-- <a-input v-model:value="searchParam.userNo" style="width: 276px; height: 40px; border-radius: 8px"
|
||||
placeholder="请输入工号/讲师姓名进行检索" allowClear showSearch>
|
||||
</a-input> -->
|
||||
<a-input style="width: 235px; height: 40px; border-radius: 8px" placeholder="请输入姓名/手机号进行检索" showSearch
|
||||
<a-input style="width: 235px; height: 40px; border-radius: 8px" placeholder="请输入姓名进行检索" showSearch
|
||||
allowClear v-model:value="searchParam.name"
|
||||
v-on:keydown.enter="enterPressHadlerSearch"></a-input>
|
||||
</a-form-item>
|
||||
|
||||
Reference in New Issue
Block a user