edit
This commit is contained in:
		| @ -184,22 +184,22 @@ export class VehicleComponentsListComponent implements OnInit { | ||||
|             } | ||||
|           } | ||||
|         }, | ||||
|         isSelfs: { | ||||
|           type: 'string', | ||||
|           title: '是否入网', | ||||
|           enum: [ | ||||
|             { label: '全部', value: '' }, | ||||
|             { label: '是', value: 1 }, | ||||
|             { label: '否', value: 0 } | ||||
|           ], | ||||
|           ui: { | ||||
|             widget: 'select', | ||||
|             allowClear: true, | ||||
|             visibleIf: { | ||||
|               expand: (value: boolean) => value | ||||
|             } | ||||
|           } | ||||
|         } | ||||
|         // isSelfs: { | ||||
|         //   type: 'string', | ||||
|         //   title: '是否入网', | ||||
|         //   enum: [ | ||||
|         //     { label: '全部', value: '' }, | ||||
|         //     { label: '是', value: 1 }, | ||||
|         //     { label: '否', value: 0 } | ||||
|         //   ], | ||||
|         //   ui: { | ||||
|         //     widget: 'select', | ||||
|         //     allowClear: true, | ||||
|         //     visibleIf: { | ||||
|         //       expand: (value: boolean) => value | ||||
|         //     } | ||||
|         //   } | ||||
|         // } | ||||
|         // putOnRecord: { | ||||
|         //   type: 'string', | ||||
|         //   title: '是否已备案', | ||||
| @ -263,7 +263,7 @@ export class VehicleComponentsListComponent implements OnInit { | ||||
|           3: { text: '已到期', color: 'error' } | ||||
|         } | ||||
|       }, | ||||
|       { title: '是否入网', width: '200px', className: 'text-center', index: 'carOwner' }, | ||||
|       // { title: '是否入网', width: '200px', className: 'text-center', index: 'carOwner' }, | ||||
|       { title: '所有人', width: '200px', className: 'text-center', index: 'carOwner' }, | ||||
|       { title: '是否挂靠', width: '150px', className: 'text-center', render: 'isSelf' }, | ||||
|       { title: '挂靠协议', width: '150px', className: 'text-center', render: 'approvalAuditStatus' }, | ||||
|  | ||||
		Reference in New Issue
	
	Block a user