diff --git a/src/assets/img/ach1.png b/src/assets/img/ach1.png
new file mode 100644
index 0000000..b855a97
Binary files /dev/null and b/src/assets/img/ach1.png differ
diff --git a/src/assets/img/ach2.png b/src/assets/img/ach2.png
new file mode 100644
index 0000000..23df370
Binary files /dev/null and b/src/assets/img/ach2.png differ
diff --git a/src/router/index.js b/src/router/index.js
index dc41d9e..a766c71 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -125,6 +125,10 @@ let router = new Router({
path: '/trialReport',
component: () => import('../views/match/manage/trialReport'),
},
+ {
+ path: '/theoryArchList',
+ component: () => import('../views/match/manage/theoryArchList'),
+ },
{
path: '/theoryReport',
component: () => import('../views/match/manage/theoryReport'),
diff --git a/src/views/match/list/index.vue b/src/views/match/list/index.vue
index f115bbf..a9a998a 100644
--- a/src/views/match/list/index.vue
+++ b/src/views/match/list/index.vue
@@ -29,17 +29,35 @@