重点工程隐患管理展示多个相同的页面
parent
ab35406727
commit
2131214127
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue