视频监控
This commit is contained in:
		| @@ -28,7 +28,7 @@ | |||||||
|                  @node-click="handleNodeClick" @node-contextmenu="nodeContextmenu" |                  @node-click="handleNodeClick" @node-contextmenu="nodeContextmenu" | ||||||
|                  :filter-node-method="handleFilter"/> |                  :filter-node-method="handleFilter"/> | ||||||
|         <ul |         <ul | ||||||
|             v-if="isShowMenu && menuInfo.node.type==1" |             v-if="isShowMenu && menuInfo.node.type==1 && permissions('video_config')" | ||||||
|             class="el-dropdown-menu el-popper" |             class="el-dropdown-menu el-popper" | ||||||
|             :style="{top: menuInfo.y + 'px', left: menuInfo.x + 'px', position: 'fixed', zIndex: 2023}" |             :style="{top: menuInfo.y + 'px', left: menuInfo.x + 'px', position: 'fixed', zIndex: 2023}" | ||||||
|             x-placement="top-end"> |             x-placement="top-end"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user