【修改】移动确收率位置
This commit is contained in:
@@ -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'}
|
||||
}
|
||||
|
||||
]
|
||||
|
||||
+7
-8
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user