积分明细

This commit is contained in:
shijingjing
2022-06-20 14:25:33 +08:00
parent dd9394b9eb
commit c378806112
3 changed files with 22 additions and 5 deletions

View File

@@ -11,6 +11,12 @@
</template>
</ai-card>
<ai-card hideTitle class="staCard fill">
<template slot="content">
<div class="color-999" v-text="`党员积分`"/>
<b class="color-26f" v-text="detail.integral||0"/>
</template>
</ai-card>
<!-- <ai-card hideTitle class="staCard fill">
<template #content>
<div class="color-999" v-text="`学习强国`"/>
<el-button type="text" @click="handleEditLearningIntergral(detail.id)">编辑</el-button>
@@ -28,7 +34,7 @@
<div class="color-999" v-text="`家庭积分`"/>
<b class="color-26f" v-text="detail.familySurplusIntegral||0"/>
</template>
</ai-card>
</ai-card> -->
</el-row>
<ai-card title="余额变动明细">
<template #content>
@@ -127,8 +133,9 @@ export default {
color: #26f;
}
::v-deep.staCard {
::v-deep .staCard {
font-size: 14px;
width: 25%;
b {
font-size: 24px;
@@ -137,6 +144,7 @@ export default {
& + .staCard {
margin-left: 16px;
width: 25%;
}
.ai-card__body {