联调常态化干扰源页面 修改云效bug

This commit is contained in:
GGJ
2024-06-27 20:29:44 +08:00
parent 5bbff7ce0c
commit 3fa441af87
11 changed files with 184 additions and 106 deletions

View File

@@ -65,7 +65,7 @@
<!-- 稳态电能质量指标水平评估 -->
<div>
<div class="title">
<span>技术监督管理</span>
<span>技术监督统计</span>
<!-- <span class="info" @click="open(3)">
详情
<ArrowRight style="width: 12px" />

View File

@@ -1,6 +1,6 @@
<!-- 技术 -->
<template>
<el-dialog draggable title="技术监督管理统计" v-model="dialogVisible" width="1400px">
<el-dialog draggable title="技术监督统计" v-model="dialogVisible" width="1400px">
<div>
<vxe-table v-bind="defaultAttribute" ref="vxeRef" height="320px" :data="tableData">
<vxe-column field="orgName" title="区域" />

View File

@@ -171,7 +171,7 @@
<!-- 技术监督管理 -->
<div>
<div class="title">
<span>技术监督管理</span>
<span>技术监督统计</span>
<span class="info" @click="open(3)">
详情
<ArrowRight style="width: 12px" />