|
@@ -20,6 +20,8 @@ import { MatButtonModule } from '@angular/material/button';
|
|
import { provinces } from '../../../services/provinces';
|
|
import { provinces } from '../../../services/provinces';
|
|
import { NzModalService } from 'ng-zorro-antd/modal';
|
|
import { NzModalService } from 'ng-zorro-antd/modal';
|
|
import { Observable, of } from 'rxjs';
|
|
import { Observable, of } from 'rxjs';
|
|
|
|
+import { TextbookComponent } from '../../../app/textbook/textbook.component';
|
|
|
|
+
|
|
@Component({
|
|
@Component({
|
|
selector: 'app-user-edit',
|
|
selector: 'app-user-edit',
|
|
templateUrl: './user-edit.component.html',
|
|
templateUrl: './user-edit.component.html',
|
|
@@ -38,6 +40,7 @@ import { Observable, of } from 'rxjs';
|
|
NzImageModule,
|
|
NzImageModule,
|
|
NzSelectModule,
|
|
NzSelectModule,
|
|
MatButtonModule,
|
|
MatButtonModule,
|
|
|
|
+ TextbookComponent
|
|
],
|
|
],
|
|
standalone: true,
|
|
standalone: true,
|
|
})
|
|
})
|
|
@@ -49,6 +52,15 @@ export class UserEditComponent implements OnInit {
|
|
}
|
|
}
|
|
callback(null, user, context)
|
|
callback(null, user, context)
|
|
}`;
|
|
}`;
|
|
|
|
+
|
|
|
|
+ submitTextBook = {
|
|
|
|
+ status:['102','103','200','201','300','400'],
|
|
|
|
+ btns:{
|
|
|
|
+ review:true,//查阅
|
|
|
|
+ // uploadPDF:true
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
isVisible: boolean = false;
|
|
isVisible: boolean = false;
|
|
user: Parse.Object | any;
|
|
user: Parse.Object | any;
|
|
profile: Parse.Object | any;
|
|
profile: Parse.Object | any;
|