API
参数 | 说明 | 类型 | 默认值 | 版本 |
---|---|---|---|---|
cancelText | 取消按钮文字 | string| slot | 取消 | |
closable | 是否显示右上角的关闭按钮 | boolean | true | |
closeIcon | 自定义关闭图标 | VNode | slot | - | |
confirmLoading | 确定按钮 loading | boolean | 无 | |
destroyOnClose | 关闭时销毁 Modal 里的子元素 | boolean | false | |
footer | 底部内容,当不需要默认底部按钮时,可以设为 :footerInvisible="true" |
slot | 确定取消按钮 | |
getTriggerContainer | 指定 Modal 挂载的 HTML 节点 | (instance): HTMLElement | () => document.body | |
keyboard | 是否支持键盘 esc 关闭 | boolean | true | |
mask | 是否展示遮罩 | boolean | true | |
maskClosable | 点击蒙层是否允许关闭 | boolean | true | |
enterText | 确认按钮文字 | string | 确定 | |
title | 标题 | string|slot | 无 | |
visible(v-model:visible) | 对话框是否可见 | boolean | 无 | |
width | 宽度 | string|number | 520 | |
wrapClassName | 对话框外层容器的类名 | string | - | |
zIndex | 设置 Modal 的 z-index |
number | 1000 | |
cancelCallback | 点击遮罩层或右上角叉或取消按钮的回调, return true则关闭弹窗 | function(e) | ||
enterCallback | 点击确定回调 | function(e) |
Oinone社区 作者:汤乾华原创文章,如若转载,请注明出处:https://doc.oinone.top/frontend/components/4917.html
访问Oinone官网:https://www.oinone.top获取数式Oinone低代码应用平台体验