| @@ -28,11 +28,12 @@ | |||||
| }}min</view> | }}min</view> | ||||
| </view> | </view> | ||||
| <view class="content-sec-lab"> | <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">{{ | class="look">{{ | ||||
| customerInfo.demand.cusSemanticWordsList?customerInfo.demand.cusSemanticWordsList.length:0}}</text><text | customerInfo.demand.cusSemanticWordsList?customerInfo.demand.cusSemanticWordsList.length:0}}</text><text | ||||
| class="look1">查看</text></view> | |||||
| class="look1">查看</text></view> --> | |||||
| </view> | </view> | ||||
| <view class="content-sec-lab"> | <view class="content-sec-lab"> | ||||
| <view class="content-sec-lab1">所属顾问:{{ customerInfo.agentName || "--" }}</view> | <view class="content-sec-lab1">所属顾问:{{ customerInfo.agentName || "--" }}</view> | ||||
| @@ -122,10 +122,13 @@ | |||||
| >挖掘执行:{{ max100(item.wordFraction) }}%</view | >挖掘执行:{{ max100(item.wordFraction) }}%</view | ||||
| > | > | ||||
| <view class="content-sec-lab1" style="width: 44%" | <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">{{ | >画像标签:<text style="font-weight: 600">{{ | ||||
| item.demand.cusSemanticWordsList.length || 0 | item.demand.cusSemanticWordsList.length || 0 | ||||
| }}</text></view | }}</text></view | ||||
| > | |||||
| > --> | |||||
| </view> | </view> | ||||
| <view class="content-sec-lab"> | <view class="content-sec-lab"> | ||||
| <view class="content-sec-lab1" | <view class="content-sec-lab1" | ||||
| @@ -82,12 +82,13 @@ | |||||
| <view class="text">访问次数</view> | <view class="text">访问次数</view> | ||||
| </view> | </view> | ||||
| <view class="cont-item"> | <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> | ||||
| <view class="cont-item"> | <view class="cont-item"> | ||||
| <view class="count">{{item.wordFraction|| 0}}%</view> | <view class="count">{{item.wordFraction|| 0}}%</view> | ||||
| <view class="text">需求挖掘</view> | |||||
| <view class="text">挖掘成功</view> | |||||
| </view> | </view> | ||||
| <view class="cont-item"> | <view class="cont-item"> | ||||
| <view class="count" style="color: #2671E2;font-weight:600">{{item.fraction|| 0}}%</view> | <view class="count" style="color: #2671E2;font-weight:600">{{item.fraction|| 0}}%</view> | ||||
| @@ -16,7 +16,6 @@ | |||||
| <input | <input | ||||
| type="text" | type="text" | ||||
| @input="searchinfo" | @input="searchinfo" | ||||
| :disabled="disabled" | |||||
| v-model="keyword" | v-model="keyword" | ||||
| placeholder="请输入关键字" | placeholder="请输入关键字" | ||||
| style="width: 100%; color: #999999; font-size: 24rpx" | style="width: 100%; color: #999999; font-size: 24rpx" | ||||
| @@ -25,7 +24,7 @@ | |||||
| </view> | </view> | ||||
| <view class="box-list"> | <view class="box-list"> | ||||
| <view | <view | ||||
| style="width: 100%; padding-bottom: 10rpx; margin-top: 40rpx" | |||||
| style="width: 100%; padding-bottom: 10rpx;" | |||||
| v-for="(item, index) in listarr" | v-for="(item, index) in listarr" | ||||
| :key="index" | :key="index" | ||||
| @click="toaidoinfo(item.Content, item.corpusId, item.index)" | @click="toaidoinfo(item.Content, item.corpusId, item.index)" | ||||
| @@ -92,7 +91,6 @@ export default { | |||||
| listarr: [], | listarr: [], | ||||
| keyword: "", | keyword: "", | ||||
| skpl: "", | skpl: "", | ||||
| disabled: false, | |||||
| tipsFncName: "", // 通知其他页面的方法名称 | tipsFncName: "", // 通知其他页面的方法名称 | ||||
| }; | }; | ||||
| }, | }, | ||||
| @@ -104,7 +102,6 @@ export default { | |||||
| if (options.UpDateEvent) this.tipsFncName = options.UpDateEvent; | if (options.UpDateEvent) this.tipsFncName = options.UpDateEvent; | ||||
| if (this.skpl == 2) { | if (this.skpl == 2) { | ||||
| this.searchinfo(); | this.searchinfo(); | ||||
| this.disabled = true; | |||||
| } else { | } else { | ||||
| this.disabled = false; | this.disabled = false; | ||||
| } | } | ||||
| @@ -241,8 +238,7 @@ export default { | |||||
| } | } | ||||
| .box-list { | .box-list { | ||||
| width: 690rpx; | width: 690rpx; | ||||
| margin: 0 auto; | |||||
| margin-top: 10rpx; | |||||
| margin: 30rpx auto 0; | |||||
| } | } | ||||
| .item-list { | .item-list { | ||||
| display: flex; | display: flex; | ||||