多项功能改进

This commit is contained in:
2025-05-15 18:54:14 +08:00
parent 70e719abbe
commit 09fe532bb6
15 changed files with 230 additions and 99 deletions

View File

@@ -1,6 +1,7 @@
<template>
<!-- 修改源码添加mask-closable属性 -->
<!-- 修改源码添加on-before-cancel属性 -->
<!-- 修改源码如果为componentName为a-modal则标题吸顶 -->
<component
:is="componentName"
v-model:visible="dataVisible"
@@ -15,7 +16,9 @@
:fullscreen="options.formOption.isFull || false"
unmount-on-close
>
<template #title>{{ actionTitle }}</template>
<template #title>
{{ actionTitle }}
</template>
<a-spin :loading="dataLoading" tip="加载中..." class="w-full">
<!-- 修改源码parentKey -->
<ma-form