From 74187e4623dc9486908c1b1f8f9be3e8326ad025 Mon Sep 17 00:00:00 2001 From: "851673013@qq.com" <851673013@qq.com> Date: Thu, 7 Jul 2022 19:07:56 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E8=AE=BE=E6=96=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/infrastructurePage.vue | 24 ++++++++++++--------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/front/src/views/home/infrastructurePage.vue b/front/src/views/home/infrastructurePage.vue index 7060d2e3..60c76190 100644 --- a/front/src/views/home/infrastructurePage.vue +++ b/front/src/views/home/infrastructurePage.vue @@ -9,7 +9,7 @@ >>>>>> 420a31531fdd60d9a8007e3328d071690c7688f1 :class=" clickList[index].content.indexOf(itemContent.labelName) != -1 || clickList[index].content.indexOf(itemContent) != -1 From e40efaf30ed741e8c3a55386f3fec2dfb623e626 Mon Sep 17 00:00:00 2001 From: gaoyuanwei <2826352639@qq.com> Date: Thu, 7 Jul 2022 20:00:03 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E5=9F=BA=E7=A1=80=E8=AE=BE=E6=96=BDbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/infrastructurePage.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/front/src/views/home/infrastructurePage.vue b/front/src/views/home/infrastructurePage.vue index b88cabc5..ab2478d5 100644 --- a/front/src/views/home/infrastructurePage.vue +++ b/front/src/views/home/infrastructurePage.vue @@ -341,12 +341,22 @@ }) console.log('选中的标签code', mapSearchParam.value) mapSearchParam.value.labelCodes = mapSearchParam.value.labelCodes + '' - if (name == '视频资源') { + let fatherName = ref('视频资源') + if (name == '视频资源' || name == '云资源' || name == '感知资源') { + fatherName.value == name + } + if (fatherName.value == '视频资源') { getCamera() } else { dataSource.value = [] pagination.value.total = 0 } + // if (name == '视频资源') { + // getCamera() + // } else { + // dataSource.value = [] + // pagination.value.total = 0 + // } } // 清空 const nullClick = () => { From 4958384c9ae82a68fed644ce601cb6289fd1b4cc Mon Sep 17 00:00:00 2001 From: "851673013@qq.com" <851673013@qq.com> Date: Thu, 7 Jul 2022 20:35:13 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E5=BA=94=E7=94=A8=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Algorithm/AlgorithmTopDetails.vue | 12 +- .../ApplicationDeploymentAndSecurity.vue | 328 +++++++------- .../Application/ApplicationTopDetails.vue | 12 +- .../Business/BusinessTopDetails.vue | 419 +++++++++--------- .../Developer/DeveloperTopDetails.vue | 12 +- .../LayerService/LayerServiceTopDetails.vue | 12 +- 6 files changed, 423 insertions(+), 372 deletions(-) diff --git a/front/src/views/detailsAll/components/Algorithm/AlgorithmTopDetails.vue b/front/src/views/detailsAll/components/Algorithm/AlgorithmTopDetails.vue index 06303258..24869e6f 100644 --- a/front/src/views/detailsAll/components/Algorithm/AlgorithmTopDetails.vue +++ b/front/src/views/detailsAll/components/Algorithm/AlgorithmTopDetails.vue @@ -18,11 +18,15 @@

- - {{ componentType || props.dataList.type }} + + {{ props.dataList.type }} + + + {{ props.dataList.shareType }} + + + {{ props.dataList.shareCondition }} - {{ props.dataList.shareType }} - {{ props.dataList.shareCondition }}

diff --git a/front/src/views/detailsAll/components/Application/ApplicationDeploymentAndSecurity.vue b/front/src/views/detailsAll/components/Application/ApplicationDeploymentAndSecurity.vue index 135cff66..81ad5792 100644 --- a/front/src/views/detailsAll/components/Application/ApplicationDeploymentAndSecurity.vue +++ b/front/src/views/detailsAll/components/Application/ApplicationDeploymentAndSecurity.vue @@ -2,17 +2,34 @@ diff --git a/front/src/views/detailsAll/components/Application/ApplicationTopDetails.vue b/front/src/views/detailsAll/components/Application/ApplicationTopDetails.vue index b63bb510..6a5816ae 100644 --- a/front/src/views/detailsAll/components/Application/ApplicationTopDetails.vue +++ b/front/src/views/detailsAll/components/Application/ApplicationTopDetails.vue @@ -18,9 +18,15 @@

- {{ props.dataList.type }} - {{ props.dataList.shareType }} - {{ props.dataList.shareCondition }} + + {{ props.dataList.type }} + + + {{ props.dataList.shareType }} + + + {{ props.dataList.shareCondition }} +

diff --git a/front/src/views/detailsAll/components/Business/BusinessTopDetails.vue b/front/src/views/detailsAll/components/Business/BusinessTopDetails.vue index 6a919c09..ca179210 100644 --- a/front/src/views/detailsAll/components/Business/BusinessTopDetails.vue +++ b/front/src/views/detailsAll/components/Business/BusinessTopDetails.vue @@ -18,11 +18,15 @@

- - {{ componentType || props.dataList.type }} + + {{ props.dataList.type }} + + + {{ props.dataList.shareType }} + + + {{ props.dataList.shareCondition }} - {{ props.dataList.shareType }} - {{ props.dataList.shareCondition }}

@@ -59,215 +63,216 @@ diff --git a/front/src/views/detailsAll/components/Developer/DeveloperTopDetails.vue b/front/src/views/detailsAll/components/Developer/DeveloperTopDetails.vue index 0655035e..fd75008e 100644 --- a/front/src/views/detailsAll/components/Developer/DeveloperTopDetails.vue +++ b/front/src/views/detailsAll/components/Developer/DeveloperTopDetails.vue @@ -18,11 +18,15 @@

- - {{ componentType || props.dataList.type }} + + {{ props.dataList.type }} + + + {{ props.dataList.shareType }} + + + {{ props.dataList.shareCondition }} - {{ props.dataList.shareType }} - {{ props.dataList.shareCondition }}

diff --git a/front/src/views/detailsAll/components/LayerService/LayerServiceTopDetails.vue b/front/src/views/detailsAll/components/LayerService/LayerServiceTopDetails.vue index 04c67bc2..336bc5ff 100644 --- a/front/src/views/detailsAll/components/LayerService/LayerServiceTopDetails.vue +++ b/front/src/views/detailsAll/components/LayerService/LayerServiceTopDetails.vue @@ -18,11 +18,15 @@

- - {{ componentType || props.dataList.type }} + + {{ props.dataList.type }} + + + {{ props.dataList.shareType }} + + + {{ props.dataList.shareCondition }} - {{ props.dataList.shareType }} - {{ props.dataList.shareCondition }}