fix:ai报警数不正确

pull/3/head
dearlin 2023-11-22 20:03:53 +08:00
parent f4dc266913
commit 7509986666
1 changed files with 1 additions and 1 deletions

View File

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