fix filter issues

This commit is contained in:
makwanar587
2021-12-02 12:18:43 +05:30
parent 6c1fc8e514
commit a6654c4519
3 changed files with 14 additions and 8 deletions

View File

@ -179,10 +179,7 @@
</template>
<template #cell-name="{ row }">
<BaseText
:text="row.data.customer.name"
:length="30"
/>
<BaseText :text="row.data.customer.name" :length="30" />
</template>
<!-- Invoice Number -->