| | |
| | | componentProps: { placeholder: '请输入颁发机构' }, |
| | | }, |
| | | { |
| | | fieldName: 'issueDate', |
| | | fieldName: 'validStartDate', |
| | | label: '颁发日期', |
| | | component: 'DatePicker', |
| | | componentProps: { |
| | |
| | | }, |
| | | }, |
| | | { |
| | | fieldName: 'expireDate', |
| | | fieldName: 'validEndDate', |
| | | label: '到期日期', |
| | | component: 'DatePicker', |
| | | componentProps: { |
| | |
| | | cellRender: { name: 'CellTag', props: CERTIFICATE_TYPE_CELLTAG }, |
| | | }, |
| | | { field: 'issuingAuthority', title: '颁发机构', minWidth: 120 }, |
| | | { field: 'issueDate', title: '颁发日期', minWidth: 120 }, |
| | | { field: 'expireDate', title: '到期日期', minWidth: 120 }, |
| | | { field: 'validStartDate', title: '颁发日期', minWidth: 120 }, |
| | | { field: 'validEndDate', title: '到期日期', minWidth: 120 }, |
| | | { field: 'createTime', title: '创建时间', minWidth: 160 }, |
| | | { |
| | | title: '操作', |