fix: add 'crontab' and 'interval' columns to BaseJob component and update interval default value

This commit is contained in:
w940853815 2025-04-15 10:01:15 +08:00 committed by w940853815
parent 03d1e9a881
commit cebbcd3c6c
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ export const crontab = {
on: {
change: (val, updateForm) => {
updateForm({
interval: ''
interval: null
})
}
}

View File

@ -53,7 +53,7 @@ export default {
]
},
columns: [
'name', 'type', 'summary', 'average_time_cost', 'asset_amount',
'name', 'type', 'summary', 'average_time_cost', 'asset_amount', 'crontab', 'interval',
'date_last_run', 'comment', 'date_updated', 'date_created', 'actions'
],
columnsMeta: {