From 8c5dc5f7e471386007a9b9d0dedfd060fb6161bf Mon Sep 17 00:00:00 2001 From: "851673013@qq.com" <851673013@qq.com> Date: Fri, 5 Aug 2022 09:32:03 +0800 Subject: [PATCH 1/2] =?UTF-8?q?bug822=EF=BC=9A=E8=83=BD=E5=8A=9B=E9=9B=86?= =?UTF-8?q?=E5=B8=82=EF=BC=9A=E7=BB=84=E4=BB=B6=E6=9C=8D=E5=8A=A1-?= =?UTF-8?q?=E5=9B=BE=E5=B1=82=E8=AF=A6=E6=83=85=EF=BC=8C=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=E7=9A=84=E5=9C=B0=E5=9D=80=E5=BB=BA=E8=AE=AE?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E7=82=B9=E5=87=BB=E6=89=93=E5=BC=80=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/LayerService/LayerServiceUsageMode.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/front/src/views/detailsAll/components/LayerService/LayerServiceUsageMode.vue b/front/src/views/detailsAll/components/LayerService/LayerServiceUsageMode.vue index 2a69ed53..902e9708 100644 --- a/front/src/views/detailsAll/components/LayerService/LayerServiceUsageMode.vue +++ b/front/src/views/detailsAll/components/LayerService/LayerServiceUsageMode.vue @@ -12,14 +12,14 @@
+
服务地址: {{ item.linkValue }}
+
样式服务地址: {{ item.csslinkValue }}
@@ -186,6 +186,10 @@ } } ) + //服务地址和样式服务地址跳转方法 + function ServiceAddressFunction(link) { + window.open(link) + } function technical() { // 拼接路径 // const type = pinyin(props.dataList.type, { @@ -280,6 +284,7 @@ color: #212956; line-height: 26px; margin-top: 0.3rem; + cursor: pointer; } p:first-child { margin-top: 0.2rem; From fbd25a0c5d17fde0a9918bb934cdf131568c1e1c Mon Sep 17 00:00:00 2001 From: "851673013@qq.com" <851673013@qq.com> Date: Fri, 5 Aug 2022 09:51:59 +0800 Subject: [PATCH 2/2] =?UTF-8?q?bug824=EF=BC=9A=E4=B8=8A=E6=9E=B6=E4=B8=9A?= =?UTF-8?q?=E5=8A=A1=E7=BB=84=E4=BB=B6=EF=BC=9A=E5=85=B1=E4=BA=AB=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E9=80=89=E6=8B=A9=E5=90=8E=EF=BC=8C=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E4=B8=8D=E6=B6=88=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue index 7822484c..3b3de546 100644 --- a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue +++ b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue @@ -246,6 +246,7 @@ v-else-if="item.type == 'radio'" v-model:value="item.note1" :options="item.options" + @change="changeIiem(item.name, item.note1)" />