采购计量参数
This commit is contained in:
@ -70,11 +70,11 @@ export const columns: BasicColumn[] = [
|
||||
},
|
||||
|
||||
{
|
||||
dataIndex: 'cuName',
|
||||
dataIndex: 'cuSname',
|
||||
title: '客户',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
width: 200,
|
||||
width: 150,
|
||||
sorter: true,
|
||||
},
|
||||
|
||||
@ -83,12 +83,12 @@ export const columns: BasicColumn[] = [
|
||||
title: '下载点',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
width: 150,
|
||||
width: 130,
|
||||
sorter: true,
|
||||
},
|
||||
|
||||
{
|
||||
dataIndex: 'suName',
|
||||
dataIndex: 'suSname',
|
||||
title: '供应商',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
@ -101,7 +101,7 @@ export const columns: BasicColumn[] = [
|
||||
title: '上载点',
|
||||
componentType: 'input',
|
||||
align: 'left',
|
||||
width: 150,
|
||||
width: 130,
|
||||
sorter: true,
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user