Add mass-import feature for customer data including UI, parsing enhancements, and E2E testing

This commit is contained in:
Jeppe Bundgaard
2026-04-23 19:28:13 +02:00
parent 04467316c2
commit 4febb998c3
13 changed files with 737 additions and 77 deletions
@@ -34,7 +34,7 @@ export const Vehicles = {
}
},
type: {
label: t('objects.columns.type'),
label: t('vehicles.type'),
type: "select",
sortable: true,
creation: {
@@ -248,4 +248,4 @@ export const Vehicles = {
);
},
};
</script>
</script>