769\753 Bug修改
This commit is contained in:
parent
879797d0c5
commit
5f0e5bb7ce
|
@ -235,6 +235,10 @@ export default {
|
|||
this.dataView.children[indexView].children[indexViewSon].children[
|
||||
indexSon
|
||||
].note1 = this.dataForm.type
|
||||
} else if (itemSon.name.indexOf('共享条件') != -1) {
|
||||
this.dataView.children[indexView].children[indexViewSon].children[
|
||||
indexSon
|
||||
].note1 = this.dataForm.shareCondition
|
||||
} else if (itemSon.name === '部门联系人') {
|
||||
console.log('itemSon.name', itemSon.name)
|
||||
this.dataView.children[indexView].children[indexViewSon].children[
|
||||
|
|
|
@ -42,6 +42,12 @@
|
|||
{{ dataForm.content.applicationSceneStr || '--' }}</span
|
||||
></span>
|
||||
</p>
|
||||
<p>
|
||||
<span>
|
||||
应用背景:<span>
|
||||
{{ dataForm.content.applicationBackground || '--' }}</span
|
||||
></span>
|
||||
</p>
|
||||
<p>
|
||||
<span>
|
||||
能力应用期望效果:<span>
|
||||
|
@ -573,7 +579,7 @@ export default {
|
|||
}
|
||||
.clearfix:after {
|
||||
display: block;
|
||||
content: '';
|
||||
content: "";
|
||||
clear: both;
|
||||
}
|
||||
.title {
|
||||
|
@ -583,7 +589,7 @@ export default {
|
|||
border-bottom: 0;
|
||||
}
|
||||
.title:before {
|
||||
content: '';
|
||||
content: "";
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in New Issue