#7936 improve InvoiceIn #1004
|
@ -58,6 +58,14 @@ onBeforeMount(async () => {
|
|||
:right-search="false"
|
||||
:user-params="{ daysAgo }"
|
||||
:disable-option="{ card: true }"
|
||||
:row-click="
|
||||
(row) => {
|
||||
$router.push({
|
||||
name: 'InvoiceInList',
|
||||
query: { table: JSON.stringify({ serial: row.serial }) },
|
||||
});
|
||||
}
|
||||
"
|
||||
auto-load
|
||||
/>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue