Commit 87849640 authored by 黄奎's avatar 黄奎

统计修改

parent 6fdd4973
......@@ -472,9 +472,11 @@
<div class="el-mallIndex_btmheader">
<span>用户购买力TOP排行</span>
&nbsp;&nbsp;
<el-radio v-model="basicQMsg.UserType" @change="getChange" :label="0" v-if="mall_userInfo.TenantId==1 && mall_userInfo.MallBaseId==1">普通用户
<el-radio v-model="basicQMsg.UserType" @change="getChange" :label="0"
v-if="mall_userInfo.TenantId==1 && mall_userInfo.MallBaseId==1">普通用户
</el-radio>
<el-radio v-model="basicQMsg.UserType" @change="getChange" :label="1" v-if="mall_userInfo.TenantId==1 && mall_userInfo.MallBaseId==1">领队导游
<el-radio v-model="basicQMsg.UserType" @change="getChange" :label="1"
v-if="mall_userInfo.TenantId==1 && mall_userInfo.MallBaseId==1">领队导游
</el-radio>
<el-button type="primary" class="ZexportBtn" size="mini" @click="DownLoadSalesUser">导出TOP100</el-button>
</div>
......@@ -842,8 +844,8 @@
// max: 100,
// interval: 10,
axisLine: {
// 设置y轴颜色
lineStyle: {
// 设置y轴颜色
color: "#252D48"
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment