mirror of
https://github.com/crater-invoice/crater.git
synced 2026-02-09 20:32:40 -05:00
fix : overlap page in view and index pages
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