From 43c2f5b94d87263cf189f7ba51c8dc6c5e6144c8 Mon Sep 17 00:00:00 2001 From: zmc <zmc_li@foxmail.com> Date: 星期四, 23 十一月 2023 08:52:22 +0800 Subject: [PATCH] 1.修改了雷达图传入的数据 2.数据指标排名一进来按日均值倒序排列 3.修改了一些局部的样式 --- src/views/exception/components/CompFlightInspection.vue | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/exception/components/CompFlightInspection.vue b/src/views/exception/components/CompFlightInspection.vue index e435d7f..dbd2081 100644 --- a/src/views/exception/components/CompFlightInspection.vue +++ b/src/views/exception/components/CompFlightInspection.vue @@ -675,9 +675,9 @@ if(this.siteName){ params['siteName'] = this.siteName } - if (this.form.street.length != 0) { - params['street'] = this.form.street.join() - } + // if (this.form.street.length != 0) { + // params['street'] = this.form.street.join() + // } if (this.form.dutyCompany.length != 0) { params['dutyCompany'] = this.form.dutyCompany.join() } @@ -860,9 +860,9 @@ if (this.siteName) { params['siteName'] = this.siteName } - if (this.form.street.length != 0) { - params['street'] = this.form.street.join() - } + // if (this.form.street.length != 0) { + // params['street'] = this.form.street.join() + // } if (this.form.dutyCompany.length != 0) { params['dutyCompany'] = this.form.dutyCompany.join() } @@ -996,9 +996,9 @@ <DutyCompany @submitDutyCompanyValue="(n) => (form.dutyCompany = n)"> </DutyCompany> </el-form-item> - <el-form-item v-show="showAll"> + <!-- <el-form-item v-show="showAll"> <StreetInfo @submitStreetValue="(n) => (form.street = n)"> </StreetInfo> - </el-form-item> + </el-form-item> --> <el-form-item> <TimeShortCuts timeType="day" @submit-time="giveTime" :beginAndEndTime="[beginTime,endTime]"></TimeShortCuts> -- Gitblit v1.9.3