积分超市
This commit is contained in:
@@ -1,7 +1,19 @@
|
||||
<template>
|
||||
<ai-list v-if="!isShowDetail">
|
||||
<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 slot="tabs">
|
||||
<el-tabs v-model="currIndex">
|
||||
|
||||
Reference in New Issue
Block a user