|
@@ -75,20 +75,18 @@
|
|
|
/>
|
|
/>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
- <div
|
|
|
|
|
- v-if="infoData.type == 2"
|
|
|
|
|
- class="content-detail mt20"
|
|
|
|
|
- style="height: 450px"
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ <div v-if="infoData.type == 2" class="content-detail process-detail mt20">
|
|
|
<HeaderTitle title="流程图" size="16px"></HeaderTitle>
|
|
<HeaderTitle title="流程图" size="16px"></HeaderTitle>
|
|
|
- <my-process-viewer
|
|
|
|
|
- key="designer"
|
|
|
|
|
- v-model="bpmnXML"
|
|
|
|
|
- v-bind="bpmnControlForm"
|
|
|
|
|
- :activityData="activityList"
|
|
|
|
|
- :processInstanceData="processInstance"
|
|
|
|
|
- :taskData="tasks"
|
|
|
|
|
- />
|
|
|
|
|
|
|
+ <div class="process-viewer">
|
|
|
|
|
+ <my-process-viewer
|
|
|
|
|
+ key="designer"
|
|
|
|
|
+ v-model="bpmnXML"
|
|
|
|
|
+ v-bind="bpmnControlForm"
|
|
|
|
|
+ :activityData="activityList"
|
|
|
|
|
+ :processInstanceData="processInstance"
|
|
|
|
|
+ :taskData="tasks"
|
|
|
|
|
+ />
|
|
|
|
|
+ </div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -495,6 +493,12 @@
|
|
|
.content-detail {
|
|
.content-detail {
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
}
|
|
}
|
|
|
|
|
+ .process-detail {
|
|
|
|
|
+ height: 450px;
|
|
|
|
|
+ }
|
|
|
|
|
+ .process-viewer {
|
|
|
|
|
+ height: calc(100% - 40px);
|
|
|
|
|
+ }
|
|
|
.content-height {
|
|
.content-height {
|
|
|
height: auto;
|
|
height: auto;
|
|
|
background: #fff;
|
|
background: #fff;
|