Commit 3caebaff by 落建帅

Update video.component.ts

parent eac98587
......@@ -11,18 +11,68 @@ export class VideoComponent implements OnInit {
nodeItems = [{
id: '0',
name: 'NVR(67/92)',
name: '高速公路(67/92)',
children: [
{
id: '1',
name: '东二环高速(8/8)',
item: {
phrase: 'I am the batman'
}
},
children: [
{
id: '5',
name: '第一分部(16/17)',
item: {
phrase: 'I am the villain of this story'
},
children :[
{
id:"6",
name:"第一分部_001_一分部拌合站入口"
},
{
id:"6",
name:"第一分部_002_一分部拌合站"
}, {
id:"6",
name:"第一分部_003_一分部钢筋棚1"
},
{
id:"6",
name:"第一分部_004_一分部钢筋棚2"
},
{
id:"6",
name:"第一分部_005_一分部化验室院"
},
{
id:"6",
name:"第一分部_006_一分部项目部3"
}, {
id:"6",
name:"第一分部_007_一分部项目部2"
}
, {
id:"6",
name:"第一分部_008_一分部项目部出入口"
}, {
id:"6",
name:"第一分部_009_一分部项目部4"
}, {
id:"6",
name:"第一分部_010_一分部生活区"
}, {
id:"6",
name:"第一分部_011_一分部梁场入口"
}
]
}
]
},
{
id: '2',
name: '第分部(16/17)',
name: '第分部(16/17)',
item: {
phrase: 'Man of steel'
}
......@@ -36,14 +86,14 @@ export class VideoComponent implements OnInit {
}
, {
id: '2',
name: '第分部(16/17)',
name: '第分部(16/17)',
item: {
phrase: 'Man of steel'
}
},
{
id: '2',
name: '第分部(16/17)',
name: '第分部(16/17)',
item: {
phrase: 'Man of steel'
}
......@@ -53,65 +103,72 @@ export class VideoComponent implements OnInit {
]
},
{
id: '3',
name: '分组',
id: '2',
name: '普通干线(16/17)',
children: [
{
id: '4',
name: '东二环高速(8/8)',
name: 'G207(8/8)',
item: {
phrase: 'Why so serius'
}
},
{
id: '5',
name: '第一分部(16/17)',
item: {
phrase: 'I am the villain of this story'
},
children :[
{
id:"6",
name:"第一分部_001_一分部拌合站入口"
},
{
id:"6",
name:"第一分部_002_一分部拌合站"
}, {
id:"6",
name:"第一分部_003_一分部钢筋棚1"
},
{
id:"6",
name:"第一分部_004_一分部钢筋棚2"
},
{
id:"6",
name:"第一分部_005_一分部化验室院"
},
{
id:"6",
name:"第一分部_006_一分部项目部3"
}, {
id:"6",
name:"第一分部_007_一分部项目部2"
}
, {
id:"6",
name:"第一分部_008_一分部项目部出入口"
}, {
id:"6",
name:"第一分部_009_一分部项目部4"
}, {
id:"6",
name:"第一分部_010_一分部生活区"
}, {
id:"6",
name:"第一分部_011_一分部梁场入口"
id: '5',
name: '第一分部(16/17)',
item: {
phrase: 'I am the villain of this story'
},
children :[
{
id:"6",
name:"第一分部_001_一分部拌合站入口"
},
{
id:"6",
name:"第一分部_002_一分部拌合站"
}, {
id:"6",
name:"第一分部_003_一分部钢筋棚1"
},
{
id:"6",
name:"第一分部_004_一分部钢筋棚2"
},
{
id:"6",
name:"第一分部_005_一分部化验室院"
},
{
id:"6",
name:"第一分部_006_一分部项目部3"
}, {
id:"6",
name:"第一分部_007_一分部项目部2"
}
, {
id:"6",
name:"第一分部_008_一分部项目部出入口"
}, {
id:"6",
name:"第一分部_009_一分部项目部4"
}, {
id:"6",
name:"第一分部_010_一分部生活区"
}, {
id:"6",
name:"第一分部_011_一分部梁场入口"
}
]
}
]
}
},
]
},
{
id:"6",
name:"演示demo"
}];
cams = Array(16);
ngOnInit() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment