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