| | |
| | | }, |
| | | { |
| | | id: '2', |
| | | enCode: 'payType', |
| | | enCode: 'payRemark', |
| | | name: '消费类型', |
| | | }, |
| | | { |
| | |
| | | }, |
| | | { |
| | | defaultExtraParams: { |
| | | orderInput: [{ property: 'creationTime', order: OrderInputType.Desc }], |
| | | orderInput: [{ property: 'id', order: OrderInputType.Desc }], |
| | | }, |
| | | columnsRenderProps: { |
| | | payDateTime: { type: 'date', format: 'YYYY-MM-DD HH:mm:ss' }, |
| | | amount: { type: 'money' }, |
| | | remianAmount: { type: 'money' }, |
| | | payType: { type: 'enum', valueEnum: EnterpriseBountyPayTypeEnumText }, |
| | | }, |
| | | } |
| | | ); |
| | | |
| | | function handlePreview(row: API.InsureBatchBillDto) {} |
| | | |
| | | onMounted(async () => { |
| | | await getList(); |