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