| @@ -29,7 +29,7 @@ | |||||
| </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">挖掘执行:{{ customerInfo.wordFraction || 0 }}%</view> | ||||
| <view class="content-sec-lab1" style="width: 44%">挖掘成功:{{ customerInfo.wordFraction || 0 }}%</view> | |||||
| <view class="content-sec-lab1" style="width: 44%">挖掘成功:{{ customerInfo.wordFinishFraction || 0 }}%</view> | |||||
| <!-- <view class="content-sec-lab1" @click.stop="tipupon" style="width: 44%">画像标签:<text | <!-- <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 | ||||
| @@ -122,7 +122,7 @@ | |||||
| >挖掘执行:{{ 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 | |||||
| >挖掘成功:{{ max100(item.wordFinishFraction) }}%</view | |||||
| > | > | ||||
| <!-- <view class="content-sec-lab1" style="width: 44%" | <!-- <view class="content-sec-lab1" style="width: 44%" | ||||
| >画像标签:<text style="font-weight: 600">{{ | >画像标签:<text style="font-weight: 600">{{ | ||||
| @@ -87,7 +87,7 @@ | |||||
| <view class="text">挖掘执行</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.wordFinishFraction|| 0}}%</view> | |||||
| <view class="text">挖掘成功</view> | <view class="text">挖掘成功</view> | ||||
| </view> | </view> | ||||
| <view class="cont-item"> | <view class="cont-item"> | ||||
| @@ -151,6 +151,7 @@ | |||||
| <view class="bounced3-2" @tap="$noMultipleClicks(Confirmthetag)">确认</view> | <view class="bounced3-2" @tap="$noMultipleClicks(Confirmthetag)">确认</view> | ||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| <!-- 加入常错词 --> | <!-- 加入常错词 --> | ||||
| <view class="zhezhao" v-if="isshow2" @tap="Cancelout"></view> | <view class="zhezhao" v-if="isshow2" @tap="Cancelout"></view> | ||||
| <u-modal v-model="isshow2" title="添加常错词" :show-cancel-button="true" @cancel="Cancelout" | <u-modal v-model="isshow2" title="添加常错词" :show-cancel-button="true" @cancel="Cancelout" | ||||
| @@ -158,16 +159,14 @@ | |||||
| <view class="tian-view"> | <view class="tian-view"> | ||||
| <view class="tian-view-t2" style="margin-left: 20rpx;"> | <view class="tian-view-t2" style="margin-left: 20rpx;"> | ||||
| 常错词:<view class="word1"> | 常错词:<view class="word1"> | ||||
| <u-input :clearable="false" :auto-height="false" height="30" type="textarea" v-model="thewrongword" :border="false" | |||||
| :custom-style="customStyle" placeholder="请输入" /> | |||||
| <u-input :auto-height="true" type="textarea" v-model="thewrongword" :border="false" placeholder="请输入" /> | |||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| <view class="tian-view"> | <view class="tian-view"> | ||||
| <view class="tian-view-t2" style="margin-left: 20rpx;"> | <view class="tian-view-t2" style="margin-left: 20rpx;"> | ||||
| 正确词:<view class="word1"> | 正确词:<view class="word1"> | ||||
| <u-input :clearable="false" :auto-height="false" height="30" type="textarea" v-model="reswrongword" :border="false" | |||||
| :custom-style="customStyle" placeholder="请输入" /> | |||||
| <u-input :auto-height="true" type="textarea" v-model="reswrongword" :border="false" placeholder="请输入" /> | |||||
| </view> | </view> | ||||
| </view> | </view> | ||||
| </view> | </view> | ||||