Ver código fonte

修改挖掘执行成功

newyun
corala 1 ano atrás
pai
commit
26a8d85eed
4 arquivos alterados com 14 adições e 13 exclusões
  1. +4
    -3
      pages/center/consumer/consumerDetail.vue
  2. +4
    -1
      pages/center/consumer/index.vue
  3. +4
    -3
      pages/center/records/index.vue
  4. +2
    -6
      pages/learning/Keywordsearch.vue

+ 4
- 3
pages/center/consumer/consumerDetail.vue Ver arquivo

@@ -28,11 +28,12 @@
}}min</view>
</view>
<view class="content-sec-lab">
<view class="content-sec-lab1">需求挖掘:{{ customerInfo.wordFraction || 0 }}%</view>
<view class="content-sec-lab1" @click.stop="tipupon" style="width: 44%">画像标签:<text
<view class="content-sec-lab1">挖掘执行:{{ customerInfo.wordFraction || 0 }}%</view>
<view class="content-sec-lab1" style="width: 44%">挖掘成功:{{ customerInfo.wordFraction || 0 }}%</view>
<!-- <view class="content-sec-lab1" @click.stop="tipupon" style="width: 44%">画像标签:<text
class="look">{{
customerInfo.demand.cusSemanticWordsList?customerInfo.demand.cusSemanticWordsList.length:0}}</text><text
class="look1">查看</text></view>
class="look1">查看</text></view> -->
</view>
<view class="content-sec-lab">
<view class="content-sec-lab1">所属顾问:{{ customerInfo.agentName || "--" }}</view>


+ 4
- 1
pages/center/consumer/index.vue Ver arquivo

@@ -122,10 +122,13 @@
>挖掘执行:{{ max100(item.wordFraction) }}%</view
>
<view class="content-sec-lab1" style="width: 44%"
>挖掘成功:{{ max100(item.wordFraction) }}%</view
>
<!-- <view class="content-sec-lab1" style="width: 44%"
>画像标签:<text style="font-weight: 600">{{
item.demand.cusSemanticWordsList.length || 0
}}</text></view
>
> -->
</view>
<view class="content-sec-lab">
<view class="content-sec-lab1"


+ 4
- 3
pages/center/records/index.vue Ver arquivo

@@ -82,12 +82,13 @@
<view class="text">访问次数</view>
</view>
<view class="cont-item">
<view class="count">{{item.demand.cusSemanticWordsList?item.demand.cusSemanticWordsList.length:'--'}}</view>
<view class="text">画像标签</view>
<view class="count">{{item.wordFraction||0}}%</view>
<!-- <view class="count">{{item.demand.cusSemanticWordsList?item.demand.cusSemanticWordsList.length:'--'}}</view> -->
<view class="text">挖掘执行</view>
</view>
<view class="cont-item">
<view class="count">{{item.wordFraction|| 0}}%</view>
<view class="text">需求挖掘</view>
<view class="text">挖掘成功</view>
</view>
<view class="cont-item">
<view class="count" style="color: #2671E2;font-weight:600">{{item.fraction|| 0}}%</view>


+ 2
- 6
pages/learning/Keywordsearch.vue Ver arquivo

@@ -16,7 +16,6 @@
<input
type="text"
@input="searchinfo"
:disabled="disabled"
v-model="keyword"
placeholder="请输入关键字"
style="width: 100%; color: #999999; font-size: 24rpx"
@@ -25,7 +24,7 @@
</view>
<view class="box-list">
<view
style="width: 100%; padding-bottom: 10rpx; margin-top: 40rpx"
style="width: 100%; padding-bottom: 10rpx;"
v-for="(item, index) in listarr"
:key="index"
@click="toaidoinfo(item.Content, item.corpusId, item.index)"
@@ -92,7 +91,6 @@ export default {
listarr: [],
keyword: "",
skpl: "",
disabled: false,
tipsFncName: "", // 通知其他页面的方法名称
};
},
@@ -104,7 +102,6 @@ export default {
if (options.UpDateEvent) this.tipsFncName = options.UpDateEvent;
if (this.skpl == 2) {
this.searchinfo();
this.disabled = true;
} else {
this.disabled = false;
}
@@ -241,8 +238,7 @@ export default {
}
.box-list {
width: 690rpx;
margin: 0 auto;
margin-top: 10rpx;
margin: 30rpx auto 0;
}
.item-list {
display: flex;


Carregando…
Cancelar
Salvar