mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 03:04:05 +00:00
fix : overlap page in view and index pages
This commit is contained in:
@@ -197,9 +197,10 @@
|
||||
</template>
|
||||
|
||||
<template #cell-name="{ row }">
|
||||
<div>
|
||||
{{ row.data.customer.name }}
|
||||
</div>
|
||||
<BaseText
|
||||
:text="row.data.customer.name"
|
||||
:length="30"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<template #cell-status="{ row }">
|
||||
|
||||
Reference in New Issue
Block a user