updated calendar to be tabular, moved bid schedule there, started client view refactoring
This commit is contained in:
parent
c5c5ffb0fb
commit
440381265c
18 changed files with 2283 additions and 2159 deletions
|
|
@ -237,6 +237,7 @@
|
|||
dataKey="id"
|
||||
:loading="loading"
|
||||
:loadingIcon="loadingIcon"
|
||||
@row-click="$emit('row-click', $event)"
|
||||
>
|
||||
<template #empty>
|
||||
<div class="text-center py-6">
|
||||
|
|
@ -475,6 +476,7 @@ const props = defineProps({
|
|||
|
||||
const emit = defineEmits([
|
||||
"rowClick",
|
||||
"row-click",
|
||||
"lazy-load",
|
||||
"page-change",
|
||||
"sort-change",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue