|
@@ -16,7 +16,7 @@
|
|
|
<el-input v-model="query.deviceCode" disabled style="float:left;width:30%">
|
|
<el-input v-model="query.deviceCode" disabled style="float:left;width:30%">
|
|
|
<template slot="prepend">设备编号</template>
|
|
<template slot="prepend">设备编号</template>
|
|
|
</el-input>
|
|
</el-input>
|
|
|
- <!-- <el-tag type="success" style="margin-left: 6px;" size="mini">在线</el-tag> -->
|
|
|
|
|
|
|
+ <el-tag :type="data.isOnline?'success':'danger'" style="margin-left: 6px;">{{ data.isOnline?"在线":"离线" }}</el-tag>
|
|
|
<el-input v-model="query.beamCode" disabled style="float:right;margin-right: 6px;width:30%">
|
|
<el-input v-model="query.beamCode" disabled style="float:right;margin-right: 6px;width:30%">
|
|
|
<template slot="prepend">梁片编号</template>
|
|
<template slot="prepend">梁片编号</template>
|
|
|
</el-input>
|
|
</el-input>
|
|
@@ -56,7 +56,7 @@
|
|
|
</el-col>
|
|
</el-col>
|
|
|
<el-col :lg="18" :sm="18" :xs="18" :xl="18" :md="18">
|
|
<el-col :lg="18" :sm="18" :xs="18" :xl="18" :md="18">
|
|
|
<div class="titleup">
|
|
<div class="titleup">
|
|
|
- <span>最近更新时间:</span><span style="color: #0086ff;font-weight: bold;">{{ noGuide.lastTime | datetimeseconds }}</span>
|
|
|
|
|
|
|
+ <span>时间:</span><span style="color: #0086ff;font-weight: bold;">{{ noGuide.monitorTime | datetimeseconds }}</span>
|
|
|
<div style="float:right">
|
|
<div style="float:right">
|
|
|
<el-button v-if="!playback.isAnimRunning && !playback.anim" type="primary" size="mini" @click="hitoryClick">开始回放</el-button>
|
|
<el-button v-if="!playback.isAnimRunning && !playback.anim" type="primary" size="mini" @click="hitoryClick">开始回放</el-button>
|
|
|
<el-button v-if="playback.anim" type="primary" size="mini" @click="stopPlayback">停止回放</el-button>
|
|
<el-button v-if="playback.anim" type="primary" size="mini" @click="stopPlayback">停止回放</el-button>
|