Commit f072d377 authored by 黄奎's avatar 黄奎

页面修改

parent 3aed8cd8
...@@ -472,7 +472,7 @@ ...@@ -472,7 +472,7 @@
<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" <el-radio v-model="basicQMsg.UserType" @change="getChange" :label="-1"
v-if="mall_userInfo.TenantId==1 && mall_userInfo.MallBaseId==1">普通用户 v-if="mall_userInfo.TenantId==1 && mall_userInfo.MallBaseId==1">普通用户
</el-radio> </el-radio>
<el-radio v-model="basicQMsg.UserType" @change="getChange" :label="1" <el-radio v-model="basicQMsg.UserType" @change="getChange" :label="1"
...@@ -557,7 +557,7 @@ ...@@ -557,7 +557,7 @@
EndDate: "", //结束时间 EndDate: "", //结束时间
SalesTimeType: 0, //默认今日 SalesTimeType: 0, //默认今日
OrderBy: '', OrderBy: '',
UserType: 0, //0-普通用户,1-领队导游 UserType: -1, //0-普通用户,1-领队导游
}, },
basicData: {}, //基础数据 basicData: {}, //基础数据
salesData: {}, //销售数据 salesData: {}, //销售数据
......
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