#7119 add VehicleList page and routing configuration #1129
|
@ -173,6 +173,8 @@ const columns = computed(() => [
|
|||
onDataSaved: ({ id }) => $refs.tableRef.redirect(id),
|
||||
formInitialData: { isActive: true, isKmTruckRate: false },
|
||||
}"
|
||||
:use-model="true"
|
||||
:right-search="false"
|
||||
>
|
||||
<template #column-isActive="{ row }">
|
||||
<span>
|
||||
|
|
Loading…
Reference in New Issue