| | |
| | | </ProFormItemV2> |
| | | </ProFormColItem> |
| | | </ProFormCol> |
| | | <ProFormCol> |
| | | <ProFormCol v-if="!form.isSignWallet || form.isCheck"> |
| | | <ProFormColItem :span="12"> |
| | | <ProFormItemV2 |
| | | label="上传凭证:" |
| | |
| | | creationTime?: string; |
| | | isCheck: boolean; |
| | | checkFileUrl: UploadUserFile[]; |
| | | |
| | | isSignWallet: boolean; |
| | | |
| | | bankNo?: string; |
| | | }; |
| | | |
| | | const form = defineModel<Form>('form'); |
| | |
| | | form.value.checkStatus = form.value?.isCheck |
| | | ? data.checkStatus |
| | | : ('' as any as EnterpriseRechargeStatusEnum); |
| | | form.value.bankNo = data.bankNo ?? ''; |
| | | form.value.checkFileUrl = convertApi2FormUrlOnlyOne(data.checkFileUrl); |
| | | }, |
| | | }); |
| | |
| | | key: 'bankResumeName', |
| | | }, |
| | | { |
| | | label: '开户行号', |
| | | key: 'bankNo', |
| | | }, |
| | | { |
| | | label: '提现金额', |
| | | key: 'amount', |
| | | type: 'money', |