清理地区组件
This commit is contained in:
		| @@ -1,8 +1,7 @@ | ||||
| <template> | ||||
|   <ai-list> | ||||
|     <template slot="title"> | ||||
|       <ai-title title="积分管理" :isShowBottomBorder="false" :instance="instance" :isShowArea="true" v-model="areaId" | ||||
|                 @change="changeArea"></ai-title> | ||||
|       <ai-title title="积分管理" :isShowBottomBorder="false"/> | ||||
|     </template> | ||||
|     <template slot="tabs"> | ||||
|       <el-tabs v-model="currIndex"> | ||||
|   | ||||
| @@ -2,8 +2,7 @@ | ||||
|   <div class="AppScoreSupermarket"> | ||||
|     <ai-list v-show="!detailShow"> | ||||
|       <template slot="title"> | ||||
|         <ai-title title="积分超市" :isShowBottomBorder="false" :instance="instance" :isShowArea="true" v-model="areaId" | ||||
|                   @change="changeArea"></ai-title> | ||||
|         <ai-title title="积分超市" :isShowBottomBorder="false"/> | ||||
|       </template> | ||||
|       <template slot="tabs"> | ||||
|         <el-tabs v-model="currIndex"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user