riku
2025-09-17 4aa86b1ec441c4e358e1cc488d8f021fb80f1355
src/views/fysp/support/JingAnSupport.vue
@@ -1,6 +1,9 @@
<template>
  <el-tabs type="border-card">
    <el-tab-pane label="新设备">
    <el-tab-pane label="静安夜间施工管理">
      <JingAnNightConstruction></JingAnNightConstruction>
    </el-tab-pane>
    <el-tab-pane label="静安工地扬尘设备信息匹配">
      <NewDevice></NewDevice>
    </el-tab-pane>
    <el-tab-pane label="新工地">
@@ -11,5 +14,6 @@
<script setup>
import NewDevice from './NewDevice.vue';
import NewConstruction from './NewConstruction.vue';
import JingAnNightConstruction from './JingAnNightConstruction.vue';
</script>
<style scoped></style>