diff --git a/front/src/views/personalCenter/components/PutOnTheShelf .vue b/front/src/views/personalCenter/components/PutOnTheShelf .vue
index 9a1d6825..7630e6b2 100644
--- a/front/src/views/personalCenter/components/PutOnTheShelf .vue
+++ b/front/src/views/personalCenter/components/PutOnTheShelf .vue
@@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua
* @Date: 2022-07-12 09:42:44
* @LastEditors: Light
- * @LastEditTime: 2022-12-01 14:02:17
+ * @LastEditTime: 2022-12-19 10:54:23
* @Description:我的申请 能力申请 查看详情
-->
@@ -35,9 +35,118 @@
能力描述:{{ props.refObj.dto.description }}
归属部门:{{ props.refObj.dto.deptName }}
-
- {{ item.attrType + ':' + item.attrValue }}
-
+
+
+ {{ item.attrType + ':' + item.attrValue }}
+
+
+
+
+
{{ item.attrType + '-' + (index + 1) }}
+
+ 算法优势名称:{{ attr.name }}
+
+
+ 算法优势描述:{{ attr.desc }}
+
+
+
+
+
+
{{ item.attrType + '-' + (index + 1) }}
+
+ 应用场景名称:{{ attr.name }}
+
+
+ 应用场景描述:{{ attr.desc }}
+
+
+
+
+
+
+
{{ item.attrType + '-' + (index + 1) }}
+
+ 计费方式:{{ attr.type }}
+
+
+ 计费标准:{{ attr.price }}
+
+
+ 计费标准描述:{{ attr.desc }}
+
+
+
+
+
+
{{ item.attrType + '-' + (index + 1) }}
+
+ 问题:{{ attr.question }}
+
+
+ 答复:{{ attr.answer }}
+
+
+
+
+
+
{{ item.attrType + '-' + (index + 1) }}
+
+ 功能名称:{{ attr.name }}
+
+
+ 功能描述:{{ attr.desc }}
+
+
+
+
+
+
+
@@ -52,11 +161,11 @@
})
console.log(props.refObj, '=====================================')
const arr = ['算法优势', '应用场景', '计费标准信息', '常见问题', '功能介绍']
- if (props.refObj.dto.infoList) {
- props.refObj.dto.infoList = props.refObj.dto.infoList.filter(
- (val) => arr.indexOf(val.attrType) == -1
- )
- }
+ // if (props.refObj.dto.infoList) {
+ // props.refObj.dto.infoList = props.refObj.dto.infoList.filter(
+ // (val) => arr.indexOf(val.attrType) == -1
+ // )
+ // }
const endThis = () => {
endProcess({ instanceId: props.refObj.processInstanceId }).then((res) => {
if (res.data.code == 0) {
@@ -104,6 +213,9 @@
.main {
background: #eee;
padding: 0.2rem 0.2rem 0.1rem;
+ div {
+ margin-bottom: 1em;
+ }
p {
display: flex;
justify-content: space-between;