fix : 修复项目详情排版,组织机构管理排版

This commit is contained in:
2024-07-15 19:12:30 +08:00
parent f6dcb6b71b
commit 6ac1dba2b5
7 changed files with 295 additions and 122 deletions

View File

@@ -25,7 +25,6 @@
</div>
<!-- 步骤内容 -->
<div>
<baseTitle title="各流程信息"></baseTitle>
<slot name="content" :localActive="localActive"></slot>
<!-- <template v-for="(item, index) in stepList" :key="item.key">
<component v-if="localActive == index" v-bind="item.props || {}" :is="item.component" />
@@ -84,7 +83,7 @@ const localSteps = ref([
key: 'approve',
},
{
title: '项目实施',
title: '项目验收',
key: 'execute',
},
{