zhangyihao hace 11 meses
padre
commit
e4ae917c11
Se han modificado 2 ficheros con 22 adiciones y 0 borrados
  1. 11 0
      src/views/inspectionWork/inspector.vue
  2. 11 0
      src/views/inspectionWork/patrolTask.vue

+ 11 - 0
src/views/inspectionWork/inspector.vue

@@ -0,0 +1,11 @@
+<script setup lang="ts">
+
+</script>
+
+<template>
+
+</template>
+
+<style scoped lang="scss">
+
+</style>

+ 11 - 0
src/views/inspectionWork/patrolTask.vue

@@ -0,0 +1,11 @@
+<script setup lang="ts">
+
+</script>
+
+<template>
+
+</template>
+
+<style scoped lang="scss">
+
+</style>