+
diff --git a/src/components/ui/VnSubToolbar.vue b/src/components/ui/VnSubToolbar.vue
index 81a1820f1..b314716ce 100644
--- a/src/components/ui/VnSubToolbar.vue
+++ b/src/components/ui/VnSubToolbar.vue
@@ -1,5 +1,5 @@
+
+
+
diff --git a/src/router/modules/entry.js b/src/router/modules/entry.js
index 8d25a8e0c..3ac12d953 100644
--- a/src/router/modules/entry.js
+++ b/src/router/modules/entry.js
@@ -11,7 +11,7 @@ export default {
redirect: { name: 'EntryMain' },
menus: {
main: ['EntryList'],
- card: ['EntryBasicData', 'EntryBuys', 'EntryNotes', 'EntryLog'],
+ card: ['EntryBasicData', 'EntryBuys', 'EntryNotes', 'EntryDms', 'EntryLog'],
},
children: [
{
@@ -86,6 +86,15 @@ export default {
},
component: () => import('src/pages/Entry/Card/EntryNotes.vue'),
},
+ {
+ path: 'dms',
+ name: 'EntryDms',
+ meta: {
+ title: 'dms',
+ icon: 'cloud_upload',
+ },
+ component: () => import('src/pages/Entry/Card/EntryDms.vue'),
+ },
{
path: 'log',
name: 'EntryLog',