Commit d3fa22c7 by lichengming

修改了提交审批页面

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