Newer
Older
urbanLifeline_YanAn / src / views / DialogTabs / component / RQ_FengXianJianCe.vue
@zhangqy zhangqy on 6 Oct 309 bytes 新增燃气_风险监测弹窗
  1. <template>
  2. <div id="RQ_FengXianJianCe"></div>
  3. </template>
  4.  
  5. <script setup name="RQ_FengXianJianCe">
  6. import { ref, reactive, toRefs, onMounted } from "vue";
  7. const AllData = reactive({});
  8. onMounted(() => {});
  9. </script>
  10.  
  11. <style lang="scss" scoped>
  12. #RQ_FengXianJianCe {
  13. width: 100%;
  14. height: 100%;
  15. }
  16. </style>