积分超市

This commit is contained in:
yanran200730
2023-04-11 17:52:19 +08:00
parent 3823968e95
commit f437e49ed2

View File

@@ -1,7 +1,19 @@
<template> <template>
<ai-list v-if="!isShowDetail"> <ai-list v-if="!isShowDetail">
<template slot="title"> <template slot="title">
<ai-title title="订单管理" :isShowBottomBorder="false" :isShowArea="currIndex === '0'" :fullname.sync="areaName" v-model="areaId" :instance="instance" @change="onAreaChange"></ai-title> <ai-title
title="订单管理"
:isShowBottomBorder="false"
:isShowArea="currIndex === '1'"
:fullname.sync="areaName"
v-model="areaId"
:instance="instance"
@change="onAreaChange">
<!-- <template #sub>
<span v-if="currIndex === '0'">可查看并核销网格员在积分超市中兑换的商品订单</span>
<span v-else>可查看并核销居民在积分超市中兑换的商品订单</span>
</template> -->
</ai-title>
</template> </template>
<template slot="tabs"> <template slot="tabs">
<el-tabs v-model="currIndex"> <el-tabs v-model="currIndex">