|
@@ -313,9 +313,9 @@
|
|
|
<span>{{scope.row.specification}}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column align="right" label="押金金额" prop="depositAmount" min-width="160" show-overflow-tooltip>
|
|
|
+ <el-table-column align="right" label="押金金额" prop="itemDepositAmount" min-width="160" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
- {{ scope.row.depositAmount | numToFixed }}
|
|
|
+ {{ scope.row.itemDepositAmount | numToFixed }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<!-- <el-table-column align="right" label="规格型号" prop="specification" min-width="160" show-overflow-tooltip>
|
|
@@ -647,7 +647,7 @@ export default {
|
|
|
const res = await getDepositManageList(data);
|
|
|
res.data.records.forEach((item) => {
|
|
|
item.sums1 = [];
|
|
|
- item.sums2 = ["depositAmount"];
|
|
|
+ item.sums2 = ["itemDepositAmount"];
|
|
|
});
|
|
|
this.dataList = res.data.records;
|
|
|
this.listTotal = res.data.total;
|