修改冀北现场问题

This commit is contained in:
GGJ
2025-12-12 09:26:56 +08:00
parent b36f765d07
commit 46c55d48ec
38 changed files with 1489 additions and 1370 deletions

View File

@@ -54,14 +54,17 @@
</el-button>
</el-form-item>
<el-form-item style="right: 500px; position: absolute; overflow: hidden">
<LocationInformation style="width: 16px; margin-right: 8px; color: var(--el-color-primary)" />
<span style="font-size: 16px; font-weight: bold; color: var(--el-color-primary)">当前操作节点</span>
<LocationInformation
style="width: 16px; margin-right: 8px; color: var(--el-color-primary)"
/>
<span style="font-size: 16px; font-weight: bold; color: var(--el-color-primary)">
当前操作节点
</span>
</el-form-item>
<el-form-item style="right: 0; position: absolute; overflow: hidden">
<div class="title" :class="titleList.length > 5 ? 'titleScroll' : ''">
<span v-for="(item, index) in titleList">{{ index == 0 ? '' : ' > ' }}{{ item }}</span>
</div>
</el-form-item>
</el-form>
<div id="scrollBox" :style="{ height: Height.height }" style="overflow-y: auto">
@@ -1691,7 +1694,7 @@ import { useDictData } from '@/stores/dictData'
import { ref, reactive, onMounted } from 'vue'
import { ElMessage, ElMessageBox } from 'element-plus'
import { getYwZtSubstation } from '@/api/device-boot/device'
const size = ref(0)
const size = ref(23)
const TerminalRef = ref()
const pageHeight = mainHeight(20)
const Height = mainHeight(100)
@@ -2024,12 +2027,12 @@ const latff: any = ref((rule: any, value: any, callback: any) => {
}
})
const plevel = ref(0)
const nodeDataList=ref()
const nodeEventList=ref()
const nodeLevel1=ref(0)
const nodeDataList = ref()
const nodeEventList = ref()
const nodeLevel1 = ref(0)
const nodeClick = (e: anyObj, data: any) => {
nodeDataList.value = data
nodeEventList.value = e
nodeDataList.value = data
nodeEventList.value = e
plevel.value = data.data.plevel
treeClickCount.value++
if (treeClickCount.value > 2) return
@@ -2338,7 +2341,9 @@ const next = async () => {
break
case 600:
addLine()
selectChanged(AddProjectBO.value.deviceParam[deviceIndex.value].subVoltageParam[busBarIndex.value].scale)
selectChanged(
AddProjectBO.value.deviceParam[deviceIndex.value].subVoltageParam[busBarIndex.value].scale
)
nextfalg.value = false
break
case 700:
@@ -2355,8 +2360,7 @@ const black = () => {
busBarIndex.value = '0'
deviceIndex.value = '0'
lineIndex.value = '0'
nodeClick(nodeEventList.value,nodeDataList.value)
nodeClick(nodeEventList.value, nodeDataList.value)
}
// 确认提交
const onsubmit = () => {