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

@@ -78,7 +78,7 @@
</div>
</div>
<div class="process">
<operation-render v-if="fundProcessViewer && fundData.operationList && fundData.operationList.length > 0&&!changeDiagram"
<operation-render v-if="fundProcessViewer && fundData.operationList && fundData.operationList.length > 0&&!changeDiagram" :isColumn="true"
:operation-list="fundData.operationList"
:state="fundData.state"/>
<process-diagram-viewer v-if="fundProcessViewer&&changeDiagram" id-name="fundProcess"/>