spring
2025-04-02 b34e4348df3f9f697fcb4da64ee7ff11deca3170
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