From 21e1bb589898df0d3a936a3fcd79b38cb0767dc9 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Mon, 22 Aug 2022 16:52:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=97=E6=B3=95=20=20=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=20=20=E6=B7=BB=E5=8A=A0=E7=94=B3=E8=AF=B7?= =?UTF-8?q?=E5=89=8D=E5=90=8E=20=20=20=E7=9A=84=E6=98=BE=E7=A4=BA=E5=92=8C?= =?UTF-8?q?=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Algorithm/AlgorithmUsageMode.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/front/src/views/detailsAll/components/Algorithm/AlgorithmUsageMode.vue b/front/src/views/detailsAll/components/Algorithm/AlgorithmUsageMode.vue index fa5082d1..43a04ddc 100644 --- a/front/src/views/detailsAll/components/Algorithm/AlgorithmUsageMode.vue +++ b/front/src/views/detailsAll/components/Algorithm/AlgorithmUsageMode.vue @@ -41,10 +41,14 @@

{{ item.linkPlatform.name }} - + {{ item.linkPlatform.value }} + + + **************** +

@@ -129,6 +133,7 @@ import { pinyin } from 'pinyin-pro' import { ref, defineProps, watch } from 'vue' import { message } from 'ant-design-vue' + const approveStatus = ref('') let dataFrom = ref({ title: '使用方式', englishTitle: 'USAGE', @@ -183,6 +188,7 @@ dataFrom.value.content[0].people.value = props.dataList.deptContacts dataFrom.value.content[0].phone.value = props.dataList.deptPhone dataFrom.value.content[0].postMethod.value = props.dataList.apiMethodType + approveStatus.value = props.dataList.approveStatus console.log('dataList', props.dataList) props.dataList.infoList.map((item) => { if (item.attrType === '组件地址') {