1
This commit is contained in:
2025-06-30 14:55:01 +08:00
parent 0dd04e43e0
commit 8987f4b7e1

View File

@ -20,7 +20,7 @@ const OPTION_GROUPS: OptionGroupDef[] = [
// 第一层:品牌选择 // 第一层:品牌选择
{ {
title: '品牌', title: '品牌',
options: ['PDS客户组', 'LWH客户组', 'PLT客户组', 'RBE客户组'], options: ['PDS', 'LWH', 'PLT', 'RBE'],
required: true, required: true,
level: 1 level: 1
}, },