From deafd43ec8938c23291df7f9c03602ea20827077 Mon Sep 17 00:00:00 2001
From: wxc <191104855@qq.com>
Date: Fri, 28 Mar 2025 17:28:38 +0800
Subject: [PATCH] 20250328
---
index.html | 3 +
package.json | 3 +-
public/decoder.js | 1 +
public/decoder.wasm | Bin 0 -> 1226828 bytes
public/jessibuca.js | 1 +
public/js/liveplayer-lib.min.js | 1 +
src/App.vue | 8 +-
src/api/books.ts | 7 +
src/api/data/caseVerif.ts | 6 +
src/api/data/mailbox.ts | 8 +
src/api/data/petition12337.ts | 7 +
src/api/data/supervisionNotify.ts | 37 +-
src/api/data/videoInspection.ts | 6 +
src/api/rightsComfort/comfort.ts | 9 +-
src/api/rightsComfort/comfortPacks.ts | 23 +
src/api/screen/jwpy.ts | 2 +-
src/api/system/depart.ts | 8 +-
src/api/system/handleResultMaping.ts | 30 +
src/api/system/videoConfig.ts | 48 +
src/api/work/myCountersign.ts | 15 +
src/api/work/negativeTask.ts | 7 -
src/components/comfort/dialog.vue | 151 +-
src/components/data/gj-import.vue | 10 +
src/components/datav/date-picker.vue | 2 +-
src/components/datav/message.vue | 10 +-
src/components/datav/statistic.vue | 3 +-
src/components/datav/tab-item.vue | 10 +-
src/components/datav/tabs.vue | 99 +-
src/components/file/list.vue | 2 +-
src/components/file/preview.vue | 421 +++
src/components/file/upload.vue | 5 +
src/components/home/work/index.vue | 34 +-
src/components/home/work/my-comfort.vue | 105 +
src/components/negative/action-history.vue | 8 +-
src/components/negative/add.vue | 161 +-
src/components/negative/apply-completion.vue | 2 -
src/components/negative/apply-countersign.vue | 2 +-
src/components/negative/apply-extension.vue | 5 +-
src/components/negative/description.vue | 26 +-
src/components/negative/dialog.vue | 96 +-
.../negative/verify-description.vue | 27 +-
src/components/negative/verify.vue | 76 +-
src/components/negativeInfo/depart-dialog.vue | 1 -
src/components/query-select.vue | 7 +-
src/components/video-play.vue | 60 +
src/layout/components/Aside.vue | 20 +-
src/router/routes.ts | 4 -
src/style/public.scss | 83 +-
src/utils/feedback.ts | 4 +-
src/views/books/Audit.vue | 347 +++
src/views/books/Gabxf.vue | 3 -
src/views/books/Mail12337.vue | 185 +-
src/views/data/Ajhc.vue | 769 +++---
src/views/data/Gabxf.vue | 49 +-
src/views/data/Gjxf.vue | 46 +-
src/views/data/ImportRecords.vue | 129 +
src/views/data/Mail12337.vue | 6 +-
src/views/data/Mailbox.vue | 196 ++
src/views/data/VideoInspection.vue | 628 +++--
src/views/datav/AuditSuper.vue | 1262 ++++-----
src/views/datav/CaseVerif.vue | 48 +-
src/views/datav/Jwpy.vue | 4 +-
src/views/datav/SceneInsp.vue | 2398 +++++++----------
src/views/datav/VideoInsp.vue | 73 +-
.../datav/subonedatav/SubOneAuditSuper.vue | 2 +-
.../datav/subonedatav/SubOneCaseVerif.vue | 2 +-
.../datav/subonedatav/SubOneMailVisits.vue | 3 +-
.../datav/subonedatav/SubOneSceneInsp.vue | 10 +-
.../datav/subonedatav/SubOneVideoInsp.vue | 1418 +++++-----
src/views/rightsComfort/Comfort.vue | 13 +
src/views/rightsComfort/ComfortPacks.vue | 445 +++
src/views/rightsComfort/MyComfort.vue | 514 ++--
src/views/rightsComfort/Rights.vue | 82 +-
src/views/sensitivePerception/Model.vue | 4 +-
src/views/sensitivePerception/ModelClue.vue | 28 +-
.../sensitivePerception/ModelClueManual.vue | 29 +-
.../sensitivePerception/ModelClueTask.vue | 2 +-
src/views/system/HandleResultMaping.vue | 251 ++
src/views/system/Menu.vue | 56 +-
src/views/system/Police.vue | 147 +-
src/views/system/VideoConfig.vue | 295 ++
src/views/system/Wqzg.vue | 1 +
src/views/work/Alarm.vue | 29 +-
src/views/work/BatchDistribute.vue | 26 +-
src/views/work/Done.vue | 3 +-
src/views/work/MyCountersign.vue | 528 ++++
src/views/work/NegativeImport.vue | 14 +-
src/views/work/NegativeTask.vue | 6 +
src/views/work/News.vue | 185 +-
src/views/work/Query.vue | 154 +-
src/views/work/Todo.vue | 74 +-
src/views/work/VerifySubmit.vue | 1813 -------------
92 files changed, 8129 insertions(+), 5812 deletions(-)
create mode 100644 public/decoder.js
create mode 100644 public/decoder.wasm
create mode 100644 public/jessibuca.js
create mode 100644 public/js/liveplayer-lib.min.js
create mode 100644 src/api/data/mailbox.ts
create mode 100644 src/api/rightsComfort/comfortPacks.ts
create mode 100644 src/api/system/handleResultMaping.ts
create mode 100644 src/api/system/videoConfig.ts
create mode 100644 src/api/work/myCountersign.ts
create mode 100644 src/components/file/preview.vue
create mode 100644 src/components/home/work/my-comfort.vue
create mode 100644 src/components/video-play.vue
create mode 100644 src/views/books/Audit.vue
create mode 100644 src/views/data/ImportRecords.vue
create mode 100644 src/views/data/Mailbox.vue
create mode 100644 src/views/rightsComfort/ComfortPacks.vue
create mode 100644 src/views/system/HandleResultMaping.vue
create mode 100644 src/views/system/VideoConfig.vue
create mode 100644 src/views/work/MyCountersign.vue
delete mode 100644 src/views/work/VerifySubmit.vue
diff --git a/index.html b/index.html
index 0028fcd..1bdbff1 100644
--- a/index.html
+++ b/index.html
@@ -15,5 +15,8 @@
+
+
+