- Progress Commit

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-04-02 15:01:51 -04:00
parent 282dbd0913
commit 90814f41a2
11 changed files with 116 additions and 39 deletions

View File

@@ -176,11 +176,6 @@ export function JobsList({ bodyshop, setJoyRideSteps }) {
[],
onFilter: (value, record) => value.includes(record.status)
},
{
title: t('jobs.fields.active_tasks'),
key: 'activetasks',
render: (text, record) => <span>{record.tasks_aggregate.aggregate.count}</span>,
},
{
title: t("jobs.fields.vehicle"),
dataIndex: "vehicle",