|
@@ -47,6 +47,7 @@ const copyright = React.createClass({
|
|
|
province: thisdata.province,
|
|
|
unitName: thisdata.unitName,
|
|
|
serialNumber: thisdata.serialNumber,
|
|
|
+ contractNumber: thisdata.contractNumber,
|
|
|
createTime: thisdata.createTime,
|
|
|
acceptTime: thisdata.acceptTime,
|
|
|
principal: thisdata.principal,
|
|
@@ -243,9 +244,9 @@ const copyright = React.createClass({
|
|
|
dataIndex: 'province',
|
|
|
key: 'province',
|
|
|
}, {
|
|
|
- title: '外包公司',
|
|
|
- dataIndex: 'outsource',
|
|
|
- key: 'outsource',
|
|
|
+ title: '合同编号',
|
|
|
+ dataIndex: 'contractNumber',
|
|
|
+ key: 'contractNumber',
|
|
|
}, {
|
|
|
title: '公司名称',
|
|
|
dataIndex: 'unitName',
|