edit select person in probation system
This commit is contained in:
parent
884fe69e2c
commit
1ae929acbf
5 changed files with 46 additions and 14 deletions
|
|
@ -316,7 +316,6 @@ watch(
|
|||
map-options
|
||||
:options="columns"
|
||||
option-value="name"
|
||||
|
||||
style="min-width: 140px"
|
||||
class="gt-xs q-ml-sm"
|
||||
/>
|
||||
|
|
@ -328,7 +327,7 @@ watch(
|
|||
:filter="filter"
|
||||
row-key="personal_id"
|
||||
:visible-columns="visibleColumns"
|
||||
selection="multiple"
|
||||
selection="single"
|
||||
v-model:selected="selected"
|
||||
:rows-per-page-options="[10, 25, 50, 100]"
|
||||
@update:pagination="updatePagination"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue