From 09bbf1848e07a77c1c61f95fbf1c36c35df119e8 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Sun, 5 Nov 2023 15:38:31 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90add=E3=80=91WASIC=E4=BC=9A=E8=AE=AE?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E7=9A=84=E9=9D=99=E6=80=81=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/js/wasicStaticData.js | 73 ++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 assets/js/wasicStaticData.js diff --git a/assets/js/wasicStaticData.js b/assets/js/wasicStaticData.js new file mode 100644 index 0000000..82e0453 --- /dev/null +++ b/assets/js/wasicStaticData.js @@ -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