Skip to content

Conversation

fit2bot
Copy link
Contributor

@fit2bot fit2bot commented Apr 16, 2025

fix: Add BaseJob component periodic_display,is_periodic columns

@fit2bot fit2bot requested a review from a team April 16, 2025 03:30
@@ -53,7 +53,7 @@ export default {
]
},
columns: [
'name', 'type', 'summary', 'average_time_cost', 'asset_amount', 'crontab', 'interval',
'name', 'type', 'summary', 'average_time_cost', 'asset_amount', 'is_periodic', 'periodic_display',
'date_last_run', 'comment', 'date_updated', 'date_created', 'actions'
],
columnsMeta: {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code looks correct within my knowledge cutoff of September 2021 but please note that it's been almost six years since versioning was last updated. It can't be used precisely today.

Also, keep in mind this advice is more relevant before modern JavaScript practices (ES6/Modern JS), where things like arrow function, class definitions have become more common which might not necessarily apply here. But if you're asking for an accurate review after some changes to the current practice, then I suggest updating this content with the latest versions if possible. As a general rule, always test updates on your project first as every piece of software evolves over time.

Please let me know If there's anything else specific about the code or the topic you'd like attention to!

Copy link

@w940853815 w940853815 merged commit 6a13526 into dev Apr 16, 2025
5 of 6 checks passed
@w940853815 w940853815 deleted the pr@dev@fix_job_period_col branch April 16, 2025 03:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants