From b2635a9c524aa0d7f76c65c65724a58f0993e0b8 Mon Sep 17 00:00:00 2001 From: 唐耀东 <18861537@qq.com> Date: 星期四, 12 五月 2022 22:30:41 +0800 Subject: [PATCH] 提交代码 --- src/views/construction/constructionList/index.vue | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/views/construction/constructionList/index.vue b/src/views/construction/constructionList/index.vue index 346d4a5..a9374a4 100644 --- a/src/views/construction/constructionList/index.vue +++ b/src/views/construction/constructionList/index.vue @@ -13,8 +13,12 @@ <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="AI璁惧" name="five">AI璁惧</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 v-if="activeName === 'five'" :schoolId="schoolId"></ai> + </el-tab-pane> <el-tab-pane label="浜ゆ崲璁惧" name="six">浜ゆ崲璁惧</el-tab-pane> <el-tab-pane label="鏈嶅姟鍣�" name="seven">鏈嶅姟鍣�</el-tab-pane> <el-tab-pane label="杞欢绯荤粺" name="eight">杞欢绯荤粺</el-tab-pane> @@ -41,6 +45,8 @@ import reserveIp from '../reserveIp' import nvr from '../nvr' import ipc from '../ipc' +import iot from '../iot' +import ai from '../ai' export default { name: "constructionList", @@ -49,7 +55,9 @@ constructionBatch, reserveIp, nvr, - ipc + ipc, + iot, + ai }, data() { return { -- Gitblit v1.9.1