|
|
@@ -620,8 +620,12 @@ |
|
|
|
<!-- 需求挖掘 --> |
|
|
|
<div v-if="zhixingcenterindex == 2" class="wajueBox"> |
|
|
|
<div style="display: flex"> |
|
|
|
<div style="padding: 0 10px;flex: 1;line-height: 44px;">挖掘执行率 {{ userinformationlist.wordFraction || 0 }}%</div> |
|
|
|
<div style="padding: 0 10px;flex: 1;line-height: 44px;">挖掘成功率 {{ userinformationlist.wordFinishFraction || 0 }}%</div> |
|
|
|
<div style="padding: 0 10px; flex: 1; line-height: 44px"> |
|
|
|
挖掘执行率 {{ userinformationlist.wordFraction || 0 }}% |
|
|
|
</div> |
|
|
|
<div style="padding: 0 10px; flex: 1; line-height: 44px"> |
|
|
|
挖掘成功率 {{ userinformationlist.wordFinishFraction || 0 }}% |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="wajue-title"> |
|
|
|
<div class="label1">指标</div> |
|
|
@@ -629,7 +633,11 @@ |
|
|
|
<div class="label3">匹配标签</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div id="zxldiv" style="height: calc(70vh - 230px)" v-if="zhixingcenterindex == 2"> |
|
|
|
<div |
|
|
|
id="zxldiv" |
|
|
|
style="height: calc(70vh - 230px)" |
|
|
|
v-if="zhixingcenterindex == 2" |
|
|
|
> |
|
|
|
<div |
|
|
|
style="width: 100%" |
|
|
|
v-for="(item, index) in keyWordsList" |
|
|
@@ -2019,6 +2027,7 @@ export default { |
|
|
|
let param = { |
|
|
|
keywordIds: "", |
|
|
|
id: this.fileId, |
|
|
|
projectId: this.userinformationlist.projectId, |
|
|
|
}; |
|
|
|
let str = []; |
|
|
|
this.Acquirecustomerintentlist2.map((item) => { |
|
|
@@ -2176,6 +2185,7 @@ export default { |
|
|
|
}) |
|
|
|
.then((res) => { |
|
|
|
this.$message.success("保存成功"); |
|
|
|
this.init(); |
|
|
|
}); |
|
|
|
}, |
|
|
|
|
|
|
|