|  |  |  | 
|---|
|  |  |  | v-bind="dialogMaterialFileProps" | 
|---|
|  |  |  | :show-upload-btn="false" | 
|---|
|  |  |  | :show-delete-btn="false" | 
|---|
|  |  |  | :show-check-btn="false" | 
|---|
|  |  |  | downloadBtnText="查看" | 
|---|
|  |  |  | title="查看凭证" | 
|---|
|  |  |  | :BusinessTypeEnumText="TransferFileEnumInRewardGrandText" | 
|---|
|  |  |  | /> | 
|---|
|  |  |  | 
|---|
|  |  |  | name: '平台拨付登记日期', | 
|---|
|  |  |  | width: 180, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | { | 
|---|
|  |  |  | id: '11', | 
|---|
|  |  |  | enCode: 'a', | 
|---|
|  |  |  | name: '登记人', | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | ]; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | const operationBtns = defineOperationBtns([ | 
|---|
|  |  |  | 
|---|
|  |  |  | name: '登记', | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | emits: { | 
|---|
|  |  |  | onClick: (role) => openRegisterDialog(role), | 
|---|
|  |  |  | onClick: (role) => goRewardGrantRegister(role), | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | extraProps: { | 
|---|
|  |  |  | hide: (row: API.GetParkBountyApplyListOutput) => | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } catch (error) {} | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | function goRewardGrantRegister(row: API.GetParkBountyApplyListOutput) { | 
|---|
|  |  |  | router.push({ | 
|---|
|  |  |  | name: 'RewardGrantRegister', | 
|---|
|  |  |  | params: { | 
|---|
|  |  |  | id: row.id, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | }); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | </script> | 
|---|
|  |  |  |  | 
|---|
|  |  |  | <style lang="scss" scoped> | 
|---|