|
@@ -164,7 +164,7 @@
|
|
|
</el-tooltip> -->
|
|
|
</div>
|
|
|
<div class="section-item">
|
|
|
- <div style="flex-shrink:0;min-width:70px"><span style="color:red;font-size:18px;">*</span>计算窗口</div>
|
|
|
+ <div style="flex-shrink:0;min-width:70px"><span style="color:red;font-size:18px;">*</span>{{$t('StatisticAnalysis.ChartRelevance.calculation_window')}}</div>
|
|
|
<el-input
|
|
|
style="flex:2;margin-left:5px;margin-right:10px"
|
|
|
:step="1"
|
|
@@ -186,7 +186,7 @@
|
|
|
</el-select>
|
|
|
</div>
|
|
|
<div class="section-item">
|
|
|
- <div style="flex-shrink:0;min-width:70px"><span style="color:red;font-size:18px;">*</span>分析周期</div>
|
|
|
+ <div style="flex-shrink:0;min-width:70px"><span style="color:red;font-size:18px;">*</span>{{$t('StatisticAnalysis.ChartRelevance.analysis_cycle')}}</div>
|
|
|
<el-input
|
|
|
style="flex:2;margin-left:5px;margin-right:10px"
|
|
|
:step="1"
|
|
@@ -224,7 +224,7 @@
|
|
|
</el-tooltip> -->
|
|
|
</div>
|
|
|
<div class="section-item">
|
|
|
- <span style="flex-shrink:0;min-width:70px">计算窗口</span>
|
|
|
+ <span style="flex-shrink:0;min-width:70px">{{$t('StatisticAnalysis.ChartRelevance.calculation_window')}}</span>
|
|
|
<el-input
|
|
|
style="flex:2;margin-left:5px;margin-right:10px"
|
|
|
:step="1"
|
|
@@ -246,7 +246,7 @@
|
|
|
</el-select>
|
|
|
</div>
|
|
|
<div class="section-item">
|
|
|
- <span style="flex-shrink:0;min-width:70px">B领先A</span>
|
|
|
+ <span style="flex-shrink:0;min-width:70px">{{$t('StatisticAnalysis.ChartRelevance.B_leads_A')}}</span>
|
|
|
<el-input
|
|
|
style="flex:2;margin-left:5px;margin-right:10px"
|
|
|
:step="1"
|
|
@@ -269,7 +269,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
- <el-button type="primary" style="float:right" @click="handlePreviewChart">确定</el-button>
|
|
|
+ <el-button type="primary" style="float:right" @click="handlePreviewChart">{{$t('Dialog.confirm_btn')}}</el-button>
|
|
|
</div>
|
|
|
<span
|
|
|
class="move-btn resize"
|
|
@@ -424,6 +424,12 @@ export default {
|
|
|
{label:this.$t('Edb.FreAll.week_min'),val:'周'},
|
|
|
{label:this.$t('Edb.FreAll.day_min'),val:'天'},
|
|
|
]
|
|
|
+ },
|
|
|
+ yearSelector(){
|
|
|
+ return [
|
|
|
+ ...yearSelector,
|
|
|
+ { name: this.$i18n.locale == 'zh'?'自定义':'custom',value: 5 }
|
|
|
+ ]
|
|
|
}
|
|
|
},
|
|
|
data() {
|
|
@@ -432,11 +438,10 @@ export default {
|
|
|
isSlideLeft: false,
|
|
|
chartInfoData: {},
|
|
|
chartBatchData:null,
|
|
|
-
|
|
|
- yearSelector: [
|
|
|
- ...yearSelector,
|
|
|
- { name: '自定义',value: 5 }
|
|
|
- ],
|
|
|
+ // yearSelector: [
|
|
|
+ // ...yearSelector,
|
|
|
+ // { name: '自定义',value: 5 }
|
|
|
+ // ],
|
|
|
chartInfo: {
|
|
|
MultipleGraphConfigId: 0,
|
|
|
EdbInfoIdA: 0,
|