- |
-
- |
- 文件名 | -
- ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
- 大小 | -{{element.size | size}} | -修改日期 | -{{element.lastModified | date:'yyyy-MM-dd HH:mm:ss'}} | -
---|
diff --git a/src/app/navigation/navigation.component.ts b/src/app/navigation/navigation.component.ts index ead61d3..6c58c6c 100644 --- a/src/app/navigation/navigation.component.ts +++ b/src/app/navigation/navigation.component.ts @@ -5,7 +5,6 @@ import { FormControl } from '@angular/forms'; import { MatDialog, MatDialogRef, MAT_DIALOG_DATA } from '@angular/material/dialog'; import { MatSnackBar, MatSnackBarConfig } from '@angular/material/snack-bar'; import { IsLoginService } from '../is-login.service' -import { AllFileComponent } from '../ui/all-file/all-file.component'; import { ComponentServiceService } from '../component-service.service'; import { Router,ActivatedRoute } from '@angular/router' @Component({ diff --git a/src/app/pipes/size.pipe.ts b/src/app/pipes/size.pipe.ts index 5a58dcc..5cff3f8 100644 --- a/src/app/pipes/size.pipe.ts +++ b/src/app/pipes/size.pipe.ts @@ -1,24 +1,4 @@ import { Pipe, PipeTransform } from '@angular/core'; -@Pipe({name: 'size'}) -export class SizePipe implements PipeTransform { - transform(byte: number): string { - if(byte < 1048576 && byte != 0){//如果小于1M - let size = byte / 1024 - return size.toFixed(1) + 'KB' - } - if(byte >= 1048576 && byte < 1073741824){//如果大于1M 小于1G - let size = byte / 1048576 - return size.toFixed(1) + 'MB' - } - if(byte >= 1073741824){//如果大于1G - let size = byte / 1073741824 - return size.toFixed(1) + 'GB' - } - if(byte < 1048576 && byte == 0){//如果是文件夹 - return '--' - } - } -} @Pipe({name: 'name'}) export class NamePipe implements PipeTransform { transform(name: string): string { diff --git a/src/app/ui/all-file/all-file.component.html b/src/app/ui/all-file/all-file.component.html deleted file mode 100644 index 346fb37..0000000 --- a/src/app/ui/all-file/all-file.component.html +++ /dev/null @@ -1,159 +0,0 @@ - -
- |
-
- |
- 文件名 | -
- ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
- 大小 | -{{element.size | size}} | -修改日期 | -{{element.lastModified | date:'yyyy-MM-dd HH:mm:ss'}} | -
---|
试卷名称 | -{{element.name}} | -考核中队 | -{{element.organization}} | -开考时间 | -{{element.startTime}} | -结束时间 | -{{element.overTime}} | -考试状态 | -- - {{element.testState | testState}} - - | -操作 | -- 编辑 - 详情 - 删除 - | -
---|
用户姓名 | -{{element.realName}} | -身份证号 | -{{element.name}} | -消防救援站 | -{{element.organizationName}} | -手机号 | -{{element.phone}} | -创建时间 | -{{element.creationTime | date:'yyyy-MM-dd'}} | -操作 | -- 重置密码 - 编辑 - 禁用 - 禁用 - 删除 - | -
---|
参加考试!
diff --git a/src/app/ui/join-exam/join-exam.component.scss b/src/app/ui/join-exam/join-exam.component.scss deleted file mode 100644 index e69de29..0000000 diff --git a/src/app/ui/join-exam/join-exam.component.spec.ts b/src/app/ui/join-exam/join-exam.component.spec.ts deleted file mode 100644 index 2251bd3..0000000 --- a/src/app/ui/join-exam/join-exam.component.spec.ts +++ /dev/null @@ -1,25 +0,0 @@ -import { async, ComponentFixture, TestBed } from '@angular/core/testing'; - -import { JoinExamComponent } from './join-exam.component'; - -describe('JoinExamComponent', () => { - let component: JoinExamComponent; - let fixture: ComponentFixture{{item.time}}
- - {{item.time2}} - {{item.operation}} : {{item.target | name3}} - - -阅卷
diff --git a/src/app/ui/look-over-test/look-over-test.component.scss b/src/app/ui/look-over-test/look-over-test.component.scss deleted file mode 100644 index e69de29..0000000 diff --git a/src/app/ui/look-over-test/look-over-test.component.spec.ts b/src/app/ui/look-over-test/look-over-test.component.spec.ts deleted file mode 100644 index 4f8e6f1..0000000 --- a/src/app/ui/look-over-test/look-over-test.component.spec.ts +++ /dev/null @@ -1,25 +0,0 @@ -import { async, ComponentFixture, TestBed } from '@angular/core/testing'; - -import { LookOverTestComponent } from './look-over-test.component'; - -describe('LookOverTestComponent', () => { - let component: LookOverTestComponent; - let fixture: ComponentFixture统计分析
diff --git a/src/app/ui/statistic-analysis/statistic-analysis.component.scss b/src/app/ui/statistic-analysis/statistic-analysis.component.scss deleted file mode 100644 index e69de29..0000000 diff --git a/src/app/ui/statistic-analysis/statistic-analysis.component.spec.ts b/src/app/ui/statistic-analysis/statistic-analysis.component.spec.ts deleted file mode 100644 index d6c86c5..0000000 --- a/src/app/ui/statistic-analysis/statistic-analysis.component.spec.ts +++ /dev/null @@ -1,25 +0,0 @@ -import { async, ComponentFixture, TestBed } from '@angular/core/testing'; - -import { StatisticAnalysisComponent } from './statistic-analysis.component'; - -describe('StatisticAnalysisComponent', () => { - let component: StatisticAnalysisComponent; - let fixture: ComponentFixture用户帐号 | -{{element.name}} | -用户姓名 | -{{element.realName}} | -消防救援站 | -{{element.organizationName}} | -创建时间 | -{{element.creationTime | date:'yyyy-MM-dd'}} | -操作 | -- 重置密码 - 编辑 - 禁用 - 禁用 - 删除 - | -
---|
考试记录!
diff --git a/src/app/ui/test-records/test-records.component.scss b/src/app/ui/test-records/test-records.component.scss deleted file mode 100644 index e69de29..0000000 diff --git a/src/app/ui/test-records/test-records.component.spec.ts b/src/app/ui/test-records/test-records.component.spec.ts deleted file mode 100644 index 9402a33..0000000 --- a/src/app/ui/test-records/test-records.component.spec.ts +++ /dev/null @@ -1,25 +0,0 @@ -import { async, ComponentFixture, TestBed } from '@angular/core/testing'; - -import { TestRecordsComponent } from './test-records.component'; - -describe('TestRecordsComponent', () => { - let component: TestRecordsComponent; - let fixture: ComponentFixture- {{item.name}} - {{item.size | size}} - - - - - - 5242880" style="font-size: 22px; cursor:pointer;" title='取消上传' (click)='cancel()'> × -
- -