-
+
故障报警
-
-
-
+
+
+
+
{{ item.name }}
+
+ 地点:{{ item.location }}
+ 时间:{{ item.time }}
+
+
+
-
+
运行状态
-
-
+
+
+ 区域名称
+ 状态
+
+
+
+ {{ item.name }}
+
+
+
+
\ No newline at end of file
+::v-deep .el-switch.is-checked .el-switch__core {
+ background: transparent;
+ border: 1px solid rgba(80, 233, 83, 1);
+}
+::v-deep .el-switch__core .el-switch__action {
+ border-radius: 0;
+ height: 13px;
+ width: 13px;
+ background: rgba(223, 94, 94, 1);
+}
+::v-deep .el-switch.is-checked .el-switch__action {
+ border-radius: 0;
+ height: 13px;
+ width: 13px;
+ background: rgba(80, 233, 83, 1);
+}
+