main #1

Merged
jingrow merged 11 commits from main into v1 2025-07-18 22:50:49 +08:00
Showing only changes of commit dbb25bbc0a - Show all commits

View File

@ -61,12 +61,6 @@ export default {
filters: {
site: this.name
},
route(row) {
return {
name: 'Site Job',
params: { id: row.name }
};
},
orderBy: 'creation desc',
searchField: 'job_type',
fields: ['end', 'job_id'],