forked from verdnatura/salix-front
feat(VnTable): refs #6825 actions sticky
This commit is contained in:
parent
d50e2ada0f
commit
859cdd891a
|
@ -204,7 +204,7 @@ const columns = computed(() => [
|
|||
name: 'isFreezed',
|
||||
chip: {
|
||||
color: null,
|
||||
condition: (v, { isActive, isFreezed }) => isActive && isFreezed,
|
||||
condition: (value) => value,
|
||||
icon: 'vn:frozen',
|
||||
},
|
||||
component: 'checkbox',
|
||||
|
|
Loading…
Reference in New Issue