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 === '组件地址') {