版本号:
3.9.0
分支:
问题描述:
drawerA:
将填写表单的modal改为用drawer 占满列表显示:
<a-drawer :title="title" width="100%" :getContainer="false" :visible="visible" @close="handleCancel">
<template #closeIcon>
<template #extra>
<a-button @click="handleCancel" class="mr-2">
取消
<a-button type="primary" @click="handleOk" class="mr-2">
確認
<BasicItemWorkTypeForm ref="registerForm" @ok="submitCallback" :formDisabled="disableSubmit" :formBpm="false">
drawerB
<a-drawer
:title="title + '附件'"
width="40%"
v-model:open="showFileUploadDrawer"
:body-style="{ paddingBottom: '80px' }"
@close="handleClose"
错误截图:
友情提示:
- 未按格式要求发帖、描述过于简单的,会被直接删掉;
- 描述问题请图文并茂,方便我们理解并快速定位问题;
- 如果使用的不是master,请说明你使用的分支;
版本号:
3.9.0
分支:
问题描述:
drawerA:
将填写表单的modal改为用drawer 占满列表显示:
<a-drawer :title="title" width="100%" :getContainer="false" :visible="visible" @close="handleCancel">
<template #closeIcon>
<template #extra>
<a-button @click="handleCancel" class="mr-2">
取消
<a-button type="primary" @click="handleOk" class="mr-2">
確認
<BasicItemWorkTypeForm ref="registerForm" @ok="submitCallback" :formDisabled="disableSubmit" :formBpm="false">
drawerB
<a-drawer
:title="title + '附件'"
width="40%"
v-model:open="showFileUploadDrawer"
:body-style="{ paddingBottom: '80px' }"
@close="handleClose"
错误截图:
友情提示: