张雄 3 years ago
parent a021779b50
commit 38b3943378

@ -85,6 +85,9 @@ export default {
this.chooseBrand = row;
});
this.getUserSeriesName(this.brandname);
//
this.chooseBrand = this.brandname;
this.chooseModel = this.modelName;
},
data() {
return {
@ -163,7 +166,8 @@ export default {
this.showActive = row.brandid;
this.chooseBrand = row;
this.brandname = this.chooseBrand.brandname;
this.getUserSeriesName(this.brandname)
this.getUserSeriesName(this.brandname);
this.chooseModel = null; //
},
//
handlerModel(n, row) {

@ -22,7 +22,7 @@
><span class="s2">负面</span>
</div>
</div>
<div class="bd-inner" style="margin-left: 18px">
<div class="bd-inner">
<roundata
v-for="(item,index) in list"
:key="index"
@ -121,6 +121,7 @@ export default {
.bd-inner {
width: 100%;
height: calc(100% - 48px);
margin-left: 18px;
display: flex;
justify-content: flex-start;
align-items: center;

@ -125,6 +125,7 @@ export default {
}
.wtc-inner {
width: 100%;
margin-left: 18px;
height: calc(100% - 48px);
display: flex;
justify-content: flex-start;

@ -169,6 +169,7 @@ export default {
.d1-inner {
width: 100%;
height: calc(100% - 48px);
margin-left: 16px;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;

@ -17,7 +17,7 @@
<div class="ide-d1-dd1">
<span class="s1">时间</span>
<v-tab-group :value="gValue" :style="{ background: 'transparent' }" :btns="btnTimes" @change="handlerTime"></v-tab-group>
<a-range-picker v-model="selTime" style="margin-left: 0.8rem" :disabled-date="disabledDate" @calendarChange="calendarPriceRangeChange" :size="$vuiSize" valueFormat="YYYY-MM-DD" v-if="form.sTimeType == selVal" @change="handlerChangeTime">
<a-range-picker show-time v-model="selTime" style="margin-left: 0.8rem" :disabled-date="disabledDate" @calendarChange="calendarPriceRangeChange" :size="$vuiSize" valueFormat="YYYY-MM-DD HH:mm:ss" v-if="form.sTimeType == selVal" @change="handlerChangeTime">
<a-icon slot="suffixIcon" type="calendar" />
</a-range-picker>
</div>

@ -116,11 +116,11 @@ export default {
// 导出弹框
handlerExport() {
this.getToExcelField(this.form.sType, this.form.token).then(() => {
if(this.secIds.length===0 || this.secIds.length===1){
this.execlForm.sFileName = '事件洞察-' + this.getDatetimeSs();
} else {
this.execlForm.sFileName = this.form.sBrand + '-' + this.form.sSeriesName + '事件洞察-' + this.getDatetimeSs();
}
// if(this.secIds.length===0 || this.secIds.length===1){
// this.execlForm.sFileName = '事件洞察' + this.getDatetimeSs();
// } else {
this.execlForm.sFileName = this.form.sBrand + this.form.sSeriesName + '事件洞察' + this.getDatetimeSs();
// }
this.execlForm.sCheckedIds = this.tableAll ? '' : this.secIds.toString();
this.execlForm.iNum = this.tableAll ? this.totalNum : this.secIds.length;
this.modalObj.visible = true;

@ -131,6 +131,7 @@ export default {
.wtc-inner {
width: 100%;
height: calc(100% - 48px);
margin-left: 18px;
display: flex;
justify-content: flex-start;
align-items: center;

Loading…
Cancel
Save