From 0af5e35af8338cc8a2e38c19ab79efbb9eff0b2c Mon Sep 17 00:00:00 2001 From: liu <2021943741@qq.com> Date: 星期三, 16 九月 2026 17:02:52 +0800 Subject: [PATCH] feat(crm): 信用评级评定人改为下拉选择并默认当前账号 --- src/components/table-action/icons.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/components/table-action/icons.ts b/src/components/table-action/icons.ts index 578265f..4f72d6d 100644 --- a/src/components/table-action/icons.ts +++ b/src/components/table-action/icons.ts @@ -13,4 +13,6 @@ CLOSE: 'lucide:x', BOOK: 'lucide:book', AUDIT: 'lucide:file-check', + CALC: 'lucide:calculator', + SCAN: 'lucide:scan-line', }; -- Gitblit v1.9.3