diff --git a/proxy.config.json b/proxy.config.json
index f1d1515..e2148be 100644
--- a/proxy.config.json
+++ b/proxy.config.json
@@ -1,6 +1,6 @@
{
"/api": {
- "target": "http://121.36.37.70:8906/",
+ "target": "https://znaq.sinochemoilmarketing.com/",
"测试1": "http://121.36.37.70:8906/",
"测试2": "https://znaq.sinochemoilmarketing.com/",
"测试3": "https://gas.anxincloud.cn/",
diff --git a/src/app/pages/records/criminal-records-admin/criminal-records-admin.component.html b/src/app/pages/records/criminal-records-admin/criminal-records-admin.component.html
index b057494..3c0f5a6 100644
--- a/src/app/pages/records/criminal-records-admin/criminal-records-admin.component.html
+++ b/src/app/pages/records/criminal-records-admin/criminal-records-admin.component.html
@@ -182,7 +182,9 @@
油站名称 |
预警区域 |
摄像头名称 |
- 预警时间 |
+ 预警时间 |
+ 申诉时间 |
+ 处置时间 |
处置状态 |
申诉状态 |
操作 |
@@ -213,6 +215,12 @@
{{item.violateTime | date:"yyyy-MM-dd HH:mm:ss"}}
|
+
+ {{item.appealLog ? (item.appealLog.committedTime | date:'yyyy-MM-dd HH:mm:ss') : ''}}
+ |
+
+ {{item.handleTime? (item.handleTime| date:"yyyy-MM-dd HH:mm:ss") : ''}}
+ |
误报
diff --git a/src/app/pages/records/criminal-records/criminal-records.component.html b/src/app/pages/records/criminal-records/criminal-records.component.html
index 6933ae7..fe9683c 100644
--- a/src/app/pages/records/criminal-records/criminal-records.component.html
+++ b/src/app/pages/records/criminal-records/criminal-records.component.html
@@ -154,7 +154,9 @@
区域名称 |
预警区域 |
摄像头名称 |
- 预警时间 |
+ 预警时间 |
+ 申诉时间 |
+ 处置时间 |
处置状态 |
申诉状态 |
操作 |
@@ -183,6 +185,12 @@
{{item.violateTime | date:"yyyy-MM-dd HH:mm:ss"}}
|
+
+ {{item.appealLog ? (item.appealLog.committedTime | date:'yyyy-MM-dd HH:mm:ss') : ''}}
+ |
+
+ {{item.handleTime? (item.handleTime| date:"yyyy-MM-dd HH:mm:ss") : ''}}
+ |
误报
diff --git a/src/app/system-management/algorithm-config/algorithm-config.component.html b/src/app/system-management/algorithm-config/algorithm-config.component.html
index 507eb5d..3531be7 100644
--- a/src/app/system-management/algorithm-config/algorithm-config.component.html
+++ b/src/app/system-management/algorithm-config/algorithm-config.component.html
@@ -32,7 +32,7 @@
-
@@ -85,11 +85,12 @@
\ No newline at end of file
diff --git a/src/app/system-management/algorithm-config/algorithm-config.component.ts b/src/app/system-management/algorithm-config/algorithm-config.component.ts
index f2e90b9..d7cc519 100644
--- a/src/app/system-management/algorithm-config/algorithm-config.component.ts
+++ b/src/app/system-management/algorithm-config/algorithm-config.component.ts
@@ -113,13 +113,13 @@ export class AlgorithmConfigComponent implements OnInit {
nzClick(event: NzFormatEmitEvent): void {
console.log(event.node.origin);
this.selectedOrId = event.node.origin.id;
- this.SkipCount = 0
- this.nzPageIndex = 1
+ this.SkipCount = 0;
+ this.nzPageIndex = 1;
this.getStationViolationConfigList();
}
SkipCount = 0;
- MaxResultCount = 10;
+ MaxResultCount = 20;
isLoading = false;
listOfData: any[] = [];
thList = [];
@@ -158,13 +158,19 @@ export class AlgorithmConfigComponent implements OnInit {
});
}
- nzPageIndex = 1
+ nzPageIndex = 1;
pageChange($event) {
console.log($event);
this.SkipCount = ($event - 1) * this.MaxResultCount;
this.getStationViolationConfigList();
}
-
+ pageSizeChange($event) {
+ // console.log($event);
+ this.MaxResultCount = $event
+ this.SkipCount = 0;
+ this.nzPageIndex = 1;
+ this.getStationViolationConfigList();
+ }
change(item, type) {
this.isLoading = true;
let body = {
diff --git a/src/app/system-management/organization/organization.component.html b/src/app/system-management/organization/organization.component.html
index 60d6e0d..5884d9e 100644
--- a/src/app/system-management/organization/organization.component.html
+++ b/src/app/system-management/organization/organization.component.html
@@ -33,7 +33,7 @@
新增
-
+ 配置预警事件
编辑
删除
| |