Commit fbf508ed authored by wangqinghua's avatar wangqinghua

运维项目模块更新

parent 219b0f0c
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-opr-company',
templateUrl: './opr-company.component.html',
styleUrls: ['./opr-company.component.css']
})
export class OprCompanyComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-opr-cost',
templateUrl: './opr-cost.component.html',
styleUrls: ['./opr-cost.component.css']
})
export class OprCostComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-opr-project',
templateUrl: './opr-project.component.html',
styleUrls: ['./opr-project.component.css']
})
export class OprProjectComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-opr-team',
templateUrl: './opr-team.component.html',
styleUrls: ['./opr-team.component.css']
})
export class OprTeamComponent implements OnInit {
constructor() { }
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