【add】WASIC会议数据的静态文件

This commit is contained in:
fengchenchen
2023-11-05 15:38:31 +08:00
parent ee3210535e
commit 09bbf1848e
+73
View File
@@ -0,0 +1,73 @@
const WasicTopicData = [
{
name: '11月27日',
date: '11月27日',
radioKey: 'radioKey',
children: [
{
'value': '6',
'text': '国际发展论坛(09:00-15:00',
'title': '国际发展论坛(09:00-15:00'
}
],
radioChildren: [
{
'value': '5',
'text': '弱势道路交通参与者(VRU)保护专题(14:00-18:00',
'title': '弱势道路交通参与者(VRU)保护专题(14:00-18:00'
},
{
'value': '2',
'text': '智能网联汽车标准化领航及标准路线图专题(14:00-18:00',
'title': '智能网联汽车标准化领航及标准路线图专题(14:00-18:00'
},
{
'value': '4',
'text': '动力电池安全专题(14:00-18:00',
'title': '动力电池安全专题(14:00-18:00'
}
]
},
{
name: '11月28日',
date: '11月28日',
radioKey: 'radioKeyTwo',
children: [
{
'value': '99',
'text': '114/22焦点论坛(08:00-12:00,全体大会)',
'title': '114/22焦点论坛(08:00-12:00,全体大会)',
// 'disabled': true
}
],
radioChildren: [
{
'value': '1',
'text': '汽车网络安全与数据安全标准合规专题(14:00-18:00',
'title': '汽车网络安全与数据安全标准合规专题(14:00-18:00'
},
{
'value': '3',
'text': '汽车低碳专题(14:00-18:00',
'title': '汽车低碳专题(14:00-18:00'
},
{
'value': '7',
'text': '无人小车专题(14:00-18:00',
'title': '无人小车专题(14:00-18:00'
}
]
},
{
name: '11月29日',
date: '11月29日',
children: [
{
'value': '8',
'text': '湾区智联试验场参观(8:30-10:30',
'title': '湾区智联试验场参观(8:30-10:30'
}
]
}
]
export default WasicTopicData