feat: refs #7119 enable model usage and disable right search in VehicleList component
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
5e89b773ff
commit
1e2c86c74f
|
@ -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