fix: Add BaseJob component periodic_display,is_periodic columns

This commit is contained in:
w940853815 2025-04-16 11:29:47 +08:00 committed by w940853815
parent 5f1b71520f
commit 6a13526c87

View File

@ -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: {