修改 电网一张图 时间问题

This commit is contained in:
GGJ
2024-08-01 10:50:07 +08:00
parent 493f34afa6
commit d7a9b1023e
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<template>
<DatePicker ref="datePickerRef" style="display: none" />
<DatePicker ref="datePickerRef" style="display: none" theCurrentTime/>
<el-select
class="conditions"
v-model="formData.conditions"

View File

@@ -1,6 +1,6 @@
<template>
<div class="default-main lineInfo" :style="height">
<DatePicker ref="datePickerRef" style="display: none" />
<DatePicker ref="datePickerRef" style="display: none" theCurrentTime/>
<el-page-header :icon="ArrowLeft" @back="emit('back')">
<template #content>
<span style="font-size: 16px">{{ dropList.lineName }}详情 </span>

View File

@@ -1,5 +1,5 @@
<template>
<DatePicker ref="datePickerRef" style="display: none" />
<DatePicker ref="datePickerRef" theCurrentTime style="display: none" />
<div id="map" style="width: 100%; height: 100%" v-show="prop.lineInfo"></div>
<div id="nrDeviceCard"></div>
<!-- 搜索框 -->