From 5f0e5bb7ce8ea155b4dc73989f1f4adc1a880fcd Mon Sep 17 00:00:00 2001 From: gaoyuanwei <2826352639@qq.com> Date: Fri, 29 Jul 2022 18:05:04 +0800 Subject: [PATCH] =?UTF-8?q?769\753=20=20=20Bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/myAgent/demo/ResourcesAndServices.vue | 4 ++++ .../modules/myAgent/demo/competency-application.vue | 10 ++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) 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;