Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin
This commit is contained in:
@@ -7,10 +7,16 @@ const [Modal, modalApi] = useVbenModal({
|
||||
onCancel() {
|
||||
modalApi.close();
|
||||
},
|
||||
onClosed() {
|
||||
message.info('onClosed:关闭动画结束');
|
||||
},
|
||||
onConfirm() {
|
||||
message.info('onConfirm');
|
||||
// modalApi.close();
|
||||
},
|
||||
onOpened() {
|
||||
message.info('onOpened:打开动画结束');
|
||||
},
|
||||
});
|
||||
</script>
|
||||
<template>
|
||||
|
@@ -31,6 +31,7 @@ const gridOptions: VxeGridProps<RowType> = {
|
||||
{ field: 'price', title: 'Price' },
|
||||
{ field: 'releaseDate', formatter: 'formatDateTime', title: 'DateTime' },
|
||||
],
|
||||
exportConfig: {},
|
||||
height: 'auto',
|
||||
keepSource: true,
|
||||
proxyConfig: {
|
||||
@@ -45,7 +46,7 @@ const gridOptions: VxeGridProps<RowType> = {
|
||||
},
|
||||
toolbarConfig: {
|
||||
custom: true,
|
||||
// export: true,
|
||||
export: true,
|
||||
// import: true,
|
||||
refresh: true,
|
||||
zoom: true,
|
||||
|
Reference in New Issue
Block a user