|
@ -5,6 +5,8 @@ |
|
|
:width="isBusiness ? '60%' : '40%'" |
|
|
:width="isBusiness ? '60%' : '40%'" |
|
|
:close-on-click-modal="false" |
|
|
:close-on-click-modal="false" |
|
|
> |
|
|
> |
|
|
|
|
|
<div |
|
|
|
|
|
style="max-height: 60vh;overflow-y: auto;"> |
|
|
<Form |
|
|
<Form |
|
|
ref="formRef" |
|
|
ref="formRef" |
|
|
v-loading="formLoading" |
|
|
v-loading="formLoading" |
|
@ -94,6 +96,7 @@ |
|
|
@handleDeleteTable="handleDeleteTable" |
|
|
@handleDeleteTable="handleDeleteTable" |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
</div> |
|
|
<template #footer> |
|
|
<template #footer> |
|
|
<ButtonBase :Butttondata="Butttondata" @button-base-click="buttonBaseClick" /> |
|
|
<ButtonBase :Butttondata="Butttondata" @button-base-click="buttonBaseClick" /> |
|
|
</template> |
|
|
</template> |
|
|