From 49d4d8cb9608d10940d51e1a6b2254c7a5aca8a3 Mon Sep 17 00:00:00 2001 From: mairuiming Date: Fri, 4 Jul 2025 12:33:37 +0800 Subject: [PATCH] 1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加标签 --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index f244e25..9cf7fb1 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -291,7 +291,7 @@ const CUSTOMER_CONFIG: CustomerOptionGroup[] = [ }, { title: '打板类型(多选)', - options: ['复版', '拍照版','不用打版'], + options: ['复版', '拍照版','开货版需打版','不用打版'], required: false, level: 3, parentOption: '首单',