This commit is contained in:
van
2026-04-08 16:26:18 +08:00
parent 0ac6a25cd0
commit fc21a504eb
3 changed files with 418 additions and 382 deletions

View File

@@ -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' }
}
]
},