重点工程隐患管理展示多个相同的页面

pull/2/head
dearlin 2023-11-13 11:03:24 +08:00
parent ab35406727
commit 2131214127
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
<template> <template>
<div> <div>
<OutSourced v-show="activeName=='OutSourced'" ref="outSourced" active-name="List"/> <OutSourced v-show="activeName=='OutSourced'" ref="outSourced" active-name="List"/>
<component :is="activeName"/> <List v-if="activeName=='List'" />
<Info v-if="activeName=='Info'"/>
</div> </div>
</template> </template>