diff --git a/back/src/views/modules/activiti/demo/putaway-process3.vue b/back/src/views/modules/activiti/demo/putaway-process3.vue index 4f1e12cc..659b4720 100644 --- a/back/src/views/modules/activiti/demo/putaway-process3.vue +++ b/back/src/views/modules/activiti/demo/putaway-process3.vue @@ -4,7 +4,7 @@
@@ -429,7 +429,7 @@ export default { .data-list-left { width: 80px; height: 110px; - background: url('~@/assets/img/Capabilitydiagram.png') no-repeat; + background: url("~@/assets/img/Capabilitydiagram.png") no-repeat; background-size: 80px 80px; background-position: center; margin-left: 10px; diff --git a/back/src/views/modules/myAgent/demo/ResourcesAndServices.vue b/back/src/views/modules/myAgent/demo/ResourcesAndServices.vue index c12c04d2..776dc574 100644 --- a/back/src/views/modules/myAgent/demo/ResourcesAndServices.vue +++ b/back/src/views/modules/myAgent/demo/ResourcesAndServices.vue @@ -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[ diff --git a/back/src/views/modules/myAgent/demo/competency-application.vue b/back/src/views/modules/myAgent/demo/competency-application.vue index 44f56752..ba87c74f 100644 --- a/back/src/views/modules/myAgent/demo/competency-application.vue +++ b/back/src/views/modules/myAgent/demo/competency-application.vue @@ -42,6 +42,12 @@ {{ dataForm.content.applicationSceneStr || '--' }}
++ + 应用背景: + {{ dataForm.content.applicationBackground || '--' }} +
能力应用期望效果: @@ -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;