@@ -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>
+ <div class="lookDocumentListDialog">
+ name: 'lookDocumentListDialog',
+ .lookDocumentListDialog{
@@ -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: {
@@ -109,7 +109,7 @@
import addPage from './addPage.vue'
- import infoPage from './infoPage.vue'
+ import infoPage from '@/views/safetyCheck/components/infoPage/infoPage.vue'
name: 'index',
@@ -104,7 +104,7 @@
@@ -74,7 +74,7 @@
</template>
name: 'batchAudit',
@@ -71,7 +71,7 @@
name: 'cannotListPage',
@@ -106,7 +106,7 @@
import batchAudit from './batchAudit.vue'
name: 'departmentListPage',
name: 'schoolListPage',