Commit 94050e88 by qinjianhui

fix: 注释出库单

parent e0ac790f
...@@ -211,13 +211,13 @@ const router = createRouter({ ...@@ -211,13 +211,13 @@ const router = createRouter({
}, },
component: receiptDoc, component: receiptDoc,
}, },
{ // {
path: '/warehouse/issue-doc', // path: '/warehouse/issue-doc',
meta: { // meta: {
title: '出库单', // title: '出库单',
}, // },
component: issueDoc, // component: issueDoc,
}, // },
{ {
path: '/warehouse/warning', path: '/warehouse/warning',
meta: { meta: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment