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

View File

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