Commit a8324a83 by lichengming

修改了提交审批页面

parent 1e24a10f
<template>
<div>
<el-dialog
<Modal
v-drag
:visible.sync="showModal"
v-model="showModal"
append-to-body
title="流程启动表单"
width="1000px"
......@@ -13,7 +13,7 @@
<div slot="footer">
<modal-footer ref="footerModal" :footer="footerList" @on-result-change="_footerResult" />
</div>
</el-dialog>
</Modal>
</div>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment