+
+
diff --git a/src/app/home/basic-info/basic-info.component.html b/src/app/home/basic-info/basic-info.component.html index a371b7a..09e2c8c 100644 --- a/src/app/home/basic-info/basic-info.component.html +++ b/src/app/home/basic-info/basic-info.component.html @@ -1,10 +1,15 @@
statistic-analysis works!
+功能开发中
diff --git a/src/app/home/system-management/role/role.component.html b/src/app/home/system-management/role/role.component.html index ce1bd50..eb54d90 100644 --- a/src/app/home/system-management/role/role.component.html +++ b/src/app/home/system-management/role/role.component.html @@ -1 +1,3 @@ -role works!
+da-monthly-task-overview works!
diff --git a/src/app/home/task/da-monthly-task-overview/da-monthly-task-overview.component.scss b/src/app/home/task/da-monthly-task-overview/da-monthly-task-overview.component.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/app/home/task/da-monthly-task-overview/da-monthly-task-overview.component.ts b/src/app/home/task/da-monthly-task-overview/da-monthly-task-overview.component.ts new file mode 100644 index 0000000..8dee578 --- /dev/null +++ b/src/app/home/task/da-monthly-task-overview/da-monthly-task-overview.component.ts @@ -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 { + } + +} diff --git a/src/app/home/task/da-oneself-plan/da-oneself-plan.component.html b/src/app/home/task/da-oneself-plan/da-oneself-plan.component.html new file mode 100644 index 0000000..484b08a --- /dev/null +++ b/src/app/home/task/da-oneself-plan/da-oneself-plan.component.html @@ -0,0 +1 @@ +da-oneself-plan works!
diff --git a/src/app/home/task/da-oneself-plan/da-oneself-plan.component.scss b/src/app/home/task/da-oneself-plan/da-oneself-plan.component.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/app/home/task/da-oneself-plan/da-oneself-plan.component.ts b/src/app/home/task/da-oneself-plan/da-oneself-plan.component.ts new file mode 100644 index 0000000..62983a4 --- /dev/null +++ b/src/app/home/task/da-oneself-plan/da-oneself-plan.component.ts @@ -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 { + } + +} diff --git a/src/app/home/task/da-subordinate-audit/da-subordinate-audit.component.html b/src/app/home/task/da-subordinate-audit/da-subordinate-audit.component.html new file mode 100644 index 0000000..f4ff38b --- /dev/null +++ b/src/app/home/task/da-subordinate-audit/da-subordinate-audit.component.html @@ -0,0 +1 @@ +da-subordinate-audit works!
diff --git a/src/app/home/task/da-subordinate-audit/da-subordinate-audit.component.scss b/src/app/home/task/da-subordinate-audit/da-subordinate-audit.component.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/app/home/task/da-subordinate-audit/da-subordinate-audit.component.ts b/src/app/home/task/da-subordinate-audit/da-subordinate-audit.component.ts new file mode 100644 index 0000000..7e4f904 --- /dev/null +++ b/src/app/home/task/da-subordinate-audit/da-subordinate-audit.component.ts @@ -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 { + } + +} diff --git a/src/app/home/task/station-task-apply/station-task-apply.component.html b/src/app/home/task/station-task-apply/station-task-apply.component.html new file mode 100644 index 0000000..294cc99 --- /dev/null +++ b/src/app/home/task/station-task-apply/station-task-apply.component.html @@ -0,0 +1 @@ +station-task-apply works!
diff --git a/src/app/home/task/station-task-apply/station-task-apply.component.scss b/src/app/home/task/station-task-apply/station-task-apply.component.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/app/home/task/station-task-apply/station-task-apply.component.ts b/src/app/home/task/station-task-apply/station-task-apply.component.ts new file mode 100644 index 0000000..dbb373d --- /dev/null +++ b/src/app/home/task/station-task-apply/station-task-apply.component.ts @@ -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 { + } + +} diff --git a/src/app/home/task/station-task-execution/station-task-execution.component.html b/src/app/home/task/station-task-execution/station-task-execution.component.html new file mode 100644 index 0000000..6c69ff0 --- /dev/null +++ b/src/app/home/task/station-task-execution/station-task-execution.component.html @@ -0,0 +1 @@ +station-task-execution works!
diff --git a/src/app/home/task/station-task-execution/station-task-execution.component.scss b/src/app/home/task/station-task-execution/station-task-execution.component.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/app/home/task/station-task-execution/station-task-execution.component.ts b/src/app/home/task/station-task-execution/station-task-execution.component.ts new file mode 100644 index 0000000..6a800be --- /dev/null +++ b/src/app/home/task/station-task-execution/station-task-execution.component.ts @@ -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 { + } + +} diff --git a/src/app/home/task/station-weekly-plan/station-weekly-plan.component.html b/src/app/home/task/station-weekly-plan/station-weekly-plan.component.html new file mode 100644 index 0000000..1c0d324 --- /dev/null +++ b/src/app/home/task/station-weekly-plan/station-weekly-plan.component.html @@ -0,0 +1 @@ +station-weekly-plan works!
diff --git a/src/app/home/task/station-weekly-plan/station-weekly-plan.component.scss b/src/app/home/task/station-weekly-plan/station-weekly-plan.component.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/app/home/task/station-weekly-plan/station-weekly-plan.component.ts b/src/app/home/task/station-weekly-plan/station-weekly-plan.component.ts new file mode 100644 index 0000000..ec19a67 --- /dev/null +++ b/src/app/home/task/station-weekly-plan/station-weekly-plan.component.ts @@ -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 { + } + +} diff --git a/src/app/home/task/task.component.html b/src/app/home/task/task.component.html index 0c8a790..e43b55f 100644 --- a/src/app/home/task/task.component.html +++ b/src/app/home/task/task.component.html @@ -1 +1,47 @@ -task works!
+zhi-audit works!
diff --git a/src/app/home/task/zhi-audit/zhi-audit.component.scss b/src/app/home/task/zhi-audit/zhi-audit.component.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/app/home/task/zhi-audit/zhi-audit.component.ts b/src/app/home/task/zhi-audit/zhi-audit.component.ts new file mode 100644 index 0000000..e4c6be2 --- /dev/null +++ b/src/app/home/task/zhi-audit/zhi-audit.component.ts @@ -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 { + } + +} diff --git a/src/app/home/task/zhi-indicators/zhi-indicators.component.html b/src/app/home/task/zhi-indicators/zhi-indicators.component.html new file mode 100644 index 0000000..abf1c31 --- /dev/null +++ b/src/app/home/task/zhi-indicators/zhi-indicators.component.html @@ -0,0 +1 @@ +zhi-indicators works!
diff --git a/src/app/home/task/zhi-indicators/zhi-indicators.component.scss b/src/app/home/task/zhi-indicators/zhi-indicators.component.scss new file mode 100644 index 0000000..e69de29 diff --git a/src/app/home/task/zhi-indicators/zhi-indicators.component.ts b/src/app/home/task/zhi-indicators/zhi-indicators.component.ts new file mode 100644 index 0000000..ff8729e --- /dev/null +++ b/src/app/home/task/zhi-indicators/zhi-indicators.component.ts @@ -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 { + } + +} diff --git a/src/assets/images/logo/logo.png b/src/assets/images/logo/logo.png new file mode 100644 index 0000000..a92fd73 Binary files /dev/null and b/src/assets/images/logo/logo.png differ diff --git a/src/assets/images/logo2.png b/src/assets/images/logo2.png deleted file mode 100644 index afada94..0000000 Binary files a/src/assets/images/logo2.png and /dev/null differ diff --git a/src/assets/images/test/dog.jpg b/src/assets/images/test/dog.jpg deleted file mode 100644 index 61e30f8..0000000 Binary files a/src/assets/images/test/dog.jpg and /dev/null differ