From 6ef9e5189ac1888b8c4c504d5c5d3f431807ff56 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期六, 15 三月 2025 11:57:40 +0800
Subject: [PATCH] 修改电路试验单位
---
src/components/do/a6-device/device-overview.vue | 17 ++++++++++++++++-
1 files changed, 16 insertions(+), 1 deletions(-)
diff --git a/src/components/do/a6-device/device-overview.vue b/src/components/do/a6-device/device-overview.vue
index a442ba8..9ded1af 100644
--- a/src/components/do/a6-device/device-overview.vue
+++ b/src/components/do/a6-device/device-overview.vue
@@ -69,7 +69,7 @@
}
.list-left .list-left-info {
- line-height: 36px;
+ line-height: 30px;
display: flex;
}
@@ -140,6 +140,9 @@
}
.info .circle {
background: #909399;
+}
+.active {
+ color: #ff3838 !important;
}
</style>
@@ -255,6 +258,18 @@
}}</span>
</div>
<div class="list-left-info">
+ <span class="label">鏍″噯鏃堕棿锛�</span>
+ <span
+ style="color:#333333;font-size: 16px;"
+ :class="{ active: m.status == 1 }"
+ >{{
+ m.nextCalibrationDateTwo
+ ? m.nextCalibrationDateTwo.split(" ")[0]
+ : ""
+ }}</span
+ >
+ </div>
+ <div class="list-left-info">
<span class="label">鐘舵�侊細</span>
<el-tag :type="m.type" v-if="m.deviceStatusName">{{
m.deviceStatusName
--
Gitblit v1.9.3