Commit d3fa22c7 by lichengming

修改了提交审批页面

parent 61edf4d3
......@@ -3,7 +3,6 @@
<Modal
v-drag
v-model="showModal"
append-to-body
title="流程启动表单"
width="1000px"
>
......
<template>
<div>
<el-dialog
<Modal
v-drag
:visible.sync="showModal"
v-model="showModal"
:title="modalTitle"
width="500px"
append-to-body
>
<div style="max-height:350px;overflow:auto">
<el-radio-group v-model="selectData" style="display: inline">
......@@ -22,7 +21,7 @@
<div slot="footer">
<ModalFooter ref="footerModal" :footer="footerList" @on-result-change="_footerResult"/>
</div>
</el-dialog>
</Modal>
<!--点击确定后,发起流程-->
<RenderedStartForm ref="startForm" @on-result-change="_close"/>
</div>
......
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