Commit 87849640 authored by 黄奎's avatar 黄奎

统计修改

parent 6fdd4973
...@@ -472,9 +472,11 @@ ...@@ -472,9 +472,11 @@
<div class="el-mallIndex_btmheader"> <div class="el-mallIndex_btmheader">
<span>用户购买力TOP排行</span> <span>用户购买力TOP排行</span>
&nbsp;&nbsp; &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>
<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-radio>
<el-button type="primary" class="ZexportBtn" size="mini" @click="DownLoadSalesUser">导出TOP100</el-button> <el-button type="primary" class="ZexportBtn" size="mini" @click="DownLoadSalesUser">导出TOP100</el-button>
</div> </div>
...@@ -842,8 +844,8 @@ ...@@ -842,8 +844,8 @@
// max: 100, // max: 100,
// interval: 10, // interval: 10,
axisLine: { axisLine: {
// 设置y轴颜色
lineStyle: { lineStyle: {
// 设置y轴颜色
color: "#252D48" 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