【修改】移动确收率位置

This commit is contained in:
fengachen
2022-07-11 15:45:17 +08:00
parent ed409511a8
commit 8ed0e73791
2 changed files with 14 additions and 16 deletions
@@ -128,6 +128,13 @@ const defaultTableColumns = [
dataIndex: 'confirmAmount',
scopedSlots: {customRender: 'allMoney'}
},
{
title: '确收率',
align: 'center',
width: 160,
dataIndex: 'finishRate',
scopedSlots: {customRender: 'text'}
},
{
title: '开票金额',
align: 'center',
@@ -143,14 +150,6 @@ const defaultTableColumns = [
dataIndex: 'comeAllMoney',
sorter: true,
scopedSlots: {customRender: 'allMoney'}
},
{
title: '确收率',
align: 'center',
width: 160,
dataIndex: 'finishRate',
scopedSlots: {customRender: 'text'}
}
]
@@ -171,6 +171,13 @@ const defaultTableColumns = [
dataIndex: 'confirmAmount',
scopedSlots: { customRender: 'allMoney' }
},
{
title: '确收率',
align: 'center',
width: 160,
dataIndex: 'finishRate',
scopedSlots: { customRender: 'text' }
},
{
title: '开票金额',
align: 'center',
@@ -187,14 +194,6 @@ const defaultTableColumns = [
dataIndex: 'comeAllMoney',
scopedSlots: { customRender: 'allMoney' }
},
{
title: '确收率',
align: 'center',
width: 160,
dataIndex: 'finishRate',
scopedSlots: { customRender: 'text' }
},
{
title: '操作',
dataIndex: 'action',