解决冲突
This commit is contained in:
		| @ -78,19 +78,19 @@ export class ContractManagementFrameComponent implements OnInit { | ||||
|         title: '签约对象', | ||||
|         width: '100px', | ||||
|         className: 'text-center', | ||||
|         index: 'signingObject' | ||||
|         index: 'signingObjectLabel' | ||||
|       }, | ||||
|       { | ||||
|         title: '合同类型', | ||||
|         width: '100px', | ||||
|         className: 'text-center', | ||||
|         index: 'contractType' | ||||
|         index: 'contractTypeLabel' | ||||
|       }, | ||||
|       { | ||||
|         title: '合同名称', | ||||
|         width: '100px', | ||||
|         className: 'text-center', | ||||
|         index: 'contractName' | ||||
|         index: 'templateName' | ||||
|       }, | ||||
|       { title: '网络货运人', index: 'enterpriseInfoName', width: '120px', className: 'text-center' }, | ||||
|       { title: '合同对象', index: 'contractObjectName', width: '120px', className: 'text-center' }, | ||||
|  | ||||
| @ -131,19 +131,19 @@ export class ContractManagementTemplateDetailComponent implements OnInit { | ||||
|         title: '签约对象', | ||||
|         width: '100px', | ||||
|         className: 'text-center', | ||||
|         index: 'signingObject' | ||||
|         index: 'signingObjectLabel' | ||||
|       }, | ||||
|       { | ||||
|         title: '合同类型', | ||||
|         width: '100px', | ||||
|         className: 'text-center', | ||||
|         index: 'contractType' | ||||
|         index: 'contractTypeLabel' | ||||
|       }, | ||||
|       { | ||||
|         title: '货源类型', | ||||
|         width: '100px', | ||||
|         className: 'text-center', | ||||
|         index: 'resourceType' | ||||
|         index: 'resourceTypeLabel' | ||||
|       }, | ||||
|       { title: '创建人', index: 'createUserId', width: '120px', className: 'text-center' }, | ||||
|       { | ||||
|  | ||||
		Reference in New Issue
	
	Block a user