新增会员卡类型,新增单次扣款功能,并且增加了新增单次扣款的费用轨迹
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user