fix: some minor changes

This commit is contained in:
yogesh_gohil
2021-12-01 17:53:26 +05:30
parent e16e4c6d52
commit cfc7e2231c
5 changed files with 40 additions and 45 deletions

View File

@ -187,7 +187,7 @@
<template #cell-user_name="{ row }">
<BaseText
:text="row.data.customer ? row.data.customer.name : '-' "
:text="row.data.customer ? row.data.customer.name : '-'"
:length="30"
/>
</template>