dedsudiyu 2 anni fa
parent
commit
f136f259aa
21 ha cambiato i file con 134 aggiunte e 5722 eliminazioni
  1. 31 0
      src/components/lookDocumentDialog/lookDocumentDialog.vue
  2. 31 0
      src/components/lookDocumentDialog/lookDocumentListDialog.vue
  3. 0 0
      src/views/safetyCheck/components/infoDialog/infoDialog.vue
  4. 1 1
      src/views/safetyCheck/schoolInspection/inspectionManagement/infoPage.vue
  5. 1 1
      src/views/safetyCheck/laboratorySelfTest/selfInspectionManagement/index.vue
  6. 0 485
      src/views/safetyCheck/laboratorySelfTest/selfInspectionManagement/infoPage.vue
  7. 32 3
      src/views/safetyCheck/laboratorySelfTest/selfInspectionTask/addDialog.vue
  8. 0 1063
      src/views/safetyCheck/laboratorySelfTest/selfInspectionTask/infoDialog.vue
  9. 0 485
      src/views/safetyCheck/laboratorySelfTest/selfInspectionTask/infoPage.vue
  10. 1 1
      src/views/safetyCheck/laboratorySelfTest/selfInspectionTask/listPage.vue
  11. 1 1
      src/views/safetyCheck/safetyHazard/batchAudit.vue
  12. 1 1
      src/views/safetyCheck/safetyHazard/cannotListPage.vue
  13. 1 1
      src/views/safetyCheck/safetyHazard/departmentListPage.vue
  14. 0 1063
      src/views/safetyCheck/safetyHazard/infoDialog.vue
  15. 1 1
      src/views/safetyCheck/safetyHazard/schoolListPage.vue
  16. 1 1
      src/views/safetyCheck/schoolInspection/inspectionManagement/index.vue
  17. 0 1063
      src/views/safetyCheck/schoolInspection/inspectionManagement/infoDialog.vue
  18. 31 3
      src/views/safetyCheck/schoolInspection/inspectionPlan/addDialog.vue
  19. 0 1063
      src/views/safetyCheck/schoolInspection/inspectionPlan/infoDialog.vue
  20. 0 485
      src/views/safetyCheck/schoolInspection/inspectionPlan/infoPage.vue
  21. 1 1
      src/views/safetyCheck/schoolInspection/inspectionPlan/listPage.vue

+ 31 - 0
src/components/lookDocumentDialog/lookDocumentDialog.vue

@@ -0,0 +1,31 @@
+<template>
+  <div class="lookDocumentDialog">
+
+  </div>
+</template>
+
+<script>
+  export default {
+    name: 'lookDocumentDialog',
+    data(){
+      return{
+
+      }
+    },
+    created(){
+
+    },
+    mounted(){
+
+    },
+    methods:{
+
+    }
+  }
+</script>
+
+<style scoped lang="scss">
+  .lookDocumentDialog{
+
+  }
+</style>

+ 31 - 0
src/components/lookDocumentDialog/lookDocumentListDialog.vue

@@ -0,0 +1,31 @@
+<template>
+  <div class="lookDocumentListDialog">
+
+  </div>
+</template>
+
+<script>
+  export default {
+    name: 'lookDocumentListDialog',
+    data(){
+      return{
+
+      }
+    },
+    created(){
+
+    },
+    mounted(){
+
+    },
+    methods:{
+
+    }
+  }
+</script>
+
+<style scoped lang="scss">
+  .lookDocumentListDialog{
+
+  }
+</style>

src/views/safetyCheck/laboratorySelfTest/selfInspectionManagement/infoDialog.vue → src/views/safetyCheck/components/infoDialog/infoDialog.vue


+ 1 - 1
src/views/safetyCheck/schoolInspection/inspectionManagement/infoPage.vue

@@ -172,7 +172,7 @@
 
 <script>
   import lookImgDialog from '@/components/lookImgDialog/lookImgDialog.vue'
-  import infoDialog from './infoDialog.vue'
+  import infoDialog from '@/views/safetyCheck/components/infoDialog/infoDialog.vue'
   export default {
     name: 'infoPage',
     components: {

+ 1 - 1
src/views/safetyCheck/laboratorySelfTest/selfInspectionManagement/index.vue

@@ -109,7 +109,7 @@
 
 <script>
   import addPage from './addPage.vue'
-  import infoPage from './infoPage.vue'
+  import infoPage from '@/views/safetyCheck/components/infoPage/infoPage.vue'
   export default {
     name: 'index',
     components: {

File diff suppressed because it is too large
+ 0 - 485
src/views/safetyCheck/laboratorySelfTest/selfInspectionManagement/infoPage.vue


File diff suppressed because it is too large
+ 32 - 3
src/views/safetyCheck/laboratorySelfTest/selfInspectionTask/addDialog.vue


File diff suppressed because it is too large
+ 0 - 1063
src/views/safetyCheck/laboratorySelfTest/selfInspectionTask/infoDialog.vue


File diff suppressed because it is too large
+ 0 - 485
src/views/safetyCheck/laboratorySelfTest/selfInspectionTask/infoPage.vue


+ 1 - 1
src/views/safetyCheck/laboratorySelfTest/selfInspectionTask/listPage.vue

@@ -104,7 +104,7 @@
 
 <script>
   import addPage from './addPage.vue'
-  import infoPage from './infoPage.vue'
+  import infoPage from '@/views/safetyCheck/components/infoPage/infoPage.vue'
   export default {
     name: 'index',
     components: {

+ 1 - 1
src/views/safetyCheck/safetyHazard/batchAudit.vue

@@ -74,7 +74,7 @@
 </template>
 
 <script>
-  import infoDialog from './infoDialog.vue'
+  import infoDialog from '@/views/safetyCheck/components/infoDialog/infoDialog.vue'
   export default {
     name: 'batchAudit',
     components: {

+ 1 - 1
src/views/safetyCheck/safetyHazard/cannotListPage.vue

@@ -71,7 +71,7 @@
 </template>
 
 <script>
-  import infoDialog from './infoDialog.vue'
+  import infoDialog from '@/views/safetyCheck/components/infoDialog/infoDialog.vue'
   export default {
     name: 'cannotListPage',
     components: {

+ 1 - 1
src/views/safetyCheck/safetyHazard/departmentListPage.vue

@@ -106,7 +106,7 @@
 
 <script>
   import batchAudit from './batchAudit.vue'
-  import infoDialog from './infoDialog.vue'
+  import infoDialog from '@/views/safetyCheck/components/infoDialog/infoDialog.vue'
   export default {
     name: 'departmentListPage',
     components: {

File diff suppressed because it is too large
+ 0 - 1063
src/views/safetyCheck/safetyHazard/infoDialog.vue


+ 1 - 1
src/views/safetyCheck/safetyHazard/schoolListPage.vue

@@ -106,7 +106,7 @@
 
 <script>
   import batchAudit from './batchAudit.vue'
-  import infoDialog from './infoDialog.vue'
+  import infoDialog from '@/views/safetyCheck/components/infoDialog/infoDialog.vue'
   export default {
     name: 'schoolListPage',
     components: {

+ 1 - 1
src/views/safetyCheck/schoolInspection/inspectionManagement/index.vue

@@ -109,7 +109,7 @@
 
 <script>
   import addPage from './addPage.vue'
-  import infoPage from './infoPage.vue'
+  import infoPage from '@/views/safetyCheck/components/infoPage/infoPage.vue'
   export default {
     name: 'index',
     components: {

File diff suppressed because it is too large
+ 0 - 1063
src/views/safetyCheck/schoolInspection/inspectionManagement/infoDialog.vue


File diff suppressed because it is too large
+ 31 - 3
src/views/safetyCheck/schoolInspection/inspectionPlan/addDialog.vue


File diff suppressed because it is too large
+ 0 - 1063
src/views/safetyCheck/schoolInspection/inspectionPlan/infoDialog.vue


File diff suppressed because it is too large
+ 0 - 485
src/views/safetyCheck/schoolInspection/inspectionPlan/infoPage.vue


+ 1 - 1
src/views/safetyCheck/schoolInspection/inspectionPlan/listPage.vue

@@ -104,7 +104,7 @@
 
 <script>
   import addPage from './addPage.vue'
-  import infoPage from './infoPage.vue'
+  import infoPage from '@/views/safetyCheck/components/infoPage/infoPage.vue'
   export default {
     name: 'index',
     components: {