mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 19:29:04 +08:00
feat: add error handle
This commit is contained in:
@@ -146,7 +146,7 @@
|
||||
}
|
||||
if (showSummary) {
|
||||
propsData.footer = renderFooter.bind(null, {
|
||||
scroll,
|
||||
scroll: scroll as any,
|
||||
columnsRef: getColumnsRef,
|
||||
summaryFunc: unref(getMergeProps).summaryFunc,
|
||||
dataSourceRef: getDataSourceRef,
|
||||
|
@@ -29,7 +29,6 @@ export default defineComponent({
|
||||
const {
|
||||
disabled = false,
|
||||
label,
|
||||
props,
|
||||
icon,
|
||||
color = '',
|
||||
type = 'link',
|
||||
@@ -41,7 +40,7 @@ export default defineComponent({
|
||||
size="small"
|
||||
disabled={disabled}
|
||||
color={color}
|
||||
{...props}
|
||||
{...action}
|
||||
key={index}
|
||||
>
|
||||
{() => (
|
||||
@@ -101,7 +100,6 @@ export default defineComponent({
|
||||
const {
|
||||
disabled = false,
|
||||
label,
|
||||
props,
|
||||
icon,
|
||||
color = '',
|
||||
type = 'link',
|
||||
@@ -112,7 +110,7 @@ export default defineComponent({
|
||||
<Button
|
||||
type={type}
|
||||
size="small"
|
||||
{...props}
|
||||
{...action}
|
||||
disabled={disabled}
|
||||
color={color}
|
||||
>
|
||||
|
Reference in New Issue
Block a user