调整添加员工转跳错误

This commit is contained in:
唐明明
2021-09-30 17:23:05 +08:00
parent 827944a142
commit aa7b7c7d35
7 changed files with 25 additions and 19 deletions

View File

@@ -59,7 +59,11 @@
<view class="number nowrap">{{chains.balance}}</view>
</view>
<view class="header-item">
<view class="title">上期能量球价值<uni-icons class="help-icon" @click="showHelp('up')" type="help-filled" size="15" color="rgba(255,255,255,.3)" /></view>
<view class="title">上期发放能量球<uni-icons class="help-icon" @click="showHelp('up')" type="help-filled" size="15" color="rgba(255,255,255,.3)" /></view>
<view class="number nowrap">{{chains.up}}</view>
</view>
<view class="header-item">
<view class="title">当前能量球价值<uni-icons class="help-icon" @click="showHelp('up')" type="help-filled" size="15" color="rgba(255,255,255,.3)" /></view>
<view class="number nowrap">{{chains.up}}</view>
</view>
<view class="header-item">
@@ -241,6 +245,8 @@
},
// 绘制图表
showCartc(data){
console.log(data)
// 图表信息
this.$refs.chartChange.init(config => {
config.appendPadding = [10, 30, 10, 15]
@@ -252,7 +258,7 @@
mask: 'MM-DD'
},
value: {
tickCount: 5
tickCount: 0
}
});
chart.legend({
@@ -272,7 +278,7 @@
return 'line';
}
if (name === '实际收益率') {
return 'dash';
return 'line';
}
});
chart.render();
@@ -416,12 +422,12 @@
padding: $padding / 2;
padding-bottom: $padding;
box-sizing: border-box;
&:first-child{
width: 100%;
.number{
font-size: $title-size;
}
}
// &:first-child{
// width: 100%;
// .number{
// font-size: $title-size;
// }
// }
}
}
// 图表