From fd32a3a1f5e10249f037d32dc2097b46c1ec4f85 Mon Sep 17 00:00:00 2001 From: 唐耀东 <18861537@qq.com> Date: 星期四, 12 五月 2022 17:42:58 +0800 Subject: [PATCH] 提交代码 --- src/views/construction/constructionList/index.vue | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/construction/constructionList/index.vue b/src/views/construction/constructionList/index.vue index 346d4a5..c4b0adf 100644 --- a/src/views/construction/constructionList/index.vue +++ b/src/views/construction/constructionList/index.vue @@ -13,7 +13,9 @@ <el-tab-pane label="NVR璁惧" name="third"> <nvr v-if="activeName === 'third'" :schoolId="schoolId"></nvr> </el-tab-pane> - <el-tab-pane label="IoT璁惧" name="fourth">IoT璁惧</el-tab-pane> + <el-tab-pane label="IoT璁惧" name="fourth"> + <iot v-if="activeName === 'fourth'" :schoolId="schoolId"></iot> + </el-tab-pane> <el-tab-pane label="AI璁惧" name="five">AI璁惧</el-tab-pane> <el-tab-pane label="浜ゆ崲璁惧" name="six">浜ゆ崲璁惧</el-tab-pane> <el-tab-pane label="鏈嶅姟鍣�" name="seven">鏈嶅姟鍣�</el-tab-pane> @@ -41,6 +43,7 @@ import reserveIp from '../reserveIp' import nvr from '../nvr' import ipc from '../ipc' +import iot from '../iot' export default { name: "constructionList", @@ -49,7 +52,8 @@ constructionBatch, reserveIp, nvr, - ipc + ipc, + iot }, data() { return { -- Gitblit v1.9.1