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',
|
name: 'isFreezed',
|
||||||
chip: {
|
chip: {
|
||||||
color: null,
|
color: null,
|
||||||
condition: (v, { isActive, isFreezed }) => isActive && isFreezed,
|
condition: (value) => value,
|
||||||
icon: 'vn:frozen',
|
icon: 'vn:frozen',
|
||||||
},
|
},
|
||||||
component: 'checkbox',
|
component: 'checkbox',
|
||||||
|
|
Loading…
Reference in New Issue