-
+
-
-
- 值类型选择:
-
-
-
- 高级分析
-
-
-
- 返回
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 高级分析
- 返回
-
+
@@ -113,13 +46,11 @@ import TableStore from '@/utils/tableStore'
import Table from '@/components/table/index.vue'
import { defaultAttribute } from '@/components/table/defaultAttribute'
import TableHeader from '@/components/table/header/index.vue'
-import { queryRelevantLogPage, delRelevantLog, processEvents, analysis } from '@/api/advance-boot/analyse.ts'
+import { queryRelevantLogPage, delRelevantLog, processEvents, analysis } from '@/api/advance-boot/analyse'
import { ElMessage, ElMessageBox } from 'element-plus'
import { mainHeight } from '@/utils/layout'
-import shushiboxi from '@/components/echarts/shushiboxi.vue'
-import rmsboxi from '@/components/echarts/rmsboxi.vue'
-import boxi from './boxi.vue'
-import { getMonitorEventAnalyseWave } from '@/api/event-boot/transient.ts'
+import waveForm from '@/components/echarts/waveForm.vue'
+import { getMonitorEventAnalyseWave } from '@/api/event-boot/transient'
defineOptions({
name: 'Advancedanalysis/eventcorrelation'
@@ -130,12 +61,7 @@ const pageHeight = mainHeight(20)
const bxecharts = mainHeight(95).height as any
const loading = ref(false)
const view = ref(true)
-
const view2 = ref(false)
-const view3 = ref(false)
-const showBoxi = ref(true)
-const flag = ref(true)
-const GJList = ref([])
const tableStore = new TableStore({
url: '/advance-boot/process/querySagEventsPage',
@@ -211,7 +137,6 @@ const tableStore = new TableStore({
if (res != undefined) {
wp.value = res.data
view.value = false
- flag.value = false
view2.value = true
}
})
@@ -236,21 +161,11 @@ const tableStore = new TableStore({
loadCallback: () => {}
})
-tableStore.table.params.searchValue=''
+tableStore.table.params.searchValue = ''
const bxactiveName = ref('ssbx')
const boxoList = ref({})
const wp = ref({})
-const value = ref(1)
-const options = ref([
- {
- value: 1,
- label: '一次值'
- },
- {
- value: 2,
- label: '二次值'
- }
-])
+
provide('tableStore', tableStore)
onMounted(() => {
tableStore.index()
@@ -287,39 +202,11 @@ const details = (row: any) => {
})
})
}
-// 高级分析
-const AdvancedAnalytics = () => {
- analysis({
- eventIndex: boxoList.value.eventId
- }).then(res => {
- GJList.value = res.data
- flag.value = false
- view3.value = true
- view2.value = false
- })
-}
-const changeView = () => {
- showBoxi.value = false
- setTimeout(() => {
- showBoxi.value = true
- }, 0)
-}
-const bxhandleClick = (tab: any) => {
- if (tab.name == 'ssbx') {
- bxactiveName.value = 'ssbx'
- } else if (tab.name == 'rmsbx') {
- bxactiveName.value = 'rmsbx'
- }
- // console.log(tab, event);
-}
+
+
const backbxlb = () => {
view.value = true
- flag.value = true
view2.value = false
}
-const gaoBack = () => {
- view2.value = true
- view3.value = false
-}
From faec144f581944830883dd2479672823be476421 Mon Sep 17 00:00:00 2001
From: GGJ <357021191@qq.com>
Date: Tue, 5 Mar 2024 16:21:13 +0800
Subject: [PATCH 2/3] =?UTF-8?q?=E5=AE=8C=E6=88=90=20=E6=89=BF=E8=BD=BD?=
=?UTF-8?q?=E8=83=BD=E5=8A=9B=E8=AF=84=E4=BC=B0=E9=A1=B5=E9=9D=A2=E7=BB=98?=
=?UTF-8?q?=E5=88=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/echarts/MyEchart.vue | 3 +-
.../bearingCapacity/evaluationList/added.vue | 11 -
.../bearingCapacity/evaluationList/charge.vue | 199 +
.../bearingCapacity/evaluationList/index.vue | 40 +-
.../evaluationList/photovoltaic.vue | 311 +
.../bearingCapacity/evaluationList/text.ts | 241934 +++++++++++++++
.../terminal/TerminalManagement/index.vue | 10 +-
7 files changed, 242483 insertions(+), 25 deletions(-)
delete mode 100644 src/views/pqs/bearingCapacity/evaluationList/added.vue
create mode 100644 src/views/pqs/bearingCapacity/evaluationList/charge.vue
create mode 100644 src/views/pqs/bearingCapacity/evaluationList/photovoltaic.vue
create mode 100644 src/views/pqs/bearingCapacity/evaluationList/text.ts
diff --git a/src/components/echarts/MyEchart.vue b/src/components/echarts/MyEchart.vue
index 8d2036a0..7ad35f09 100644
--- a/src/components/echarts/MyEchart.vue
+++ b/src/components/echarts/MyEchart.vue
@@ -77,7 +77,8 @@ const initChart = () => {
left: '10px',
right: '60px',
bottom: props.options.options?.dataZoom === null ? '10px' : '40px',
- containLabel: true
+ containLabel: true,
+ ...(props.options.grid || null)
},
xAxis: props.options.xAxis ? handlerXAxis() : null,
yAxis: props.options.yAxis ? handlerYAxis() : null,
diff --git a/src/views/pqs/bearingCapacity/evaluationList/added.vue b/src/views/pqs/bearingCapacity/evaluationList/added.vue
deleted file mode 100644
index 2dda8a39..00000000
--- a/src/views/pqs/bearingCapacity/evaluationList/added.vue
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
- User
- Config
-
-
-
-
diff --git a/src/views/pqs/bearingCapacity/evaluationList/charge.vue b/src/views/pqs/bearingCapacity/evaluationList/charge.vue
new file mode 100644
index 00000000..5b3075d3
--- /dev/null
+++ b/src/views/pqs/bearingCapacity/evaluationList/charge.vue
@@ -0,0 +1,199 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
一级评估:0.02% < 0.1% 满足
+
二级评估:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
承载能力评估
+
+
+
+
diff --git a/src/views/pqs/bearingCapacity/evaluationList/index.vue b/src/views/pqs/bearingCapacity/evaluationList/index.vue
index b1efa011..b535f0c2 100644
--- a/src/views/pqs/bearingCapacity/evaluationList/index.vue
+++ b/src/views/pqs/bearingCapacity/evaluationList/index.vue
@@ -4,11 +4,14 @@
-
+
+
+
@@ -56,7 +59,16 @@
-