fix: 模态框的footer底部按钮null会显示的处理
This commit is contained in:
@@ -413,7 +413,7 @@ onMounted(() => {
|
||||
:visible="modalState.visibleByView"
|
||||
:title="modalState.title"
|
||||
@cancel="fnModalCancel"
|
||||
:footer="null"
|
||||
:footer="false"
|
||||
>
|
||||
<a-form layout="horizontal" labelAlign="left" :labelWrap="false">
|
||||
<a-row :gutter="8">
|
||||
|
||||
Reference in New Issue
Block a user