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