|
|
@@ -4,7 +4,7 @@
|
|
|
<div class="out">
|
|
|
<div>
|
|
|
<div class="div-line div-line-right"></div>
|
|
|
- <div class="title" style="min-width: 220px;"> 订单产品类别占比分析</div>
|
|
|
+ <div class="title" style="min-width: 220px;">{{$t(`订单产品类别占比分析`)}}</div>
|
|
|
</div>
|
|
|
<div class="in">
|
|
|
<div class="inline-16 mt-10">
|
|
|
@@ -19,8 +19,8 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="mt-10 inline-16">
|
|
|
- <p class="search__label">订单类型:</p>
|
|
|
- <el-select v-model="param.content.where.type" clearable style="margin-right:10px" size="small" placeholder="请选择订单类型" @change="queryModel(param.content.dataid,param.content.where.type)" >
|
|
|
+ <p class="search__label">{{$t(`订单类型`)}}:</p>
|
|
|
+ <el-select v-model="param.content.where.type" clearable style="margin-right:10px" size="small" :placeholder="$t(`请选择订单类型`)" @change="queryModel(param.content.dataid,param.content.where.type)" >
|
|
|
<el-option v-for="item in ordertypeList" :key="item.index" :label="$t(item.value)" :value="item.value"></el-option>
|
|
|
</el-select>
|
|
|
</div>
|
|
|
@@ -32,13 +32,13 @@
|
|
|
</div>
|
|
|
<div class="mt-10 inline-16">
|
|
|
<p class="search__label">{{$t('品牌')}}:</p>
|
|
|
- <el-select v-model="param.content.where.sa_brandid" clearable style="margin-right:10px" size="small" placeholder="请选择品牌" @change="queryModel(param.content.dataid,param.content.where.sa_brandid)" >
|
|
|
+ <el-select v-model="param.content.where.sa_brandid" clearable style="margin-right:10px" size="small" :placeholder="$t(`请选择品牌`)" @change="queryModel(param.content.dataid,param.content.where.sa_brandid)" >
|
|
|
<el-option v-for="item in brandList" :key="item.rowindex" :label="item.brandname" :value="item.sa_brandid"></el-option>
|
|
|
</el-select>
|
|
|
</div>
|
|
|
<div class="mt-10 inline-16">
|
|
|
- <p class="search__label">营销类别:</p>
|
|
|
- <el-select v-model="param.content.itemclass" clearable style="margin-right:10px" size="small" placeholder="请选择营销类别" @change="queryModel(param.content.dataid,param.content.where.itemclass)" >
|
|
|
+ <p class="search__label">{{$t(`营销类别`)}}:</p>
|
|
|
+ <el-select v-model="param.content.itemclass" clearable style="margin-right:10px" size="small" :placeholder="$t(`请选择营销类别`)" @change="queryModel(param.content.dataid,param.content.where.itemclass)" >
|
|
|
<el-option label="一级类别" value="一级类别"></el-option>
|
|
|
<el-option label="二级类别" value="二级类别"></el-option>
|
|
|
</el-select>
|
|
|
@@ -46,15 +46,15 @@
|
|
|
|
|
|
<div class="inline-16 mt-10">
|
|
|
<el-button-group >
|
|
|
- <el-button size="small" :type="type === '金额'?'primary':''" @click="changeType('金额')">金额</el-button>
|
|
|
- <el-button size="small" :type="type === '数量'?'primary':''" @click="changeType('数量')">数量</el-button>
|
|
|
+ <el-button size="small" :type="type === '金额'?'primary':''" @click="changeType('金额')">{{$t(`金额`)}}</el-button>
|
|
|
+ <el-button size="small" :type="type === '数量'?'primary':''" @click="changeType('数量')">{{$t(`数量`)}}</el-button>
|
|
|
</el-button-group>
|
|
|
</div>
|
|
|
<div class="inline-16 mt-10">
|
|
|
<el-button-group >
|
|
|
<el-button size="small" :type="dateType === '全部'?'primary':''" @click="changeTypeDate('全部')">{{$t(`全部`)}}</el-button>
|
|
|
<el-button size="small" :type="dateType === '本年'?'primary':''" @click="changeTypeDate('本年')">{{$t(`本年`)}}</el-button>
|
|
|
- <el-button size="small" :type="dateType === '本月'?'primary':''" @click="changeTypeDate('本月')">本月</el-button>
|
|
|
+ <el-button size="small" :type="dateType === '本月'?'primary':''" @click="changeTypeDate('本月')">{{$t(`本月`)}}</el-button>
|
|
|
</el-button-group>
|
|
|
</div>
|
|
|
<div class="inline-16 mt-10">
|