Merge branch 'develop' into nice_dev

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-10-27 14:25:13 +07:00
commit 8a84f799c3

View file

@ -173,16 +173,16 @@ watchEffect(() => {
:filter="filterKeyword2" :filter="filterKeyword2"
row-key="nameDirector" row-key="nameDirector"
:visible-columns="visibleColumns2" :visible-columns="visibleColumns2"
selection="single" selection="multiple"
v-model:selected="selected" v-model:selected="selected"
> >
<template v-slot:header-selection="scope"> <template v-slot:header-selection="scope">
<q-checkbox <!-- <q-checkbox
keep-color keep-color
color="primary" color="primary"
dense dense
v-model="scope.selected" v-model="scope.selected"
/> /> -->
</template> </template>
<template v-slot:body="props"> <template v-slot:body="props">