From bf3d033f39ca3c33b6302ee0b97d3b0c784f075b Mon Sep 17 00:00:00 2001
From: sjl <1716605279@qq.com>
Date: Thu, 25 Dec 2025 15:11:52 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E8=A7=88=E5=B0=8F=E7=9C=BC=E7=9D=9B?=
=?UTF-8?q?=E6=94=BE=E5=BC=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../pqs/database/case/components/annex.vue | 4 +-
.../components/MonitoringPointTab.vue | 2 +-
.../components1/complaintsDetail.vue | 4 +-
.../components1/testRunDetail.vue | 4 +-
.../supervise/harmonicSurvey/test/detail.vue | 10 ++--
.../normalizationManager/detail.vue | 28 +++++------
.../normalization/detail.vue | 46 +++++++++---------
.../components/undocumented/detail.vue | 48 +++++++++----------
.../pqs/supervise/plan/components/detail.vue | 15 +++---
src/views/pqs/supervise/technology/detail.vue | 6 +--
.../supervise/technology/feedbackPopup.vue | 6 +--
.../supervise/terminal/components/detail.vue | 48 +++++++++----------
.../components/monitorpoint/detail.vue | 4 +-
.../components/terminainal/detail.vue | 16 +++----
.../supervise/testRun/components/detail.vue | 4 +-
.../Region/thermodynamicDiagram/index.vue | 3 ++
.../online/eventStudy/index.vue | 1 +
.../monitoringPoint/online/navigation/map.vue | 1 +
.../voltageSags/report/eventReports/index.vue | 2 +-
19 files changed, 128 insertions(+), 124 deletions(-)
diff --git a/src/views/pqs/database/case/components/annex.vue b/src/views/pqs/database/case/components/annex.vue
index 8f39644d..0bf412fb 100644
--- a/src/views/pqs/database/case/components/annex.vue
+++ b/src/views/pqs/database/case/components/annex.vue
@@ -12,7 +12,7 @@
{{ item.name }}
-
+
@@ -50,7 +50,7 @@ import { ref, reactive } from 'vue'
import { defaultAttribute } from '@/components/table/defaultAttribute'
import { getFileNameAndFilePath, downloadFile } from '@/api/system-boot/file'
import { Download, View } from '@element-plus/icons-vue'
-const VITE_FLAG = import.meta.env.VITE_NAME == 'jibei'
+
const dialogVisible = ref(false)
const tableData: any = ref({
diff --git a/src/views/pqs/harmonicMonitoring/detailed/pollutionReport/components/MonitoringPointTab.vue b/src/views/pqs/harmonicMonitoring/detailed/pollutionReport/components/MonitoringPointTab.vue
index 7ae4807f..90ec3c34 100644
--- a/src/views/pqs/harmonicMonitoring/detailed/pollutionReport/components/MonitoringPointTab.vue
+++ b/src/views/pqs/harmonicMonitoring/detailed/pollutionReport/components/MonitoringPointTab.vue
@@ -291,7 +291,7 @@ tableStore.table.params.isUpToGrid = 0
tableStore.table.params.type = 1
const handleStatisticalTypeChange = (newVal: { id: any }) => {
- console.log('🚀 ~ handleStatisticalTypeChange ~ newVal:', newVal)
+
if (newVal) {
tableStore.table.params.statisticalType = newVal
tableStore.table.params.ids = [newVal.id]
diff --git a/src/views/pqs/supervise/electricalEnergy/components1/complaintsDetail.vue b/src/views/pqs/supervise/electricalEnergy/components1/complaintsDetail.vue
index 7b22d780..d17e0224 100644
--- a/src/views/pqs/supervise/electricalEnergy/components1/complaintsDetail.vue
+++ b/src/views/pqs/supervise/electricalEnergy/components1/complaintsDetail.vue
@@ -41,7 +41,7 @@
{{ list.takeStep }}
-
+
{{ list.reportName }}
@@ -63,7 +63,7 @@ const dialogVisible = ref(false)
const title = ref('')
const dictData = useDictData()
const list: any = ref({})
-const VITE_FLAG = import.meta.env.VITE_NAME == 'jibei'
+
const open = (row: any) => {
list.value={}
title.value = row.title
diff --git a/src/views/pqs/supervise/electricalEnergy/components1/testRunDetail.vue b/src/views/pqs/supervise/electricalEnergy/components1/testRunDetail.vue
index 1ad79ce9..00a6cc0e 100644
--- a/src/views/pqs/supervise/electricalEnergy/components1/testRunDetail.vue
+++ b/src/views/pqs/supervise/electricalEnergy/components1/testRunDetail.vue
@@ -44,7 +44,7 @@
{{ list.takeStep }}
-
+
{{ list.reportName }}
@@ -66,7 +66,7 @@ const dialogVisible = ref(false)
const title = ref('')
const list: any = ref({})
const dictData = useDictData()
-const VITE_FLAG = import.meta.env.VITE_NAME == 'jibei'
+
const open = (row: any) => {
list.value = {}
title.value = row.title
diff --git a/src/views/pqs/supervise/harmonicSurvey/test/detail.vue b/src/views/pqs/supervise/harmonicSurvey/test/detail.vue
index 480bc393..0c8722d4 100644
--- a/src/views/pqs/supervise/harmonicSurvey/test/detail.vue
+++ b/src/views/pqs/supervise/harmonicSurvey/test/detail.vue
@@ -60,27 +60,27 @@
-
+
{{ detailData.supervisionReportName }}
-
+
{{ detailData.testReportName }}
-
+
{{ item.fileName }}
-
+
{{ detailData.reportName }}
@@ -111,7 +111,7 @@ const openFile = (name: any) => {
window.open(window.location.origin + '/#/previewFile?/supervision/' + name)
}
-const VITE_FLAG = import.meta.env.VITE_NAME == 'jibei'
+
const { query } = useRoute() // 查询参数
const props = defineProps({
id: propTypes.string.def(undefined),
diff --git a/src/views/pqs/supervise/interfere/components/normalizationManager/detail.vue b/src/views/pqs/supervise/interfere/components/normalizationManager/detail.vue
index ac02cbb2..730c6a29 100644
--- a/src/views/pqs/supervise/interfere/components/normalizationManager/detail.vue
+++ b/src/views/pqs/supervise/interfere/components/normalizationManager/detail.vue
@@ -183,7 +183,7 @@
-
+
@@ -198,7 +198,7 @@
detailData.userType == 5
"
>
-
+
@@ -206,7 +206,7 @@
-
+
@@ -215,7 +215,7 @@
-
+
@@ -223,7 +223,7 @@
-
+
@@ -231,7 +231,7 @@
-
+
@@ -242,7 +242,7 @@
label="用户接入变电站主接线示意图"
v-if="detailData.userType != 0 && detailData.userType != 1"
>
-
+
@@ -250,7 +250,7 @@
-
+
@@ -258,7 +258,7 @@
-
+
@@ -266,7 +266,7 @@
-
+
@@ -275,7 +275,7 @@
-
+
@@ -285,7 +285,7 @@
-
+
@@ -308,7 +308,7 @@
:label="applyTitle + '报告'"
v-if="proviteData?.otherReport && proviteData?.otherReport.url"
>
-
+
@@ -333,7 +333,7 @@ import { userReportGoNetById } from '@/api/supervision-boot/interfere'
import { download } from '@/utils/fileDownLoad'
// import el-descriptions-item from './components/detailsItem.vue'
defineOptions({ name: 'BpmUserReportDetail' })
-const VITE_FLAG = import.meta.env.VITE_NAME == 'jibei'
+
const openFile = (name: any) => {
window.open(window.location.origin + '/#/previewFile?' + name)
}
diff --git a/src/views/pqs/supervise/interfere/components/normalizationManager/normalization/detail.vue b/src/views/pqs/supervise/interfere/components/normalizationManager/normalization/detail.vue
index e503364d..7b96e5e0 100644
--- a/src/views/pqs/supervise/interfere/components/normalizationManager/normalization/detail.vue
+++ b/src/views/pqs/supervise/interfere/components/normalizationManager/normalization/detail.vue
@@ -193,7 +193,7 @@
-
+
@@ -206,7 +206,7 @@
detailData.userType == 4 ||
detailData.userType == 5
">
-
+
@@ -214,7 +214,7 @@
-
+
@@ -223,7 +223,7 @@
-
+
@@ -232,7 +232,7 @@
-
+
@@ -240,7 +240,7 @@
-
+
@@ -248,7 +248,7 @@
-
+
@@ -256,7 +256,7 @@
-
+
@@ -264,7 +264,7 @@
-
+
@@ -272,7 +272,7 @@
-
+
@@ -281,7 +281,7 @@
-
+
@@ -531,7 +531,7 @@
-
+
@@ -544,7 +544,7 @@
detailData1.userType == 4 ||
detailData1.userType == 5
">
-
+
@@ -554,7 +554,7 @@
-
+
@@ -565,7 +565,7 @@
-
+
@@ -576,7 +576,7 @@
-
+
@@ -586,7 +586,7 @@
-
+
@@ -596,7 +596,7 @@
-
+
@@ -606,7 +606,7 @@
-
+
@@ -616,7 +616,7 @@
-
+
@@ -626,7 +626,7 @@
-
+
@@ -637,7 +637,7 @@
v-if="proviteData1?.additionalAttachments && proviteData1?.additionalAttachments?.url"
:label-class-name="changeTheField?.additionalAttachments ? 'my-content' : ''"
:class-name="changeTheField?.additionalAttachments ? 'my-content' : ''">
-
+
@@ -662,7 +662,7 @@ import { Link, View } from '@element-plus/icons-vue'
import PreviewFile from '@/components/PreviewFile/index.vue'
import { download} from '@/utils/fileDownLoad'
defineOptions({ name: 'BpmUserReportDetail' })
-const VITE_FLAG = import.meta.env.VITE_NAME == 'jibei'
+
const { query } = useRoute() // 查询参数
const props = defineProps({
diff --git a/src/views/pqs/supervise/interfere/components/undocumented/detail.vue b/src/views/pqs/supervise/interfere/components/undocumented/detail.vue
index 7cbf02f6..1233cdad 100644
--- a/src/views/pqs/supervise/interfere/components/undocumented/detail.vue
+++ b/src/views/pqs/supervise/interfere/components/undocumented/detail.vue
@@ -239,7 +239,7 @@
-
+
@@ -254,7 +254,7 @@
detailData.userType == 5
"
>
-
+
@@ -262,7 +262,7 @@
-
+
@@ -271,7 +271,7 @@
-
+
@@ -280,7 +280,7 @@
-
+
@@ -288,7 +288,7 @@
-
+
@@ -301,14 +301,14 @@
label="用户接入变电站主接线示意图"
v-if="detailData.userType != 0 && detailData.userType != 1"
>
-
+
{{ proviteData?.substationMainWiringDiagram?.name }}
-
+
@@ -317,7 +317,7 @@
-
+
@@ -325,7 +325,7 @@
-
+
@@ -336,7 +336,7 @@
label="其他附件"
v-if="proviteData?.additionalAttachments && proviteData?.additionalAttachments?.url"
>
-
+
@@ -346,7 +346,7 @@
-
+
@@ -356,7 +356,7 @@
-
+
@@ -365,7 +365,7 @@
-
+
@@ -374,7 +374,7 @@
-
+
@@ -384,7 +384,7 @@
-
+
@@ -394,7 +394,7 @@
-
+
@@ -403,7 +403,7 @@
-
+
@@ -411,7 +411,7 @@
-
+
@@ -420,7 +420,7 @@
-
+
@@ -428,7 +428,7 @@
-
+
@@ -436,7 +436,7 @@
-
+
@@ -444,7 +444,7 @@
-
+
@@ -470,7 +470,7 @@ import { getByDeptDevLine } from '@/api/supervision-boot/interfere/index'
import { addOrUpdateFile, getFileById } from '@/api/supervision-boot/interfere/index'
import {download} from '@/utils/fileDownLoad'
defineOptions({ name: 'BpmUserReportDetail' })
-const VITE_FLAG = import.meta.env.VITE_NAME == 'jibei'
+
const { query } = useRoute() // 查询参数
const props = defineProps({
diff --git a/src/views/pqs/supervise/plan/components/detail.vue b/src/views/pqs/supervise/plan/components/detail.vue
index 6e1cb858..80285743 100644
--- a/src/views/pqs/supervise/plan/components/detail.vue
+++ b/src/views/pqs/supervise/plan/components/detail.vue
@@ -108,7 +108,7 @@
{{ detailData.otherRemark }}
-
+
@@ -116,7 +116,7 @@
-
+
@@ -124,25 +124,25 @@
-
+
{{ detailData?.otherAttachments.name }}
-
+
{{ detailData?.performanceTestReport.name }}
-
+
{{ detailData?.typeExperimentReport.name }}
-
+
{{ detailData?.performanceTestReport.name }}
@@ -166,8 +166,7 @@ const { query } = useRoute() // 查询参数
const props = defineProps({
id: propTypes.string.def(undefined)
})
-const VITE_FLAG = import.meta.env.VITE_NAME == 'jibei'
-console.log(propTypes.string.def(undefined), '999999999999传参')
+
const detailLoading = ref(false) // 表单的加载中
const detailData = ref({}) // 详情数据
const queryId = query.id as unknown as string // 从 URL 传递过来的 id 编号
diff --git a/src/views/pqs/supervise/technology/detail.vue b/src/views/pqs/supervise/technology/detail.vue
index f9885306..b70f4d34 100644
--- a/src/views/pqs/supervise/technology/detail.vue
+++ b/src/views/pqs/supervise/technology/detail.vue
@@ -18,7 +18,7 @@
-
+
{{ detailData.problemName }}
@@ -31,7 +31,7 @@
{{ detailData.takeStep }}
-
+
{{ detailData.reportName }}
@@ -48,7 +48,7 @@ import { getById } from '@/api/supervision-boot/leaflet'
import { getFileNameAndFilePath } from '@/api/system-boot/file'
import {download} from '@/utils/fileDownLoad'
import { Link, View } from '@element-plus/icons-vue'
-const VITE_FLAG = import.meta.env.VITE_NAME == 'jibei'
+
defineOptions({ name: 'technology/detail' })
const openFile = (name: any) => {
window.open(window.location.origin + '/#/previewFile?/supervision/' + name)
diff --git a/src/views/pqs/supervise/technology/feedbackPopup.vue b/src/views/pqs/supervise/technology/feedbackPopup.vue
index c3903175..f7759ff5 100644
--- a/src/views/pqs/supervise/technology/feedbackPopup.vue
+++ b/src/views/pqs/supervise/technology/feedbackPopup.vue
@@ -12,7 +12,7 @@
-
+
@@ -21,7 +21,7 @@
-
+
{{ problemDetail.problemName }}
@@ -63,7 +63,7 @@ import { Link, View } from '@element-plus/icons-vue'
const openFile = (name: any) => {
window.open(window.location.origin + '/#/previewFile?/supervision/' + name)
}
-const VITE_FLAG = import.meta.env.VITE_NAME == 'jibei'
+
//.doc,.docx,.xlsx,.xls,.pdf
const acceptType = ref('')
//下拉数据源
diff --git a/src/views/pqs/supervise/terminal/components/detail.vue b/src/views/pqs/supervise/terminal/components/detail.vue
index 1e864145..5eb4ebfd 100644
--- a/src/views/pqs/supervise/terminal/components/detail.vue
+++ b/src/views/pqs/supervise/terminal/components/detail.vue
@@ -226,7 +226,7 @@
-
+
@@ -241,7 +241,7 @@
detailData.userType == 5
"
>
-
+
@@ -249,7 +249,7 @@
-
+
@@ -258,7 +258,7 @@
-
+
@@ -267,7 +267,7 @@
-
+
@@ -275,7 +275,7 @@
-
+
@@ -286,7 +286,7 @@
label="用户接入变电站主接线示意图"
v-if="detailData.userType != 0 && detailData.userType != 1"
>
-
+
@@ -294,7 +294,7 @@
-
+
@@ -302,7 +302,7 @@
-
+
@@ -310,7 +310,7 @@
-
+
@@ -321,7 +321,7 @@
label="其他附件"
v-if="proviteData?.additionalAttachments && proviteData?.additionalAttachments?.url"
>
-
+
@@ -331,7 +331,7 @@
-
+
@@ -341,7 +341,7 @@
-
+
@@ -350,7 +350,7 @@
-
+
@@ -359,7 +359,7 @@
-
+
@@ -369,7 +369,7 @@
-
+
@@ -379,7 +379,7 @@
-
+
@@ -388,7 +388,7 @@
-
+
@@ -396,7 +396,7 @@
-
+
@@ -405,7 +405,7 @@
-
+
@@ -413,7 +413,7 @@
-
+
@@ -421,7 +421,7 @@
-
+
@@ -429,7 +429,7 @@
-
+
@@ -455,7 +455,7 @@ import { getByDeptDevLine } from '@/api/supervision-boot/interfere/index'
import { addOrUpdateFile, getFileById } from '@/api/supervision-boot/interfere/index'
import {download}from '@/utils/fileDownload'
defineOptions({ name: 'BpmUserReportDetail' })
-const VITE_FLAG = import.meta.env.VITE_NAME == 'jibei'
+
const { query } = useRoute() // 查询参数
const props = defineProps({
diff --git a/src/views/pqs/supervise/terminalNetworkDetection/components/monitorpoint/detail.vue b/src/views/pqs/supervise/terminalNetworkDetection/components/monitorpoint/detail.vue
index 8592ab06..a08f21df 100644
--- a/src/views/pqs/supervise/terminalNetworkDetection/components/monitorpoint/detail.vue
+++ b/src/views/pqs/supervise/terminalNetworkDetection/components/monitorpoint/detail.vue
@@ -117,7 +117,7 @@
-
+
@@ -141,7 +141,7 @@ const openFile = (name: any) => {
window.open(window.location.origin + '/#/previewFile?/supervision/' + name)
}
defineOptions({ name: 'BpmUserReportDetail' })
-const VITE_FLAG = import.meta.env.VITE_NAME == 'jibei'
+
const { query } = useRoute() // 查询参数
const props = defineProps({
diff --git a/src/views/pqs/supervise/terminalNetworkDetection/components/terminainal/detail.vue b/src/views/pqs/supervise/terminalNetworkDetection/components/terminainal/detail.vue
index 5a79a9f0..4c92c812 100644
--- a/src/views/pqs/supervise/terminalNetworkDetection/components/terminainal/detail.vue
+++ b/src/views/pqs/supervise/terminalNetworkDetection/components/terminainal/detail.vue
@@ -202,7 +202,7 @@
{{ detailData.supervisionTempDeviceReport?.contractNumber }}
-
+
-
+
-
+
-
+
-
+
-
+
-
+
({}) // 详情数据
const queryId = query.id as unknown as string // 从 URL 传递过来的 id 编号
diff --git a/src/views/pqs/supervise/testRun/components/detail.vue b/src/views/pqs/supervise/testRun/components/detail.vue
index 448d7228..595d6f44 100644
--- a/src/views/pqs/supervise/testRun/components/detail.vue
+++ b/src/views/pqs/supervise/testRun/components/detail.vue
@@ -30,7 +30,7 @@
{{ detailData.integrityRate ? detailData.integrityRate * 100 + '%' : '/' }}
-
+
@@ -58,7 +58,7 @@ const props = defineProps({
const detailLoading = ref(false) // 表单的加载中
const detailData = ref({}) // 详情数据
const queryId = query.id as unknown as string // 从 URL 传递过来的 id 编号
-const VITE_FLAG = import.meta.env.VITE_NAME == 'jibei'/** 获得数据 */
+
const getInfo = async () => {
detailLoading.value = true
try {
diff --git a/src/views/pqs/voltageSags/Region/thermodynamicDiagram/index.vue b/src/views/pqs/voltageSags/Region/thermodynamicDiagram/index.vue
index edacb27a..3e95a8fe 100644
--- a/src/views/pqs/voltageSags/Region/thermodynamicDiagram/index.vue
+++ b/src/views/pqs/voltageSags/Region/thermodynamicDiagram/index.vue
@@ -36,6 +36,7 @@ import TableStore from '@/utils/tableStore'
import { ref, onMounted, provide } from 'vue'
import { mainHeight } from '@/utils/layout'
import { defaultAttribute } from '@/components/table/defaultAttribute'
+import { color } from 'echarts'
defineOptions({
name: 'Region/thermodynamicDiagram'
})
@@ -157,6 +158,7 @@ const map = (res: any) => {
// 柱状图数据处理
const histogram = (res: any) => {
echartMapList.value.visualMap.max = Math.max(...res.map((item: any) => item.count)) || 1
+
echartList.value = {
title: {
text: '区域暂降次数'
@@ -168,6 +170,7 @@ const histogram = (res: any) => {
yAxis: {
name: '暂降次数'
},
+
options: {
series: [
{
diff --git a/src/views/pqs/voltageSags/monitoringPoint/online/eventStudy/index.vue b/src/views/pqs/voltageSags/monitoringPoint/online/eventStudy/index.vue
index 7cf92e4a..89e0248a 100644
--- a/src/views/pqs/voltageSags/monitoringPoint/online/eventStudy/index.vue
+++ b/src/views/pqs/voltageSags/monitoringPoint/online/eventStudy/index.vue
@@ -46,6 +46,7 @@ const tableStore = new TableStore({
publicHeight: 60 + props.externalHeight,
url: '/event-boot/monitor/getMonitorEventAnalyseQuery',
method: 'POST',
+ filename: '暂态事件列表',
column: [
{ width: '60', type: 'checkbox' },
{
diff --git a/src/views/pqs/voltageSags/monitoringPoint/online/navigation/map.vue b/src/views/pqs/voltageSags/monitoringPoint/online/navigation/map.vue
index 1f1e0738..a8587fbe 100644
--- a/src/views/pqs/voltageSags/monitoringPoint/online/navigation/map.vue
+++ b/src/views/pqs/voltageSags/monitoringPoint/online/navigation/map.vue
@@ -166,6 +166,7 @@ const handler = async ({ BMap, map }: any) => {
let data = props.mapList
let r = 0.0035
let list = data.filter((item: any) => item.lng != 0)
+
list.forEach((item: any) => {
// 变电站图标
item.icon = {
diff --git a/src/views/pqs/voltageSags/report/eventReports/index.vue b/src/views/pqs/voltageSags/report/eventReports/index.vue
index d3761144..7ce0a663 100644
--- a/src/views/pqs/voltageSags/report/eventReports/index.vue
+++ b/src/views/pqs/voltageSags/report/eventReports/index.vue
@@ -27,7 +27,7 @@