排队数
@@ -68,9 +68,9 @@
- {{ this.chartName + '-' + this.componentName + '-' + '表格'+'-'+triggerType }}
+ style="width: 10px;height:10px;border-radius: 50%;background-color: #3297ff;display: inline-block;vertical-align: middle;margin-right: 8px;">
+ {{ this.chartName + '-' + this.componentName + '-' + '表格' + '-' + triggerType
+ }}
{{ dataArr[0].time }}
@@ -85,52 +85,23 @@
-
+
-
+
@@ -168,17 +139,17 @@ export default {
valueShow: {}
};
},
- created() {},
+ created() { },
methods: {
// 计算类型的数值
},
computed: {},
- mounted() {},
+ mounted() { },
watch: {
// 监听触发数据
dataArr: {
- handler(newVal) {},
+ handler(newVal) { },
immediate: true
},
@@ -206,6 +177,7 @@ export default {
margin-bottom: 5px;
padding: 8px;
}
+
.typeContent {
box-sizing: border-box;
}