fengxiang
2018-07-06 309d1f9d649daa08bb9b068af014749f6d4a5bce
src/app/routes/systems/organization/organization.component.html
@@ -1,8 +1,12 @@
<pro-header [title]="organizationService.title"></pro-header>
<pro-header [title]="organizationService.title">
</pro-header>
<nz-card [nzBordered]="false" [nzNoHovering]="true">
        <ng-template #body>
            <app-organization-list *ngIf="organizationService.handle=='list'"></app-organization-list>
            <app-organization-config *ngIf="organizationService.handle=='config'"></app-organization-config>
            <app-organization-config-screen *ngIf="organizationService.handle=='screen'"></app-organization-config-screen>
            <app-organization-config-unit *ngIf="organizationService.handle=='unit'"></app-organization-config-unit>
        </ng-template>
</nz-card>