From 47ac1a63796a7ef3ac42ed3d75c781cc3332fc73 Mon Sep 17 00:00:00 2001
From: SHAOJIAHAO <55341701@qq.com>
Date: Sat, 13 May 2023 16:22:30 +0800
Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E9=A2=84=E8=AD=A6=E8=AE=B0?=
=?UTF-8?q?=E5=BD=95=E5=A2=9E=E5=8A=A0=E5=AD=97=E6=AE=B5=E6=98=BE=E7=A4=BA?=
=?UTF-8?q?;=E7=AE=97=E6=B3=95=E5=8F=B0=E8=B4=A6=E5=88=86=E9=A1=B5?=
=?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
proxy.config.json | 2 +-
.../criminal-records-admin.component.html | 10 +++++++++-
.../criminal-records.component.html | 10 +++++++++-
.../algorithm-config.component.html | 9 +++++----
.../algorithm-config.component.ts | 16 +++++++++++-----
.../organization/organization.component.html | 2 +-
6 files changed, 36 insertions(+), 13 deletions(-)
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 @@
新增
-
+ 配置预警事件
编辑
删除
| |