瀏覽代碼

修改

message
corala 3 年之前
父節點
當前提交
c9445cd701
共有 3 個檔案被更改,包括 9 行新增9 行删除
  1. +3
    -3
      pages/center/Piabodata/Theteamcompared.vue
  2. +3
    -4
      pages/center/records/index.vue
  3. +3
    -2
      pages/mine/details2.vue

+ 3
- 3
pages/center/Piabodata/Theteamcompared.vue 查看文件

@@ -54,7 +54,7 @@
</view>
</view>
<view class="" v-if="eharTab.active1 == 1 ">
<view class="danwei">接待量</view>
<view class="danwei">接待量(次)</view>
<view class="uchaserbox">
<template v-if="lineOptsect1">
<qiun-data-charts type="line" :opts="lineOpts1" :chartData="lineOptsect1" background="none" :ontouch="true"
@@ -101,7 +101,7 @@
</view>
</view>
<view v-if="eharTab.active2 == 1 ">
<view class="danwei">录音时长 (min)</view>
<view class="danwei">录音时长(min)</view>
<view class="uchaserbox">
<template v-if="lineOptsect2">
<qiun-data-charts type="line" :opts="lineOpts1" :chartData="lineOptsect2" background="none" :ontouch="true"
@@ -135,7 +135,7 @@
</view>
</view>
<view v-if="eharTab.active3 == 1 ">
<view class="danwei">执行率 (%)</view>
<view class="danwei">执行率(%)</view>
<view class="uchaserbox">
<template v-if="lineOptsect3">
<qiun-data-charts type="line" :chartData="lineOptsect3" background="none" :ontouch="true"


+ 3
- 4
pages/center/records/index.vue 查看文件

@@ -783,12 +783,10 @@

.left {
flex-shrink: 0;
min-width: 50%;
min-width: 40%;
display: flex;
align-items: center;
overflow: hidden;


.adviser {
margin-right: 10rpx;
padding: 5rpx 11rpx;
@@ -826,9 +824,10 @@
}

.right {
max-width: 50%;
flex: 1;
display: flex;
font-size: 30rpx;
justify-content: flex-end;

view,
text {


+ 3
- 2
pages/mine/details2.vue 查看文件

@@ -35,8 +35,9 @@
</view>
<view class="contentInfo">
<view class="info">
<text class="AudioUserName">{{ item.speaker | toCapital }}</text>
<text>{{conversionTiame(item.bg/1000)}}</text>
{{ item.speaker | toCapital }} {{conversionTiame(item.bg/1000)}}
<!-- <text class="AudioUserName">{{ item.speaker | toCapital }}</text>
<text>{{conversionTiame(item.bg/1000)}}</text> -->
</view>
<view class="contentMain">
<view class="content">


Loading…
取消
儲存