Merge remote-tracking branch 'origin/pet_门口门禁' into pet_门口门禁
commit
b79472f20c
|
@ -1,5 +1,8 @@
|
|||
<template>
|
||||
<component :is="activeName" />
|
||||
<div>
|
||||
<List v-show="activeName==='List'" ref="list" />
|
||||
<recordsList v-if="activeName==='recordsList'"/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
<template>
|
||||
<component :is="activeName" />
|
||||
<div>
|
||||
<List v-show="activeName==='List'" ref="list" />
|
||||
<recordsList v-if="activeName==='recordsList'"/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
<template>
|
||||
<component :is="activeName" />
|
||||
<div>
|
||||
<List v-show="activeName==='List'" ref="list" />
|
||||
<recordsList v-if="activeName==='recordsList'"/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
<template>
|
||||
<component :is="activeName" />
|
||||
<div>
|
||||
<List v-show="activeName==='List'" ref="list" />
|
||||
<recordsList v-if="activeName==='recordsList'"/>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
|
Loading…
Reference in New Issue