任务列表页改为不可以点击

This commit is contained in:
jingrow 2025-07-01 18:57:09 +08:00
parent 11c77c7177
commit dbb25bbc0a

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'],