清理地区组件

This commit is contained in:
aixianling
2022-03-22 20:33:07 +08:00
parent bd65a54b2c
commit af7e1c72a4
2 changed files with 2 additions and 4 deletions

View File

@@ -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">

View File

@@ -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">