This commit is contained in:
sjl
2024-12-04 08:49:42 +08:00
parent 33004e081d
commit 741020fe79
9 changed files with 171 additions and 51 deletions

View File

@@ -5,6 +5,7 @@
<ProTable
ref='proTable'
:columns='columns'
:style="{ height: '326px',maxHeight: '400px',overflow:'hidden'}"
>
<!-- 表格 header 按钮 -->
<template #tableHeader='scope'>
@@ -30,7 +31,10 @@
import { type ColumnProps } from '@/components/ProTable/interface'
import { type Monitor } from '@/api/device/interface/monitor'
// 定义 props
const props = defineProps<{
MonIsShow: boolean;
}>();
// 表格配置项