修改 冀北现场问题
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
<TableHeader datePicker area ref="TableHeaderRef">
|
||||
<TableHeader datePicker area nextFlag theCurrentTime ref="TableHeaderRef">
|
||||
<template #select>
|
||||
<el-form-item label="信息查询">
|
||||
<el-input
|
||||
@@ -34,6 +34,7 @@ const tableStore = new TableStore({
|
||||
paramsPOST: true,
|
||||
column: [
|
||||
{ field: 'substationName', title: '变电站名称', minWidth: 100 },
|
||||
{ field: 'deptName', title: '所在地市', minWidth: 100 },
|
||||
{
|
||||
field: 'dwLineList',
|
||||
title: '电网侧监测点名称',
|
||||
|
||||
@@ -30,7 +30,7 @@ import monitorLedgerTable from './components/monitorLedgerTable.vue'
|
||||
import { mainHeight } from '@/utils/layout'
|
||||
|
||||
defineOptions({
|
||||
name: 'Processsupervision/Terminaldetection'
|
||||
name: 'Supervision/Terminaldetection'
|
||||
})
|
||||
const activeName = ref('1')
|
||||
const network = ref('1')
|
||||
|
||||
Reference in New Issue
Block a user