|
@@ -1,5 +1,6 @@
|
|
|
<template>
|
|
|
<div class="system-dic-container data-overview">
|
|
|
+ <div v-if="$route.query.name" style="text-align: center;font-size: 20px;font-weight: bold;margin-bottom: 10px;">{{$route.query.name}}</div>
|
|
|
<el-row :gutter="15" class="home-card-one">
|
|
|
<el-col
|
|
|
:xs="24"
|
|
@@ -77,7 +78,7 @@
|
|
|
|
|
|
<script lang="ts">
|
|
|
import { toRefs, reactive, onMounted, ref, defineComponent, nextTick, watch } from 'vue';
|
|
|
-import { ElMessageBox, ElMessage, FormInstance } from 'element-plus';
|
|
|
+import { FormInstance } from 'element-plus';
|
|
|
import * as echarts from 'echarts';
|
|
|
import api from '/@/api/loopSupervision';
|
|
|
import apiDatahub from '/@/api/datahub';
|