This commit is contained in:
haodd 2023-07-13 19:46:48 +08:00
commit f7eef5e61a
2 changed files with 9 additions and 1 deletions

View File

@ -458,4 +458,10 @@ defineExpose({
<style lang="less" scoped>
@import './index.less';
:deep(.live-player-stretch-btn){
display: none;
}
:deep(.vjs-icon-spinner){
display: none;
}
</style>

View File

@ -1,7 +1,7 @@
<template>
<j-modal
visible
title="新增"
title="选择触发场景"
okText="确定"
cancelText="取消"
:width="1000"
@ -186,7 +186,9 @@ typeMap.set('manual', {
const _selectedRowKeys = ref<string[]>([]);
const handleClick = (dt: any) => {
if(dt.state?.value === 'disable') {
onlyMessage('该场景为禁用状态,无法触发告警','error')
return
}
if (_selectedRowKeys.value.includes(dt.id)) {