From 1c1af9b0fc10778ae5ac13cc68fd4030affbcfe1 Mon Sep 17 00:00:00 2001 From: 云 <2163098428@qq.com> Date: 星期三, 09 九月 2026 10:59:53 +0800 Subject: [PATCH] feat(wm): 新增SN码管理和设备入库功能 --- src/components/table-action/icons.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/components/table-action/icons.ts b/src/components/table-action/icons.ts index c56cb1b..4f72d6d 100644 --- a/src/components/table-action/icons.ts +++ b/src/components/table-action/icons.ts @@ -14,4 +14,5 @@ BOOK: 'lucide:book', AUDIT: 'lucide:file-check', CALC: 'lucide:calculator', + SCAN: 'lucide:scan-line', }; -- Gitblit v1.9.3