操作日志页面提交

This commit is contained in:
sonake
2020-04-08 22:31:07 +08:00
parent f47f322bae
commit abd9c5e00a
16 changed files with 362 additions and 36 deletions

View File

@@ -34,7 +34,7 @@
<!--alertMessage页的详情-->
<template v-if="from == 'alertMessage'">
<common-detail-tab v-show="subResizeShow" :from="from" :targetTab="targetTab" v-for="item, index in tabList"
<common-detail-tab v-show="subResizeShow" :from="from" :targetTab="targetTab" v-for="(item, index) in tabList" :key="index"
v-if="targetTab == item" @changeTab="changeTab"></common-detail-tab>
</template>
</div>