diff --git a/src/components/DownloadTemplate/index.vue b/src/components/DownloadTemplate/index.vue index 8ded2cd..7807cac 100644 --- a/src/components/DownloadTemplate/index.vue +++ b/src/components/DownloadTemplate/index.vue @@ -47,8 +47,8 @@ diff --git a/src/components/DownloadTemplate/index.vue b/src/components/DownloadTemplate/index.vue index 8ded2cd..7807cac 100644 --- a/src/components/DownloadTemplate/index.vue +++ b/src/components/DownloadTemplate/index.vue @@ -47,8 +47,8 @@ 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/components/DownloadTemplate/index.vue b/src/components/DownloadTemplate/index.vue index 8ded2cd..7807cac 100644 --- a/src/components/DownloadTemplate/index.vue +++ b/src/components/DownloadTemplate/index.vue @@ -47,8 +47,8 @@ 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/components/DownloadTemplate/index.vue b/src/components/DownloadTemplate/index.vue index 8ded2cd..7807cac 100644 --- a/src/components/DownloadTemplate/index.vue +++ b/src/components/DownloadTemplate/index.vue @@ -47,8 +47,8 @@ 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 @@ diff --git a/src/components/DownloadTemplate/index.vue b/src/components/DownloadTemplate/index.vue index 8ded2cd..7807cac 100644 --- a/src/components/DownloadTemplate/index.vue +++ b/src/components/DownloadTemplate/index.vue @@ -47,8 +47,8 @@ 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 @@ 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/components/DownloadTemplate/index.vue b/src/components/DownloadTemplate/index.vue index 8ded2cd..7807cac 100644 --- a/src/components/DownloadTemplate/index.vue +++ b/src/components/DownloadTemplate/index.vue @@ -47,8 +47,8 @@ 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 @@ 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 @@
-
- - - - - - - - - - - 搜索 - - - 开灯 - 关灯 - - - - - - - - - -
-
- -
- - - - - - 搜索 - - - - - - - - - - - -
-
- -
- - - - - - - - - - - 搜索 - - - - - - - - - - - -
+
@@ -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 @@ 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 @@
-
- - - - - - - - - - - 搜索 - - - 开灯 - 关灯 - - - - - - - - - -
-
- -
- - - - - - 搜索 - - - - - - - - - - - -
-
- -
- - - - - - - - - - - 搜索 - - - - - - - - - - - -
+
@@ -202,10 +115,12 @@