Commit ca27e689 authored by 杨芳博-DEL's avatar 杨芳博-DEL

Merge branch 'func-ECCS-2391' into test

parents 373ee9f1 61a12aed
......@@ -475,7 +475,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,
......@@ -522,7 +522,7 @@ export default {
</div>
);
};
base[11] = {
base[8] = {
title: '未清余额',
dataIndex: 'residueBackAmount',
ellipsis: true,
......@@ -552,7 +552,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