Commit a8324a83 by lichengming

修改了提交审批页面

parent 1e24a10f
<template> <template>
<div> <div>
<el-dialog <Modal
v-drag v-drag
:visible.sync="showModal" v-model="showModal"
append-to-body append-to-body
title="流程启动表单" title="流程启动表单"
width="1000px" width="1000px"
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<div slot="footer"> <div slot="footer">
<modal-footer ref="footerModal" :footer="footerList" @on-result-change="_footerResult" /> <modal-footer ref="footerModal" :footer="footerList" @on-result-change="_footerResult" />
</div> </div>
</el-dialog> </Modal>
</div> </div>
</template> </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