wgl преди 4 години
родител
ревизия
aaff735660
променени са 3 файла, в които са добавени 38 реда и са изтрити 0 реда
  1. 22 0
      src/projects/business/router/other.js
  2. 8 0
      src/projects/business/views/Other/Return/Info.vue
  3. 8 0
      src/projects/business/views/Other/Return/List.vue

+ 22 - 0
src/projects/business/router/other.js

@@ -20,6 +20,28 @@ const routesOther = [
 							title: '返乡调查问卷',
 						},
 					},
+					//返乡调查管理列表
+					{
+						path: 'list',
+						name: 'OtherReturnList',
+						component: () => import('../views/Other/Return/List.vue'),
+						meta: {
+							requireAuth: true,
+							role: [],
+							title: '返乡调查管理列表',
+						},
+					},
+					//返乡调查管理详情
+					{
+						path: 'info',
+						name: 'OtherReturnInfo',
+						component: () => import('../views/Other/Return/Info.vue'),
+						meta: {
+							requireAuth: true,
+							role: [],
+							title: '返乡调查管理详情',
+						},
+					},
 				]
 			},
 		],

+ 8 - 0
src/projects/business/views/Other/Return/Info.vue

@@ -0,0 +1,8 @@
+<template>
+</template>
+
+<script>
+</script>
+
+<style>
+</style>

+ 8 - 0
src/projects/business/views/Other/Return/List.vue

@@ -0,0 +1,8 @@
+<template>
+</template>
+
+<script>
+</script>
+
+<style>
+</style>