diff --git a/back/src/views/modules/ability/bsabilityai.vue b/back/src/views/modules/ability/bsabilityai.vue
index a1b9ea03..661f116b 100644
--- a/back/src/views/modules/ability/bsabilityai.vue
+++ b/back/src/views/modules/ability/bsabilityai.vue
@@ -156,7 +156,7 @@
:close-on-press-escape='false'
:before-close='clear'
width="50%">
-
+
@@ -48,7 +48,7 @@
@@ -71,7 +71,7 @@ export default {
}
},
methods: {
- add () {
+ add (title) {
const list = this.configure.list
let flag = true
list.forEach((item) => {
@@ -89,11 +89,11 @@ export default {
})
this.data.push(obj)
// console.log(data.value[title])
- // mybus.emit('chageDataFrom', {
- // attrType: title,
- // attrValue: JSON.stringify(data.value[title]),
- // delFlag: 0
- // })
+ this.$emit('changeInfoList', {
+ attrType: title,
+ attrValue: JSON.stringify(this.data),
+ delFlag: 0
+ })
list.forEach((item) => {
item.note1 = ''
})
@@ -101,14 +101,15 @@ export default {
} else {
this.$message.warning('请填写完整')
}
- } // del (title, index) {
- // data.value[title].splice(index, 1)
- // mybus.emit('chageDataFrom', {
- // attrType: title,
- // attrValue: JSON.stringify(data.value[title]),
- // delFlag: 0
- // })
- // }
+ },
+ del (title, index) {
+ this.data.splice(index, 1)
+ this.$emit('changeInfoList', {
+ attrType: title,
+ attrValue: JSON.stringify(this.data),
+ delFlag: 0
+ })
+ }
}
}
@@ -135,7 +136,7 @@ export default {
.bottom {
margin-top: 25px;
-
+ margin-bottom: 25px;
.items {
background: #fafafa;
padding: 10px;
@@ -302,4 +303,9 @@ export default {
font-weight: 400;
text-align: left;
}
+textarea {
+ height: 100px;
+ resize: none;
+ font-size: 14px;
+}
diff --git a/back/src/views/modules/putOnTheShelf/index.vue b/back/src/views/modules/putOnTheShelf/index.vue
index 2212f1f9..12f9d511 100644
--- a/back/src/views/modules/putOnTheShelf/index.vue
+++ b/back/src/views/modules/putOnTheShelf/index.vue
@@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua
* @Date: 2022-07-08 09:48:52
* @LastEditors: hisense.liangjunhua
- * @LastEditTime: 2022-07-08 15:50:06
+ * @LastEditTime: 2022-07-08 17:48:27
* @Description: 告诉大家这是什么
-->
@@ -15,11 +15,11 @@
{{ item.name }}
-
-
+
-
@@ -31,7 +31,7 @@
-
+
@@ -163,6 +163,12 @@ export default {
}
},
methods: {
+ changeInfoList (obj) {
+ this.$emit('changeInfoList', obj)
+ },
+ goToRichText () {
+
+ }
}
}
@@ -198,6 +204,7 @@ export default {
.item {
display: flex;
align-items: center;
+ margin: 25px 0;
& > span:nth-of-type(1) {
width: 105px;
}
diff --git a/front/public/index.html b/front/public/index.html
index 20397385..fc53acb7 100644
--- a/front/public/index.html
+++ b/front/public/index.html
@@ -28,10 +28,10 @@
diff --git a/front/src/views/detailsAll/components/Business/BusinessUsageMode.vue b/front/src/views/detailsAll/components/Business/BusinessUsageMode.vue
index e1e19e28..06a2f533 100644
--- a/front/src/views/detailsAll/components/Business/BusinessUsageMode.vue
+++ b/front/src/views/detailsAll/components/Business/BusinessUsageMode.vue
@@ -216,7 +216,7 @@
message.config({
top: '100px', // 距离顶部的位置
})
- message.error('暂无上传技术文档')
+ message.error('暂未上传技术文档')
}
}
function technicalNew() {
@@ -241,7 +241,7 @@
message.config({
top: '100px', // 距离顶部的位置
})
- message.error('暂无上传使用手册')
+ message.error('暂未上传使用手册')
}
}
diff --git a/front/src/views/detailsAll/components/LayerService/LayerServiceUsageMode.vue b/front/src/views/detailsAll/components/LayerService/LayerServiceUsageMode.vue
index 401fb247..f6f7b1c8 100644
--- a/front/src/views/detailsAll/components/LayerService/LayerServiceUsageMode.vue
+++ b/front/src/views/detailsAll/components/LayerService/LayerServiceUsageMode.vue
@@ -224,7 +224,7 @@
message.config({
top: '100px', // 距离顶部的位置
})
- message.error('暂无上传技术文档')
+ message.error('暂未上传接口文档')
}
}
function technicalNew() {
@@ -248,7 +248,7 @@
message.config({
top: '100px', // 距离顶部的位置
})
- message.error('暂上传使用手册')
+ message.error('暂未上传使用手册')
}
}
diff --git a/front/src/views/home/DetailsPageconetent.vue b/front/src/views/home/DetailsPageconetent.vue
index 2bb136a0..ac267498 100644
--- a/front/src/views/home/DetailsPageconetent.vue
+++ b/front/src/views/home/DetailsPageconetent.vue
@@ -1026,7 +1026,7 @@
}
tecHnosphere = router.currentRoute.value.query.tecHnosphere
appLiCation = router.currentRoute.value.query.appLiCation
- if (val.typeList && val.typeList.length > 6) {
+ if (val.typeList && val.typeList.length > 8) {
val.showShrink = true
val.shrinkFlag = true
}