10 changed files with 355 additions and 179 deletions
@ -0,0 +1,25 @@
|
||||
<div class="box"> |
||||
<div class="header"> |
||||
<div> |
||||
|
||||
</div> |
||||
<span> |
||||
开发区B消防救援站 |
||||
</span> |
||||
<span> |
||||
单位总数:9/8 |
||||
</span> |
||||
</div> |
||||
<div> |
||||
<p>协助任务</p> |
||||
<div> |
||||
<span>熟悉演练</span> |
||||
<span>|</span> |
||||
<span>历下区大队</span> |
||||
<span>|</span> |
||||
<span> |
||||
千佛山大厦(融通地产物业管理有限公司山东分公司) |
||||
</span> |
||||
</div> |
||||
</div> |
||||
</div> |
@ -0,0 +1,3 @@
|
||||
.box{ |
||||
|
||||
} |
@ -0,0 +1,15 @@
|
||||
import { Component, OnInit } from '@angular/core'; |
||||
|
||||
@Component({ |
||||
selector: 'app-look-task', |
||||
templateUrl: './look-task.component.html', |
||||
styleUrls: ['./look-task.component.scss'] |
||||
}) |
||||
export class LookTaskComponent implements OnInit { |
||||
|
||||
constructor() { } |
||||
|
||||
ngOnInit(): void { |
||||
} |
||||
|
||||
} |
Loading…
Reference in new issue