Kaynağa Gözat

修改样式

yun
douzhuo 2 yıl önce
ebeveyn
işleme
6b09ecf22f
3 değiştirilmiş dosya ile 15 ekleme ve 7 silme
  1. +12
    -5
      pages/mine/details2.vue
  2. +2
    -2
      pages/reportExcel/dayReport.vue
  3. +1
    -0
      utils/domain.js

+ 12
- 5
pages/mine/details2.vue Dosyayı Görüntüle

@@ -281,9 +281,9 @@
</view>
</view>
<view class="hsnrtest" v-if="subitem.show">话术内容</view>
<view class="Level3che" @tap="clickaudeopal(che)" v-if="subitem.show"
<view class="Level3che" @tap="clickaudeopal(che)" v-if="subitem.show"
v-for="(che,inc) in subitem.children" :key='inc'>
<view class="title1">{{inc+1}}.{{che.name}}</view>
<view class="title1" :class="{gray: che.viewFlag == 1}">{{inc+1}}.{{che.name}}</view>
<view class="jiantobox">
<image v-if="che.selected==0" class="arrow" src="/static/images/rate-checked.png"
mode="" />
@@ -705,7 +705,7 @@
},
//评分点击
clickaudeopal(item) {
if (item.selected == 0) {
if (item.selected == 0 && item.viewFlag != 1) {
console.log(item)
this.Pinspeak = false
uni.navigateTo({
@@ -1528,7 +1528,8 @@
sort: item.sort,
show: false,
ratepercent: 0,
children: []
children: [],
viewFlag: item.viewFlag,
})
} else {
if (item.selected == 0) {
@@ -1551,7 +1552,8 @@
name: subitem.name,
show: false,
marketingId: subitem.marketingId,
children: []
children: [],
viewFlag: subitem.viewFlag,
})
}
})
@@ -1567,6 +1569,7 @@
selected: subitem.selected,
name: subitem.name,
marketingId: subitem.marketingId,
viewFlag: subitem.viewFlag,
})
}
})
@@ -2533,6 +2536,10 @@
color: #2671E2;
font-weight: 400;
}
.gray {
color: #979797 !important;
}

.jiantobox {
width: 30rpx;


+ 2
- 2
pages/reportExcel/dayReport.vue Dosyayı Görüntüle

@@ -422,7 +422,7 @@
8、平均执行率最低的顾问:`
this.lowest.map((item, index) => {
str += `
${index+1}.${item.title || '--'}${item.value||'0'}%`
${item.title || '--'}${item.value||'0'}%`
})
}
str += `
@@ -432,7 +432,7 @@
10、未标记接待数:${ this.weekObj.unlabelledReceptionNum || 0 }条
11、设备情况:
在线${this.weekObj.equipmentInfo.onlineNum || 0}
在线:${this.weekObj.equipmentInfo.onlineNum || 0}
离线:${this.weekObj.equipmentInfo.offlineNum || 0}`

uni.setClipboardData({


+ 1
- 0
utils/domain.js Dosyayı Görüntüle

@@ -3,6 +3,7 @@ const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 最新测试
// const baseUrl = 'http://192.168.31.211:8080/api';// 泽明
// const baseUrl = 'http://localhost:8080/autoSR/api'; // 本地
// const baseUrl = 'http://192.168.31.161:8080/autoSR/api'; // 长龙
// const baseUrl = 'http://192.168.31.86:9090/api'; // 盛浩
// const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式
// const baseUrl = 'https://hfju.com/api'; // 数智正式



Yükleniyor…
İptal
Kaydet