perf: mib-browser高级搜索取消图标等

1.修复port是字符串的问题
2.高级搜索取消图标
3.暂时注掉alert-message的label的点击弹框内容
This commit is contained in:
陈劲松
2020-04-15 15:27:02 +08:00
parent 878b795f1d
commit 17078fd48d
4 changed files with 11 additions and 12 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" :key="index"
<common-detail-tab v-show="subResizeShow" :from="from" :targetTab="targetTab" v-for="(item, index) in tabList" :key="index" :detail="detailList[index]"
v-if="targetTab == item" @changeTab="changeTab"></common-detail-tab>
</template>
</div>