mirror of
https://github.com/crater-invoice/crater.git
synced 2026-02-08 20:02:39 -05:00
Merge branch 'overlap-page' into 'master'
fix : overlap page in view and index pages See merge request mohit.panjvani/crater-web!1299
This commit is contained in:
@@ -186,7 +186,10 @@
|
||||
</template>
|
||||
|
||||
<template #cell-user_name="{ row }">
|
||||
{{ row.data.customer ? row.data.customer.name : '-' }}
|
||||
<BaseText
|
||||
:text="row.data.customer ? row.data.customer.name : '-'"
|
||||
:length="30"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<template #cell-notes="{ row }">
|
||||
|
||||
Reference in New Issue
Block a user