mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 21:36:44 +08:00
feat:案例增加作者名称搜索
This commit is contained in:
@@ -27,10 +27,15 @@
|
|||||||
<div class="fi_input">
|
<div class="fi_input">
|
||||||
<a-input
|
<a-input
|
||||||
v-model:value="params.keyWord"
|
v-model:value="params.keyWord"
|
||||||
style="width: 424px; height: 40px; border-radius: 8px"
|
style="width: 200px; height: 40px; border-radius: 8px;margin-right:24px;"
|
||||||
placeholder="请输入案例标题"
|
placeholder="请输入案例标题"
|
||||||
show-count
|
/>
|
||||||
:maxlength="20"
|
</div>
|
||||||
|
<div class="fi_input">
|
||||||
|
<a-input
|
||||||
|
v-model:value="params.authorName"
|
||||||
|
style="width: 200px; height: 40px; border-radius: 8px"
|
||||||
|
placeholder="请输入作者名字"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -99,6 +104,7 @@ const columns = ref([
|
|||||||
])
|
])
|
||||||
const initParams = {
|
const initParams = {
|
||||||
keyWord: '',
|
keyWord: '',
|
||||||
|
authorName: '',
|
||||||
pageIndex: 1,
|
pageIndex: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
orderAsc: true
|
orderAsc: true
|
||||||
|
|||||||
Reference in New Issue
Block a user