-
-
账号管理
-
-
新增
-
-
-
-
-
-
-
-
- 编辑
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
账号管理
+
新增
+
+
+
+
+
+
+ {{ scope.row.isEnable === '1' ? '启用' : '禁用' }}
+
+
+
+
+ 编辑
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
\ No newline at end of file
+
diff --git a/src/views/bounced/dataBoard.vue b/src/views/bounced/dataBoard.vue
index ec725325..bf705e56 100644
--- a/src/views/bounced/dataBoard.vue
+++ b/src/views/bounced/dataBoard.vue
@@ -3,11 +3,15 @@
-
+
-
+
@@ -17,17 +21,27 @@
-
-
-
+
+ :echartArr="o.presentationForm"
+ :title="o.componentName.split('_')[0]"
+ :chartName="o.combinationName"
+ :typeValue="o.timeMode == '触发' ? typeValue : typeCycleTimeData"
+ />
@@ -37,9 +51,9 @@
-
+
-
+
@@ -506,7 +500,7 @@ export default {
/deep/ .el-scrollbar__view {
display: inline-block !important;
- width: 100%
+ width: 100%;
}
/deep/ .el-scrollbar__wrap {
@@ -520,7 +514,6 @@ export default {
.dataBoard {
height: 100%;
}
-
}
.dataBoard .region,
@@ -610,4 +603,4 @@ export default {
.active {
transition: all 0.5s linear;
}
-
\ No newline at end of file
+