|
|
@ -82,9 +82,9 @@ |
|
|
|
<!-- 编辑信息 --> |
|
|
|
<el-dialog title="审批记录" :visible.sync="editDialog" width="80%" style="overflow: hidden" class="dialogStyle" @close="colsePage"> |
|
|
|
<!--流程流转记录--> |
|
|
|
<div style="text-align: right"> |
|
|
|
<el-button type="primary" size="small" @click="handleComment">评论</el-button> |
|
|
|
</div> |
|
|
|
<!-- <div style="text-align: right">--> |
|
|
|
<!-- <el-button type="primary" size="small" @click="handleComment">评论</el-button>--> |
|
|
|
<!-- </div>--> |
|
|
|
<flow-records :xmlData="xmlData" :taskData="taskList" :flowRecordList="flowRecordList"></flow-records> |
|
|
|
</el-dialog> |
|
|
|
|
|
|
|