diff --git a/src/App.tsx b/src/App.tsx index 7499434..f713a95 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -20,7 +20,7 @@ const OPTION_GROUPS: OptionGroupDef[] = [ // 第一层:品牌选择 { title: '品牌', - options: ['PDS客户组', 'LWH客户组', 'PLT客户组', 'RBE客户组'], + options: ['PDS', 'LWH', 'PLT', 'RBE'], required: true, level: 1 },