1
This commit is contained in:
@@ -211,6 +211,12 @@ export const dynamicRoutes = [
|
||||
component: () => import('@/views/system/jd-instruction/index'),
|
||||
name: 'JdInstructionIndex',
|
||||
meta: { title: '指令执行', icon: 'form' }
|
||||
},
|
||||
{
|
||||
path: 'quick-record',
|
||||
component: () => import('@/views/system/jd-instruction/fadan-quick-record'),
|
||||
name: 'JdInstructionQuickRecord',
|
||||
meta: { title: '快捷录单', icon: 'edit' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user