This commit is contained in:
yanran200730
2021-12-22 13:32:33 +08:00
parent dc8baff6d3
commit 7ee751973a
3 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
<el-input
v-model="search.name"
size="small"
placeholder="请输入标题"
placeholder="请输入专题名称"
clearable
@keyup.enter.native="search.current = 1, getList()"
@clear="search.current = 1, search.name = '', getList()"

View File

@@ -1,7 +1,7 @@
<template>
<ai-list v-if="!isShowDetail">
<template slot="title">
<ai-title title="民活动" :isShowBottomBorder="false"></ai-title>
<ai-title title="民活动" :isShowBottomBorder="false"></ai-title>
</template>
<template slot="tabs">
<el-tabs v-model="currIndex">