src/views/Reward/RewardGrant.vue
@@ -233,7 +233,7 @@ name: '登记', }, emits: { onClick: (role) => openRegisterDialog(role), onClick: (role) => goRewardGrantRegister(role), }, extraProps: { hide: (row: API.GetParkBountyApplyListOutput) => @@ -544,6 +544,15 @@ } } catch (error) {} } function goRewardGrantRegister(row: API.GetParkBountyApplyListOutput) { router.push({ name: 'RewardGrantRegister', params: { id: row.id, }, }); } </script> <style lang="scss" scoped>