Merge branch 'develop' into nice_dev
This commit is contained in:
commit
8a84f799c3
1 changed files with 3 additions and 3 deletions
|
|
@ -173,16 +173,16 @@ watchEffect(() => {
|
|||
:filter="filterKeyword2"
|
||||
row-key="nameDirector"
|
||||
:visible-columns="visibleColumns2"
|
||||
selection="single"
|
||||
selection="multiple"
|
||||
v-model:selected="selected"
|
||||
>
|
||||
<template v-slot:header-selection="scope">
|
||||
<q-checkbox
|
||||
<!-- <q-checkbox
|
||||
keep-color
|
||||
color="primary"
|
||||
dense
|
||||
v-model="scope.selected"
|
||||
/>
|
||||
/> -->
|
||||
</template>
|
||||
|
||||
<template v-slot:body="props">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue