41 changed files with 394 additions and 37 deletions
@ -1,10 +1,15 @@
|
||||
<div class="box"> |
||||
<div class="nav"> |
||||
<ul> |
||||
<li [routerLink]="['/basicInfo/unit']" routerLinkActive="router-link-active">基本信息</li> |
||||
<li [routerLink]="['/basicInfo/unit']" routerLinkActive="router-link-active"> |
||||
<i nz-icon nzType="audit" nzTheme="outline"></i> |
||||
基本信息 |
||||
</li> |
||||
</ul> |
||||
</div> |
||||
<div class="content"> |
||||
<router-outlet></router-outlet> |
||||
<div class="routerbox"> |
||||
<router-outlet></router-outlet> |
||||
</div> |
||||
</div> |
||||
</div> |
@ -1 +1 @@
|
||||
<p>statistic-analysis works!</p> |
||||
<p>功能开发中</p> |
||||
|
@ -1 +1,3 @@
|
||||
<p>role works!</p> |
||||
<div class="box"> |
||||
|
||||
</div> |
@ -0,0 +1,3 @@
|
||||
.box { |
||||
|
||||
} |
@ -1,12 +1,23 @@
|
||||
<div class="box"> |
||||
<div class="nav"> |
||||
<ul> |
||||
<li [routerLink]="['/system/role']" routerLinkActive="router-link-active">角色管理</li> |
||||
<li [routerLink]="['/system/user']" routerLinkActive="router-link-active">用户管理</li> |
||||
<li [routerLink]="['/system/or']" routerLinkActive="router-link-active">组织机构管理</li> |
||||
<li [routerLink]="['/system/role']" routerLinkActive="router-link-active"> |
||||
<i nz-icon nzType="user" nzTheme="outline"></i> |
||||
角色管理 |
||||
</li> |
||||
<li [routerLink]="['/system/user']" routerLinkActive="router-link-active"> |
||||
<i nz-icon nzType="team" nzTheme="outline"></i> |
||||
用户管理 |
||||
</li> |
||||
<li [routerLink]="['/system/or']" routerLinkActive="router-link-active"> |
||||
<i nz-icon nzType="cluster" nzTheme="outline"></i> |
||||
组织机构管理 |
||||
</li> |
||||
</ul> |
||||
</div> |
||||
<div class="content"> |
||||
<router-outlet></router-outlet> |
||||
<div class="routerbox"> |
||||
<router-outlet></router-outlet> |
||||
</div> |
||||
</div> |
||||
</div> |
@ -0,0 +1 @@
|
||||
<p>da-monthly-task-overview works!</p> |
@ -0,0 +1,15 @@
|
||||
import { Component, OnInit } from '@angular/core'; |
||||
|
||||
@Component({ |
||||
selector: 'app-da-monthly-task-overview', |
||||
templateUrl: './da-monthly-task-overview.component.html', |
||||
styleUrls: ['./da-monthly-task-overview.component.scss'] |
||||
}) |
||||
export class DaMonthlyTaskOverviewComponent implements OnInit { |
||||
|
||||
constructor() { } |
||||
|
||||
ngOnInit(): void { |
||||
} |
||||
|
||||
} |
@ -0,0 +1 @@
|
||||
<p>da-oneself-plan works!</p> |
@ -0,0 +1,15 @@
|
||||
import { Component, OnInit } from '@angular/core'; |
||||
|
||||
@Component({ |
||||
selector: 'app-da-oneself-plan', |
||||
templateUrl: './da-oneself-plan.component.html', |
||||
styleUrls: ['./da-oneself-plan.component.scss'] |
||||
}) |
||||
export class DaOneselfPlanComponent implements OnInit { |
||||
|
||||
constructor() { } |
||||
|
||||
ngOnInit(): void { |
||||
} |
||||
|
||||
} |
@ -0,0 +1 @@
|
||||
<p>da-subordinate-audit works!</p> |
@ -0,0 +1,15 @@
|
||||
import { Component, OnInit } from '@angular/core'; |
||||
|
||||
@Component({ |
||||
selector: 'app-da-subordinate-audit', |
||||
templateUrl: './da-subordinate-audit.component.html', |
||||
styleUrls: ['./da-subordinate-audit.component.scss'] |
||||
}) |
||||
export class DaSubordinateAuditComponent implements OnInit { |
||||
|
||||
constructor() { } |
||||
|
||||
ngOnInit(): void { |
||||
} |
||||
|
||||
} |
@ -0,0 +1 @@
|
||||
<p>station-task-apply works!</p> |
@ -0,0 +1,15 @@
|
||||
import { Component, OnInit } from '@angular/core'; |
||||
|
||||
@Component({ |
||||
selector: 'app-station-task-apply', |
||||
templateUrl: './station-task-apply.component.html', |
||||
styleUrls: ['./station-task-apply.component.scss'] |
||||
}) |
||||
export class StationTaskApplyComponent implements OnInit { |
||||
|
||||
constructor() { } |
||||
|
||||
ngOnInit(): void { |
||||
} |
||||
|
||||
} |
@ -0,0 +1 @@
|
||||
<p>station-task-execution works!</p> |
@ -0,0 +1,15 @@
|
||||
import { Component, OnInit } from '@angular/core'; |
||||
|
||||
@Component({ |
||||
selector: 'app-station-task-execution', |
||||
templateUrl: './station-task-execution.component.html', |
||||
styleUrls: ['./station-task-execution.component.scss'] |
||||
}) |
||||
export class StationTaskExecutionComponent implements OnInit { |
||||
|
||||
constructor() { } |
||||
|
||||
ngOnInit(): void { |
||||
} |
||||
|
||||
} |
@ -0,0 +1 @@
|
||||
<p>station-weekly-plan works!</p> |
@ -0,0 +1,15 @@
|
||||
import { Component, OnInit } from '@angular/core'; |
||||
|
||||
@Component({ |
||||
selector: 'app-station-weekly-plan', |
||||
templateUrl: './station-weekly-plan.component.html', |
||||
styleUrls: ['./station-weekly-plan.component.scss'] |
||||
}) |
||||
export class StationWeeklyPlanComponent implements OnInit { |
||||
|
||||
constructor() { } |
||||
|
||||
ngOnInit(): void { |
||||
} |
||||
|
||||
} |
@ -1 +1,47 @@
|
||||
<p>task works!</p> |
||||
<div class="box"> |
||||
<div class="nav"> |
||||
<ul> |
||||
<li [routerLink]="['/task/indicators']" routerLinkActive="router-link-active"> |
||||
<i nz-icon nzType="book" nzTheme="outline"></i> |
||||
任务指标 |
||||
</li> |
||||
<li [routerLink]="['/task/audit']" routerLinkActive="router-link-active"> |
||||
<i nz-icon nzType="audit" nzTheme="outline"></i> |
||||
工作审批 |
||||
</li> |
||||
</ul> |
||||
<ul> |
||||
<li [routerLink]="['/task/monthlytaskoverview']" routerLinkActive="router-link-active"> |
||||
<i nz-icon nzType="appstore" nzTheme="outline"></i> |
||||
月度任务总览 |
||||
</li> |
||||
<li [routerLink]="['/task/subordinateaudit']" routerLinkActive="router-link-active"> |
||||
<i nz-icon nzType="file-protect" nzTheme="outline"></i> |
||||
下级任务申请 |
||||
</li> |
||||
<li [routerLink]="['/task/oneselfplan']" routerLinkActive="router-link-active"> |
||||
<i nz-icon nzType="file-text" nzTheme="outline"></i> |
||||
本级计划 |
||||
</li> |
||||
</ul> |
||||
<ul> |
||||
<li [routerLink]="['/task/taskexecution']" routerLinkActive="router-link-active"> |
||||
<i nz-icon nzType="file-protect" nzTheme="outline"></i> |
||||
任务执行 |
||||
</li> |
||||
<li [routerLink]="['/task/taskapply']" routerLinkActive="router-link-active"> |
||||
<i nz-icon nzType="file-text" nzTheme="outline"></i> |
||||
任务申请 |
||||
</li> |
||||
<li [routerLink]="['/task/weeklyplan']" routerLinkActive="router-link-active"> |
||||
<i nz-icon nzType="container" nzTheme="outline"></i> |
||||
生成周计划 |
||||
</li> |
||||
</ul> |
||||
</div> |
||||
<div class="content"> |
||||
<div class="routerbox"> |
||||
<router-outlet></router-outlet> |
||||
</div> |
||||
</div> |
||||
</div> |
@ -0,0 +1,51 @@
|
||||
.box { |
||||
display: flex; |
||||
} |
||||
|
||||
|
||||
.nav { |
||||
width: 210px; |
||||
height: 100%; |
||||
background: #2c4dc1; |
||||
|
||||
ul { |
||||
margin-bottom: 0px; |
||||
li { |
||||
height: 50px; |
||||
line-height: 50px; |
||||
cursor: pointer; |
||||
text-align: left; |
||||
|
||||
i { |
||||
margin: 0 8px 0 28px; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
|
||||
.router-link-active { |
||||
background: #fff; |
||||
color: #2C4DC0; |
||||
} |
||||
|
||||
.content { |
||||
flex: 1; |
||||
} |
||||
|
||||
|
||||
.content { |
||||
box-sizing: border-box; |
||||
padding: 16px; |
||||
background: #F6F5F8; |
||||
|
||||
.routerbox { |
||||
width: 100%; |
||||
height: 100%; |
||||
background: #FFFFFF; |
||||
box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.0800); |
||||
border-radius: 4px 4px 4px 4px; |
||||
opacity: 1; |
||||
border: 1px solid #E4E7EC; |
||||
overflow-y: auto; |
||||
} |
||||
} |
@ -0,0 +1 @@
|
||||
<p>zhi-audit works!</p> |
@ -0,0 +1,15 @@
|
||||
import { Component, OnInit } from '@angular/core'; |
||||
|
||||
@Component({ |
||||
selector: 'app-zhi-audit', |
||||
templateUrl: './zhi-audit.component.html', |
||||
styleUrls: ['./zhi-audit.component.scss'] |
||||
}) |
||||
export class ZhiAuditComponent implements OnInit { |
||||
|
||||
constructor() { } |
||||
|
||||
ngOnInit(): void { |
||||
} |
||||
|
||||
} |
@ -0,0 +1 @@
|
||||
<p>zhi-indicators works!</p> |
@ -0,0 +1,15 @@
|
||||
import { Component, OnInit } from '@angular/core'; |
||||
|
||||
@Component({ |
||||
selector: 'app-zhi-indicators', |
||||
templateUrl: './zhi-indicators.component.html', |
||||
styleUrls: ['./zhi-indicators.component.scss'] |
||||
}) |
||||
export class ZhiIndicatorsComponent implements OnInit { |
||||
|
||||
constructor() { } |
||||
|
||||
ngOnInit(): void { |
||||
} |
||||
|
||||
} |
After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 1.2 MiB |
Loading…
Reference in new issue