@@ -739,12 +724,12 @@ onUnmounted(() => (stateStore.rightDrawer = false));
-
+
[
name: 'created',
create: true,
component: 'date',
+ columnField: {
+ component: null,
+ },
+ format: (row, dashIfEmpty) => dashIfEmpty(toDate(row.created)),
},
{
align: 'left',
@@ -56,6 +61,10 @@ const columns = computed(() => [
url: 'suppliers',
fields: ['id', 'name'],
},
+ columnField: {
+ component: null,
+ },
+ format: (row, dashIfEmpty) => dashIfEmpty(row.supplierName),
},
{
align: 'left',
@@ -98,8 +107,8 @@ onMounted(async () => {