新增会员卡类型,新增单次扣款功能,并且增加了新增单次扣款的费用轨迹

This commit is contained in:
limqhz
2020-06-29 15:03:54 +08:00
parent e6e450bc02
commit 55f492fa42
10 changed files with 126 additions and 38 deletions

View File

@@ -90,6 +90,7 @@
<span v-if="scope.row.type === 6">提现申请</span>
<span v-if="scope.row.type === 7">提现失败</span>
<span v-if="scope.row.type === 8">提现审核通过</span>
<span v-if="scope.row.type === 9">单次扣款</span>
</template>
</el-table-column>
@@ -249,7 +250,7 @@
margin-bottom : 10px;
}
.span-fost{
text-align: right;
text-align: right;
margin-right: 20px;
}
</style>