千分位
This commit is contained in:
@ -28,12 +28,26 @@ export const columns: BasicColumn[] = [
|
||||
width: 100,
|
||||
sorter: true,
|
||||
},
|
||||
{
|
||||
dataIndex: 'cuSname',
|
||||
title: '客户名称',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
sorter: true,
|
||||
},
|
||||
{
|
||||
dataIndex: 'comName,',
|
||||
title: '交易主体',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
sorter: true,
|
||||
},
|
||||
{
|
||||
dataIndex: 'daysSign',
|
||||
title: '当日/次日',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
|
||||
width: 100,
|
||||
sorter: true,
|
||||
},
|
||||
{
|
||||
@ -45,11 +59,19 @@ export const columns: BasicColumn[] = [
|
||||
sorter: true,
|
||||
},
|
||||
{
|
||||
dataIndex: 'qtyGjAll',
|
||||
title: '全部上报量(吉焦)',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
|
||||
sorter: true,
|
||||
},
|
||||
{
|
||||
dataIndex: 'qtyGjGd',
|
||||
title: '待管道审批量(吉焦)',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
|
||||
width: 170,
|
||||
sorter: true,
|
||||
},
|
||||
|
||||
@ -67,7 +89,7 @@ export const columns: BasicColumn[] = [
|
||||
title: '管道已审批量(吉焦)',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
|
||||
width: 170,
|
||||
sorter: true,
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user