From 4801309e527b1ecd7d171342b43f1a2a1d2d7abe Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 24 Sep 2024 14:38:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E9=9A=9C=E5=AF=B9=E8=B1=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppChildrenInfo/AppChildrenDetail.vue | 141 +++++++--- .../hljjm/AppChildrenInfo/AppChildrenList.vue | 3 +- .../hljjm/AppRecognize/AppRecognize.vue | 45 ++-- .../AppRecognize/AppRecognizeSearchList.vue | 1 + .../AppSecurityObject/AppSecurityObject.vue | 185 +++++++++++++ .../AppSecurityObjectDetail.vue | 255 ++++++++++++++++++ 6 files changed, 567 insertions(+), 63 deletions(-) create mode 100644 src/project/hljjm/AppSecurityObject/AppSecurityObjectDetail.vue diff --git a/src/project/hljjm/AppChildrenInfo/AppChildrenDetail.vue b/src/project/hljjm/AppChildrenInfo/AppChildrenDetail.vue index 3018b403..059dae6e 100644 --- a/src/project/hljjm/AppChildrenInfo/AppChildrenDetail.vue +++ b/src/project/hljjm/AppChildrenInfo/AppChildrenDetail.vue @@ -1,15 +1,95 @@ @@ -53,7 +54,7 @@ export default { if(this.current > this.pageTotal) return this.$http.post(`/mobile/childrenInfo/findListPage`, { - childName: this.childName, + // childName: this.childName, // childType: this.childType, pageNum: this.current, pageSize: 10, diff --git a/src/project/hljjm/AppRecognize/AppRecognize.vue b/src/project/hljjm/AppRecognize/AppRecognize.vue index 105b9a04..0c112425 100644 --- a/src/project/hljjm/AppRecognize/AppRecognize.vue +++ b/src/project/hljjm/AppRecognize/AppRecognize.vue @@ -1,28 +1,29 @@ diff --git a/src/project/hljjm/AppRecognize/AppRecognizeSearchList.vue b/src/project/hljjm/AppRecognize/AppRecognizeSearchList.vue index 8d3f01be..94e4c9f4 100644 --- a/src/project/hljjm/AppRecognize/AppRecognizeSearchList.vue +++ b/src/project/hljjm/AppRecognize/AppRecognizeSearchList.vue @@ -11,6 +11,7 @@
{{item.processingDate}}
+ diff --git a/src/project/hljjm/AppSecurityObject/AppSecurityObject.vue b/src/project/hljjm/AppSecurityObject/AppSecurityObject.vue index e69de29b..2f895389 100644 --- a/src/project/hljjm/AppSecurityObject/AppSecurityObject.vue +++ b/src/project/hljjm/AppSecurityObject/AppSecurityObject.vue @@ -0,0 +1,185 @@ + + + + + diff --git a/src/project/hljjm/AppSecurityObject/AppSecurityObjectDetail.vue b/src/project/hljjm/AppSecurityObject/AppSecurityObjectDetail.vue new file mode 100644 index 00000000..7eeee902 --- /dev/null +++ b/src/project/hljjm/AppSecurityObject/AppSecurityObjectDetail.vue @@ -0,0 +1,255 @@ + + + + +