diff --git a/src/views/iceWeather/weather/index.vue b/src/views/iceWeather/weather/index.vue index ab442d6..312a8df 100644 --- a/src/views/iceWeather/weather/index.vue +++ b/src/views/iceWeather/weather/index.vue @@ -255,6 +255,11 @@ 查询 + + 导出数据 + + + + + +
!this.formInfo.list.some((item) => item.id === val.id) @@ -603,7 +626,10 @@ export default { //justify-content: space-between; padding-right: 6px; .el-form-item { - width: 310px; + width: 202px; + // .el-form-item__content { + // width: 100px; + // } } .btngrop { margin-bottom: 16px; diff --git a/src/views/photographicDevice/components/parameterSetDialog.vue b/src/views/photographicDevice/components/parameterSetDialog.vue index ac87864..841d71b 100644 --- a/src/views/photographicDevice/components/parameterSetDialog.vue +++ b/src/views/photographicDevice/components/parameterSetDialog.vue @@ -813,11 +813,21 @@ disabled > + + + 查询 + - 校时 + 校时 + - 查询 {{ $moment(item.photoTime).format("HH:mm:ss") }} - ( - {{ $moment(item.recvTime).format("HH:mm:ss") }} + ({{ $moment(item.recvTime).format("HH:mm:ss") }}) - ) - --{{ + + + - + {{ item.alias !== null && item.alias !== "" ? item.alias : item.channelName }} - -- {{ item.presetId }} + - {{ item.presetId }} (已告警)

@@ -163,16 +163,14 @@ {{ $moment(item.photoTime).format("HH:mm:ss") }} - ( - {{ $moment(item.recvTime).format("HH:mm:ss") }} + ({{ $moment(item.recvTime).format("HH:mm:ss") }}) - ) --{{ item.alias !== null && item.alias !== "" @@ -951,6 +949,7 @@ export default { padding: 6px 0; font-size: 12px; text-align: center; + color: #333; .el-icon-video-camera { font-size: 20px; @@ -959,6 +958,13 @@ export default { vertical-align: sub; color: #169e8c; } + span { + font-size: 15px; + zoom: 0.8; + &:last-child { + zoom: 0.7; + } + } } .alarmSpan { color: #f00; diff --git a/src/views/realTimeMonitor/components/ptzDevice/components/setTime.vue b/src/views/realTimeMonitor/components/ptzDevice/components/setTime.vue index 188b8d7..622a46c 100644 --- a/src/views/realTimeMonitor/components/ptzDevice/components/setTime.vue +++ b/src/views/realTimeMonitor/components/ptzDevice/components/setTime.vue @@ -9,6 +9,29 @@

通道:

+ + {{ + item.alias !== null && item.alias !== "" + ? item.alias + : item.channelname + }} + + +

预置位:

+ diff --git a/src/views/system/globalTools/index.vue b/src/views/system/globalTools/index.vue index c6b6e19..0094e66 100644 --- a/src/views/system/globalTools/index.vue +++ b/src/views/system/globalTools/index.vue @@ -2,6 +2,7 @@
+
线缆开启关闭 @@ -64,9 +65,10 @@ import { updateAlarmChannel, } from "@/utils/api/index"; import termsAdd from "./components/termsAdd"; +import termsReset from "./components/termsReset"; export default { name: "globalTools", - components: { termsAdd }, + components: { termsAdd, termsReset }, data() { return { lineValue: false,