Commit 2f48a31a by liucan

feat:监控状态页面新增错误日志统计图表

parent 64d4aa74
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<div class="detailForm"> <div class="detailForm">
<el-dialog v-model="detailVisibleValue" center width="800px" align-center @close="handleClose" draggable> <el-dialog v-model="detailVisibleValue" center width="800px" align-center @close="handleClose" draggable>
<template #header> <template #header>
<div class="text-center font-size-6">详情-{{ antennaName }}</div> <div class="text-center font-size-6">详情{{ antennaName }}</div>
</template> </template>
<el-row> <el-row>
<el-col :span="12"> <el-col :span="12">
......
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
<div class="detailForm"> <div class="detailForm">
<el-dialog v-model="detailVisibleValue" center width="765px" align-center @close="handleClose" draggable> <el-dialog v-model="detailVisibleValue" center width="765px" align-center @close="handleClose" draggable>
<template #header> <template #header>
<div class="text-center font-size-6">目标详情-{{ targetName }}</div> <div class="text-center font-size-6">目标详情{{ targetName }}</div>
</template> </template>
<el-row> <el-row>
<el-col> <el-col>
...@@ -210,7 +210,7 @@ ...@@ -210,7 +210,7 @@
<div class="detailForm"> <div class="detailForm">
<el-dialog v-model="stationVisibleValue" center width="880px" align-center @close="handleClose" draggable> <el-dialog v-model="stationVisibleValue" center width="880px" align-center @close="handleClose" draggable>
<template #header> <template #header>
<div class="text-center font-size-6">站点详情-{{ stationName }}</div> <div class="text-center font-size-6">站点详情{{ stationName }}</div>
</template> </template>
<el-row> <el-row>
<el-col> <el-col>
......
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
<div class="detailForm"> <div class="detailForm">
<el-dialog v-model="detailVisibleValue" center width="765px" align-center @close="handleClose" draggable> <el-dialog v-model="detailVisibleValue" center width="765px" align-center @close="handleClose" draggable>
<template #header> <template #header>
<div class="text-center font-size-6">详情-{{ targetName }}</div> <div class="text-center font-size-6">详情{{ targetName }}</div>
</template> </template>
<el-row> <el-row>
<el-col :span="12"> <el-col :span="12">
......
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
<div class="detailForm"> <div class="detailForm">
<el-dialog v-model="detailVisibleValue" center width="765px" align-center @close="handleClose" draggable> <el-dialog v-model="detailVisibleValue" center width="765px" align-center @close="handleClose" draggable>
<template #header> <template #header>
<div class="text-center font-size-6">详情-{{ targetName }}</div> <div class="text-center font-size-6">详情{{ targetName }}</div>
</template> </template>
<el-row> <el-row>
<el-col> <el-col>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="dataCard"> <div class="dataCard">
<div class="titleStyle">错误日志统计</div> <div class="titleStyle">错误日志统计</div>
<div class="chart-container" ref="chartRef"></div> <div class="chart-container" ref="chartRef"></div>
<el-dialog draggable v-model="DialogVisible" :title="`日志详情-${curDate}`" @close="tableData = []"> <el-dialog draggable v-model="DialogVisible" :title="`日志详情${curDate}`" @close="tableData = []">
<div class="table-content"> <div class="table-content">
<el-table :data="curTableData" border style="width: 100%"> <el-table :data="curTableData" border style="width: 100%">
<el-table-column width="55" label="序号" type="index" /> <el-table-column width="55" label="序号" type="index" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment