Browse Source

bi大数据

newStyle
风继续吹 1 year ago
parent
commit
b939fd3d97
4 changed files with 24 additions and 6 deletions
  1. +2
    -2
      manifest.json
  2. +5
    -2
      pages/center/Piabodata/index.vue
  3. +15
    -0
      pages/center/consumer/consumerDetail.vue
  4. +2
    -2
      pages/mine/details2.vue

+ 2
- 2
manifest.json View File

@@ -1,5 +1,5 @@
{
"name" : "AI营销辅助",
"name" : "AI销讲助手",
"appid" : "__UNI__7A1611D",
"description" : "AI销讲助手",
"versionName" : "1.1.0",
@@ -72,7 +72,7 @@
},
"quickapp" : {},
"mp-weixin" : {
"appid" : "wx5700a3ff66ea4e4c",
"appid" : "wx83fec12ec03d9349",
"setting" : {
"urlCheck" : false,
"es6" : true,


+ 5
- 2
pages/center/Piabodata/index.vue View File

@@ -435,7 +435,6 @@
})
},
getPercent(num) {
console.log(num)
return num || 0
},
// 获取员工列表
@@ -672,10 +671,14 @@
this.allechar.map(item => {
allobj.categories.push(item.statDate.slice(5, 10))
allobj.series[0].data.push(item[this.newlistoj1[index].setName])
console.log(this.newlistoj1[index], 'zheli ')
})

this.bocindex = index;
this.lineOptsect = allobj
this.$nextTick(() => {
this.lineOptsect = allobj
})
console.log(this.lineOptsect, 'echarts数据')
},
tapspagek3(index) {
this.newlisttabinfo1 = [];


+ 15
- 0
pages/center/consumer/consumerDetail.vue View File

@@ -1267,6 +1267,21 @@
height: 100%;
}
}

.clientStageName {
height: 48rpx;
line-height: 48rpx;
background: #fff;
border-radius: 4rpx;
border: 1rpx solid #ff981e;
box-sizing: border-box;
font-size: 28rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #ff981e;
margin-left: 16rpx;
padding: 0 16rpx;
}
}

.right {


+ 2
- 2
pages/mine/details2.vue View File

@@ -2353,8 +2353,8 @@
}

.pingfenbox view {
width: 100%;
height: 100%;
flex-grow: 1;
flex-shrink: 0;
text-align: center;
font-size: 28rpx;
padding: 0 18rpx;


Loading…
Cancel
Save