diff --git a/front/src/views/capacityOnTheShelf/components/ApplicationAssociatedComponents.vue b/front/src/views/capacityOnTheShelf/components/ApplicationAssociatedComponents.vue
new file mode 100644
index 00000000..c7c0ee32
--- /dev/null
+++ b/front/src/views/capacityOnTheShelf/components/ApplicationAssociatedComponents.vue
@@ -0,0 +1,247 @@
+
+
+
+
+
{{ props.refData.name }}
+
+
+
+
+
+
+ 关联组件-{{ index + 1 }}
+
+
+
+ 关联组件名称
+ {{ val.name }}
+
+
+ 关联组件描述
+ {{ val.desc }}
+
+
+ 关联组件地址
+ {{ val.url }}
+
+
+
+
+
添加更多关联组件
+
+
+
+
+
+
+
+
+
diff --git a/front/src/views/capacityOnTheShelf/components/ApplicationFunctionIntroduction.vue b/front/src/views/capacityOnTheShelf/components/ApplicationFunctionIntroduction.vue
index f7b70ea4..29e9fdcd 100644
--- a/front/src/views/capacityOnTheShelf/components/ApplicationFunctionIntroduction.vue
+++ b/front/src/views/capacityOnTheShelf/components/ApplicationFunctionIntroduction.vue
@@ -47,7 +47,7 @@
v-model:value="value2"
:showCount="true"
:maxlength="200"
- placeholder="请填写功能名称+功能场景+功能两点+功能作用"
+ placeholder="请填写功能名称+功能场景+功能亮点+功能作用"
/>
diff --git a/front/src/views/detailsAll/ApplicationDetails.vue b/front/src/views/detailsAll/ApplicationDetails.vue
index 9f2ec87e..7db1d491 100644
--- a/front/src/views/detailsAll/ApplicationDetails.vue
+++ b/front/src/views/detailsAll/ApplicationDetails.vue
@@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua
* @Date: 2022-06-08 11:32:22
* @LastEditors: hisense.liangjunhua
- * @LastEditTime: 2022-06-14 14:47:39
+ * @LastEditTime: 2022-06-15 18:10:36
* @Description: 应用详情页
-->
@@ -23,6 +23,12 @@
id="application-presentation"
class="scrollBox"
>
+
+
+
diff --git a/front/src/views/detailsAll/components/Application/ApplicationNavigation.vue b/front/src/views/detailsAll/components/Application/ApplicationNavigation.vue
index 3eb3483e..a53358b2 100644
--- a/front/src/views/detailsAll/components/Application/ApplicationNavigation.vue
+++ b/front/src/views/detailsAll/components/Application/ApplicationNavigation.vue
@@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua
* @Date: 2022-06-08 14:54:01
* @LastEditors: hisense.liangjunhua
- * @LastEditTime: 2022-06-14 14:45:44
+ * @LastEditTime: 2022-06-15 18:24:39
* @Description: 应用详情页导航
-->
@@ -32,6 +32,10 @@
name: '功能介绍',
key: 'function-introduction',
},
+ {
+ name: '关联组件',
+ key: 'application-associated-components',
+ },
{
name: '使用能力',
key: 'ability-to-use',
@@ -65,11 +69,12 @@
if (
item.attrType === '算法优势' ||
item.attrType === '常见问题' ||
- item.attrType === '使用能力'
+ item.attrType === '使用能力' ||
+ item.attrType === '关联组件'
) {
list.value.push(item.attrType)
- } else if (item.attrType === '算法介绍视频') {
- list.value.push('算法展示')
+ } else if (item.attrType === '应用展示视频') {
+ list.value.push('应用展示')
}
})
navList.value.forEach((item) => {
@@ -98,7 +103,8 @@
if (
item.attrType === '功能介绍' ||
item.attrType === '常见问题' ||
- item.attrType === '使用能力'
+ item.attrType === '使用能力' ||
+ item.attrType === '关联组件'
) {
list.value.push(item.attrType)
} else if (item.attrType === '应用展示视频') {
diff --git a/front/src/views/home/components/header.vue b/front/src/views/home/components/header.vue
index 5365de8b..cc7c967b 100644
--- a/front/src/views/home/components/header.vue
+++ b/front/src/views/home/components/header.vue
@@ -80,9 +80,32 @@
{{ user.username }}
- {{ user.username }}
+
+ {{ user.username }}
+
退出
+