|
@@ -125,8 +125,8 @@ function header(props) {
|
125
|
125
|
},
|
126
|
126
|
{
|
127
|
127
|
title: '企业编号',
|
128
|
|
- dataIndex: 'companyNumber',
|
129
|
|
- key: 'companyNumber',
|
|
128
|
+ dataIndex: 'companyCode',
|
|
129
|
+ key: 'companyCode',
|
130
|
130
|
align: 'center',
|
131
|
131
|
|
132
|
132
|
},
|
|
@@ -233,7 +233,7 @@ function header(props) {
|
233
|
233
|
)}
|
234
|
234
|
</Form.Item>
|
235
|
235
|
<Form.Item>
|
236
|
|
- {getFieldDecorator('companyNumber')(
|
|
236
|
+ {getFieldDecorator('companyCode')(
|
237
|
237
|
<Input
|
238
|
238
|
prefix={<Icon type="text" style={{ color: 'rgba(0,0,0,.25)' }} />}
|
239
|
239
|
placeholder="企业编号 "
|