Commit 3caebaff by 落建帅

Update video.component.ts

parent eac98587
...@@ -11,18 +11,68 @@ export class VideoComponent implements OnInit { ...@@ -11,18 +11,68 @@ export class VideoComponent implements OnInit {
nodeItems = [{ nodeItems = [{
id: '0', id: '0',
name: 'NVR(67/92)', name: '高速公路(67/92)',
children: [ children: [
{ {
id: '1', id: '1',
name: '东二环高速(8/8)', name: '东二环高速(8/8)',
item: { item: {
phrase: 'I am the batman' 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', id: '2',
name: '第分部(16/17)', name: '第分部(16/17)',
item: { item: {
phrase: 'Man of steel' phrase: 'Man of steel'
} }
...@@ -36,14 +86,14 @@ export class VideoComponent implements OnInit { ...@@ -36,14 +86,14 @@ export class VideoComponent implements OnInit {
} }
, { , {
id: '2', id: '2',
name: '第分部(16/17)', name: '第分部(16/17)',
item: { item: {
phrase: 'Man of steel' phrase: 'Man of steel'
} }
}, },
{ {
id: '2', id: '2',
name: '第分部(16/17)', name: '第分部(16/17)',
item: { item: {
phrase: 'Man of steel' phrase: 'Man of steel'
} }
...@@ -53,16 +103,16 @@ export class VideoComponent implements OnInit { ...@@ -53,16 +103,16 @@ export class VideoComponent implements OnInit {
] ]
}, },
{ {
id: '3', id: '2',
name: '分组', name: '普通干线(16/17)',
children: [ children: [
{ {
id: '4', id: '4',
name: '东二环高速(8/8)', name: 'G207(8/8)',
item: { item: {
phrase: 'Why so serius' phrase: 'Why so serius'
}
}, },
children :[
{ {
id: '5', id: '5',
name: '第一分部(16/17)', name: '第一分部(16/17)',
...@@ -112,6 +162,13 @@ export class VideoComponent implements OnInit { ...@@ -112,6 +162,13 @@ export class VideoComponent implements OnInit {
] ]
} }
] ]
},
]
},
{
id:"6",
name:"演示demo"
}]; }];
cams = Array(16); cams = Array(16);
ngOnInit() { 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