@@ -202,10 +115,12 @@
diff --git a/src/components/NomalTable/index.vue b/src/components/NomalTable/index.vue
index aad20c6..5077bef 100644
--- a/src/components/NomalTable/index.vue
+++ b/src/components/NomalTable/index.vue
@@ -55,7 +55,7 @@
-
+
@@ -225,6 +225,9 @@
// 移除动画
removeAnimateClass() {
this.animateClass = ''
+ },
+ selectionChange(selection) {
+ this.$emit('selectionChange', selection)
}
}
}
diff --git a/src/utils/baseConfig.js b/src/utils/baseConfig.js
index 1f4fa38..4677ce3 100644
--- a/src/utils/baseConfig.js
+++ b/src/utils/baseConfig.js
@@ -1,5 +1,5 @@
const project = {
- title: '后台管理系统前端基础框架'
+ title: '智慧照明系统'
}
export function getProject() {
return project
diff --git a/src/views/deviceManage/busController.vue b/src/views/deviceManage/busController.vue
index 7f23bd3..5eea753 100644
--- a/src/views/deviceManage/busController.vue
+++ b/src/views/deviceManage/busController.vue
@@ -1,99 +1,57 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 搜索
-
-
-
-
-
-
-
-
-
-
- 删除
- 新增
- 导出
-
- 批量导入
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 删除
+ 新增
+ 导出
+
+ 批量导入
+
+
+
+
-
-
-
-
-
- {{ scope.row[column.value] }}
-
-
+
+
编辑
-
-
-
-
+
+
-
+
diff --git a/src/views/overview/lampTabPane.vue b/src/views/overview/lampTabPane.vue
new file mode 100644
index 0000000..a29618c
--- /dev/null
+++ b/src/views/overview/lampTabPane.vue
@@ -0,0 +1,197 @@
+
+
+
+ 按路灯
+ 按灯箱
+ 按回路
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 开灯
+ 关灯
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/overview/overview.vue b/src/views/overview/overview.vue
index ff50ba1..9565f6b 100644
--- a/src/views/overview/overview.vue
+++ b/src/views/overview/overview.vue
@@ -70,102 +70,15 @@
-
-
-
-
-
-
-
-
-
-
-
- 搜索
-
-
- 开灯
- 关灯
-
-
-
-
-
-
-
- {{ scope.row[column.value] }}
-
-
-
-
-
-
-
-
-
-
-
-
- 搜索
-
-
-
-
-
-
- {{ scope.row[column.value] }}
-
-
-
-
- 开灯
- 关灯
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 搜索
-
-
-
-
-
-
- {{ scope.row[column.value] }}
-
-
-
-
- 开灯
- 关灯
-
-
-
-
+
@@ -202,10 +115,12 @@