添加链接
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<AlertList style="margin-right: 1vw;" title="告警详情" :list-data="alertDetails" ></AlertList>
|
||||
<AlertList style="margin-right: 1vw;" title="告警详情" :list-data="alertDetails" :linkUrl="linkUrl"></AlertList>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -72,6 +72,7 @@ interface Props {
|
||||
alertData?: AlertData
|
||||
alertDetails?: AlertItem[]
|
||||
sourceIndex?: number
|
||||
linkUrl?: string
|
||||
}
|
||||
|
||||
// 默认值
|
||||
|
||||
Reference in New Issue
Block a user