加项样式

This commit is contained in:
YI FANG
2025-12-01 10:25:27 +08:00
parent 64cb6b6ab0
commit 63a935fc25
4 changed files with 854 additions and 58 deletions

View File

@@ -82,6 +82,128 @@ export const EXAM_CLIENTS: ExamClient[] = [
customerType: '团客',
guidePrinted: true,
addonCount: 2,
addonOptions: [
{
id: 'addon_001',
name: '胸部 CT',
paid: true,
tags: [{ title: '热门', type: 1 }, { title: '肺结节筛查', type: 2 }],
originalPrice: '400.00',
currentPrice: '320.00',
},
{
id: 'addon_002',
name: '肿瘤标志物组合',
paid: true,
tags: [{ title: '医生推荐', type: 3 }],
originalPrice: '300.00',
currentPrice: '260.00',
},
{
id: 'addon_003',
name: '颈动脉超声',
paid: false,
tags: [{ title: '脑卒中风险', type: 2 }],
originalPrice: '260.00',
currentPrice: '220.00',
},
{
id: 'addon_004',
name: '幽门螺杆菌检测',
paid: false,
tags: [{ title: '胃病筛查', type: 2 }],
originalPrice: '180.00',
currentPrice: '150.00',
},
{
id: 'addon_005',
name: '骨密度检查',
paid: false,
tags: [{ title: '骨质疏松', type: 2 }],
originalPrice: '260.00',
currentPrice: '210.00',
},
{
id: 'addon_006',
name: '心脏彩超',
paid: false,
tags: [{ title: '心功能评估', type: 2 }],
originalPrice: '380.00',
currentPrice: '320.00',
},
{
id: 'addon_007',
name: '甲状腺功能全套',
paid: false,
tags: [{ title: '内分泌', type: 2 }],
originalPrice: '260.00',
currentPrice: '230.00',
},
{
id: 'addon_008',
name: '颅脑核磁共振',
paid: false,
tags: [{ title: '高价值项目', type: 1 }],
originalPrice: '1200.00',
currentPrice: '980.00',
},
{
id: 'addon_009',
name: '眼底照相 + 眼压',
paid: false,
tags: [{ title: '糖尿病并发症', type: 2 }],
originalPrice: '220.00',
currentPrice: '180.00',
},
{
id: 'addon_010',
name: '女性宫颈癌筛查 (TCT+HPV)',
paid: false,
tags: [{ title: '女性建议加选', type: 3 }],
originalPrice: '600.00',
currentPrice: '520.00',
},
{
id: 'addon_011',
name: '男性前列腺专项',
paid: false,
tags: [{ title: '男性专项', type: 2 }],
originalPrice: '260.00',
currentPrice: '220.00',
},
{
id: 'addon_012',
name: '脑血管 CT (CTA)',
paid: false,
tags: [{ title: '高风险人群', type: 1 }],
originalPrice: '1500.00',
currentPrice: '1200.00',
},
{
id: 'addon_013',
name: '肝纤维化评估',
paid: false,
tags: [{ title: '肝病风险', type: 2 }],
originalPrice: '360.00',
currentPrice: '300.00',
},
{
id: 'addon_014',
name: '全身动脉硬化筛查',
paid: false,
tags: [{ title: '血管评估', type: 2 }],
originalPrice: '480.00',
currentPrice: '420.00',
},
{
id: 'addon_015',
name: '睡眠呼吸监测',
paid: false,
tags: [{ title: '打鼾/睡眠差', type: 2 }],
originalPrice: '520.00',
currentPrice: '460.00',
},
],
},
{
id: 'A002',