唐耀东
2022-05-12 fd32a3a1f5e10249f037d32dc2097b46c1ec4f85
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 {