diff --git a/src/pages/Customer/ExtendedList/CustomerExtendedList.vue b/src/pages/Customer/ExtendedList/CustomerExtendedList.vue index 81da2b407..f03868789 100644 --- a/src/pages/Customer/ExtendedList/CustomerExtendedList.vue +++ b/src/pages/Customer/ExtendedList/CustomerExtendedList.vue @@ -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',