Skip to content

Commit

Permalink
Add business name to customer table
Browse files Browse the repository at this point in the history
  • Loading branch information
soasada committed Apr 25, 2021
1 parent 205c456 commit b547044
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kemenu-admin-frontend/src/customers/CustomersView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export default defineComponent({
const store = useStore();
const columns = ref<Column[]>([
{$props: {field: 'email', header: 'Email'}},
{$props: {field: 'businesses.0.name', header: 'Restaurant'}},
{$props: {field: 'role', header: 'Role'}},
{$props: {field: 'marketingInfo.newsletterStatus', header: 'Newsletter?'}},
{$props: {field: 'createdAt', header: 'Created At'}},
Expand Down

0 comments on commit b547044

Please sign in to comment.