mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-12 03:09:48 +08:00
修改字段名
This commit is contained in:
@@ -179,10 +179,8 @@
|
|||||||
<el-col :span="24">
|
<el-col :span="24">
|
||||||
<el-form-item label="充值余额:"> {{ totalRechargeAmount }} </el-form-item>
|
<el-form-item label="充值余额:"> {{ totalRechargeAmount }} </el-form-item>
|
||||||
<el-form-item label="消费金额:" style="padding-left: 50px;">{{ totalConsumption }}</el-form-item>
|
<el-form-item label="消费金额:" style="padding-left: 50px;">{{ totalConsumption }}</el-form-item>
|
||||||
<el-form-item label="累计充值金额:" style="padding-left: 50px;">{{ totalRechargeAmount
|
<el-form-item label="累计充值金额:" style="padding-left: 50px;">{{ totalRechargeAmount }}</el-form-item>
|
||||||
}}</el-form-item>
|
<el-form-item label="累计消费金额:" style="padding-left: 50px;">{{ totalConsumption }}</el-form-item>
|
||||||
<el-form-item label="累计消费金额:" style="padding-left: 50px;">{{ totalConsumption
|
|
||||||
}}</el-form-item>
|
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-form>
|
</el-form>
|
||||||
<el-table :data="detailList" stripe style="width: 100%" v-loading="loadings">
|
<el-table :data="detailList" stripe style="width: 100%" v-loading="loadings">
|
||||||
|
|||||||
Reference in New Issue
Block a user