25604
This commit is contained in:
		| @@ -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()" | ||||||
| @@ -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"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user