| | |
| | | }); |
| | | |
| | | const column: API.CustomModuleColumnDto[] = [ |
| | | { |
| | | id: '1', |
| | | enCode: 'batchNo', |
| | | name: '申报批次号', |
| | | }, |
| | | { |
| | | id: '2', |
| | | enCode: 'creationTime', |
| | | name: '申报日期', |
| | | }, |
| | | // { |
| | | // id: '1', |
| | | // enCode: 'batchNo', |
| | | // name: '申报批次号', |
| | | // }, |
| | | // { |
| | | // id: '2', |
| | | // enCode: 'creationTime', |
| | | // name: '申报日期', |
| | | // }, |
| | | { |
| | | id: '3', |
| | | enCode: 'outCheckTime', |
| | |
| | | } |
| | | ); |
| | | |
| | | async function goDetail(row: API.InsureBatchBillDto) { |
| | | async function goDetail(row: API.GetParkCustomerBountyApplyOutput) { |
| | | router.push({ |
| | | name: '', |
| | | name: 'MaterialReviewDetail', |
| | | params: { |
| | | id: row.id, |
| | | }, |
| | | }); |
| | | } |
| | | |