个人设置开发
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-flight-agency',
|
||||
templateUrl: './flight-agency.component.html',
|
||||
styleUrls: ['./flight-agency.component.scss']
|
||||
})
|
||||
export class FlightAgencyComponent implements OnInit {
|
||||
public radioValue='1';
|
||||
|
||||
constructor() { }
|
||||
|
||||
ngOnInit() {
|
||||
}
|
||||
//保存
|
||||
save(){
|
||||
|
||||
}
|
||||
//取消
|
||||
cancel(){
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user