|
|
@ -89,6 +89,8 @@ onBeforeUpdate(async () => { |
|
|
</template> --> |
|
|
</template> --> |
|
|
<BasicTable |
|
|
<BasicTable |
|
|
:pagination="{ pageSize: 6 }" |
|
|
:pagination="{ pageSize: 6 }" |
|
|
|
|
|
:max-height="250" |
|
|
|
|
|
:min-height="200" |
|
|
:loading="loading" @register="registerTable" |
|
|
:loading="loading" @register="registerTable" |
|
|
> |
|
|
> |
|
|
<template #threshold="{ record }"> |
|
|
<template #threshold="{ record }"> |
|
|
|