fix : 优化移动端详情界面

This commit is contained in:
2024-06-30 01:22:29 +08:00
parent 87613e8113
commit 6434605c7a
9 changed files with 14 additions and 10 deletions

View File

@@ -34,7 +34,7 @@
</div>
</div>
<div class="process">
<operation-render v-if="mode === 'resubmit'&&!changeDiagram" :operation-list="data.operationList"
<operation-render v-if="mode === 'resubmit'&&!changeDiagram" :operation-list="data.operationList" :isColumn="true"
:state="data.state"/>
<process-diagram-viewer mode="view" :idName="title" v-if="processDiagramViewer&&changeDiagram"/>
</div>