+
-
-
+
+
{{ detailData.leafletName }}
-
+
{{ getProblemType(detailData.problemType) }}
-
+
{{ detailData.issueDetail }}
-
-
-
-
+
+
+
+
- {{ detailData.problemName }}
- 预览
+ {{ detailData.problemName }}
-
+
{{ detailData.takeStep }}
-
-
-
+
+
+
- {{ detailData.reportName }}
- 预览
+ {{ detailData.reportName }}
-
-
\ No newline at end of file
+
diff --git a/src/views/pqs/supervise/technology/feedbackPopup.vue b/src/views/pqs/supervise/technology/feedbackPopup.vue
index d81cb37d..d8d734db 100644
--- a/src/views/pqs/supervise/technology/feedbackPopup.vue
+++ b/src/views/pqs/supervise/technology/feedbackPopup.vue
@@ -13,11 +13,10 @@
-
-
+
+
{{ problemDetail.problemName }}
- 预览
@@ -63,7 +62,7 @@ import { ElMessage, genFileId, UploadProps, UploadRawFile } from 'element-plus'
import TableStore from '@/utils/tableStore' // 若不是列表页面弹框可删除
import { getFileNameAndFilePath, uploadFile } from '@/api/system-boot/file'
import { addFeedback, updateFeedback } from '@/api/supervision-boot/leaflet'
-import { Link } from '@element-plus/icons-vue'
+import { Link, View } from '@element-plus/icons-vue'
const openFile = (name: any) => {
window.open(window.location.origin + '/#/previewFile?' + name)
}
@@ -117,7 +116,7 @@ const open = async (
) => {
title.value = text
resetForm()
- console.log(66666,reportPath);
+ console.log(66666, reportPath)
if (takeStep) {
form.value.takeStep = takeStep
}
@@ -229,4 +228,8 @@ const uploadFileName = val => {
.el-select {
min-width: 180px;
}
+.elView {
+ cursor: pointer;
+ margin-right: 5px;
+}
diff --git a/src/views/pqs/supervise/terminalNetworkDetection/components/cycleDetection/detail.vue b/src/views/pqs/supervise/terminalNetworkDetection/components/cycleDetection/detail.vue
index 9338bce8..a10a4c12 100644
--- a/src/views/pqs/supervise/terminalNetworkDetection/components/cycleDetection/detail.vue
+++ b/src/views/pqs/supervise/terminalNetworkDetection/components/cycleDetection/detail.vue
@@ -23,15 +23,14 @@
{{ getDeviceStatus(detailData?.status) }}
-
-
-
+
+
+
{{ detailData.reportPaths?.fileName }}
- 预览
-
+
{{ detailData?.description }}
@@ -47,7 +46,7 @@ import { propTypes } from '@/utils/propTypes'
import { getInfoById } from '@/api/supervision-boot/cycleDetection/index'
import { getFileNameAndFilePath } from '@/api/system-boot/file'
import { useDictData } from '@/stores/dictData'
-import { Link } from '@element-plus/icons-vue'
+import { Link,View } from '@element-plus/icons-vue'
const { query } = useRoute() // 查询参数
const openFile = (name: any) => {
window.open(window.location.origin + '/#/previewFile?' + name)
@@ -116,3 +115,9 @@ onMounted(() => {
getInfo()
})
+
diff --git a/src/views/pqs/supervise/terminalNetworkDetection/components/monitorpoint/detail.vue b/src/views/pqs/supervise/terminalNetworkDetection/components/monitorpoint/detail.vue
index 3ecfcce4..2f3169f8 100644
--- a/src/views/pqs/supervise/terminalNetworkDetection/components/monitorpoint/detail.vue
+++ b/src/views/pqs/supervise/terminalNetworkDetection/components/monitorpoint/detail.vue
@@ -113,13 +113,12 @@
-
-
-
+
+
+
{{ detailData?.mainWiringDiagram.name }}
- 预览
@@ -131,7 +130,7 @@ import { propTypes } from '@/utils/propTypes'
import { getTempLineDetailsById } from '@/api/supervision-boot/monitorpoint/index'
import { useDictData } from '@/stores/dictData'
import { getFileNameAndFilePath } from '@/api/system-boot/file'
-import { Link } from '@element-plus/icons-vue'
+import { Link,View } from '@element-plus/icons-vue'
const openFile = (name: any) => {
window.open(window.location.origin + '/#/previewFile?' + name)
}
@@ -259,7 +258,7 @@ onMounted(() => {
getInfo()
})
-
diff --git a/src/views/pqs/supervise/terminalNetworkDetection/components/terminainal/detail.vue b/src/views/pqs/supervise/terminalNetworkDetection/components/terminainal/detail.vue
index 5e011ed8..91147e9e 100644
--- a/src/views/pqs/supervise/terminalNetworkDetection/components/terminainal/detail.vue
+++ b/src/views/pqs/supervise/terminalNetworkDetection/components/terminainal/detail.vue
@@ -186,57 +186,58 @@
{{ detailData.supervisionTempDeviceReport?.contractNumber }}
-
-
+
+
-
+
{{ detailData?.informationSecurityTestReport.name }}
- 预览
-
-
+
+
-
+
{{ detailData?.acceptanceInspectionReportSingle.name }}
- 预览
-
-
+
+
- {{ detailData?.acceptanceInspectionReport.name }}
- 预览
+
+ {{ detailData?.acceptanceInspectionReport.name }}
+
-
-
+
+
- {{ detailData?.typeExperimentReport.name }}
- 预览
+
+ {{ detailData?.typeExperimentReport.name }}
+
-
-
+
+
- {{ detailData?.factoryInspectionReport.name }}
- 预览
+
+ {{ detailData?.factoryInspectionReport.name }}
+
-
-
+
+
- {{ detailData?.performanceTestReport.name }}
- 预览
+
+ {{ detailData?.performanceTestReport.name }}
+
-
-
+
+
- {{ detailData?.otherAttachments.name }}
- 预览
+ {{ detailData?.otherAttachments.name }}
@@ -249,11 +250,11 @@ import { getTerminalDetailsById } from '@/api/supervision-boot/terminal/index'
import { getDictTreeById } from '@/api/system-boot/dictTree'
import { useDictData } from '@/stores/dictData'
import { getFileNameAndFilePath } from '@/api/system-boot/file'
-import { Link } from '@element-plus/icons-vue'
+import { Link, View } from '@element-plus/icons-vue'
import { nodeAllList } from '@/api/device-boot/Business'
defineOptions({ name: 'BpmUserReportDetail' })
-const openFile = (name:any) => {
- window.open(window.location.origin + '/#/previewFile?'+name)
+const openFile = (name: any) => {
+ window.open(window.location.origin + '/#/previewFile?' + name)
}
const { query } = useRoute() // 查询参数
@@ -479,7 +480,7 @@ onMounted(() => {
getInfo()
})
-