Commit 61a12aed authored by 杨芳博-DEL's avatar 杨芳博-DEL

修改bug

parent fa77f995
......@@ -474,7 +474,7 @@ export default {
selectedColumns() {
const base = JSON.parse(JSON.stringify(this.columns));
const changeAmount = this.changeAmount;
base[8] = {
base[7] = {
title: '回款金额',
dataIndex: 'backAmount',
ellipsis: true,
......@@ -521,7 +521,7 @@ export default {
</div>
);
};
base[11] = {
base[8] = {
title: '未清余额',
dataIndex: 'residueBackAmount',
ellipsis: true,
......@@ -551,7 +551,7 @@ export default {
);
}
};
base.splice(8, 0, {
base.splice(7, 0, {
title: '余末金额',
dataIndex: 'currentReceiptAmount',
ellipsis: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment