@@ -245,9 +226,7 @@ import { useDictStore } from '@/stores/modules/dict'
import { CirclePlus, Delete, EditPen } from '@element-plus/icons-vue'
// 使用 dayjs 库格式化
import dayjs from 'dayjs'
-import { getPqMonList } from '@/api/device/monitor'
-import { type ColumnProps } from '@/components/ProTable/interface'
-import { type Monitor } from '@/api/device/interface/monitor'
+import MonitorTable from '@/views/machine/device/components/monitorTab.vue';
const MonIsShow = ref(false)
const DevIsShow = ref(false)
@@ -452,41 +431,5 @@ const props = defineProps<{
-// 表格配置项
-const columns = reactive
[]>([
- { type: 'selection', fixed: 'left', width: 70 },
- { type: 'index', fixed: 'left', width: 70, label: '序号' },
- {
- prop: '',
- label: '所属母线',
- width: 200,
- },
- {
- prop: '',
- label: '被检通道',
- width: 200,
- },
- {
- prop: '',
- label: 'PT变比',
- width: 110,
- },
- {
- prop: '',
- label: 'CT变比',
- width: 130,
- },
- {
- prop: '',
- label: '接线方式',
- width: 130,
- },
- {
- prop: '',
- label: '谐波系统监测点ID',
- minWidth: 250,
- },
- { prop: 'operation', label: '操作', fixed: 'right', width: 200 },
-])
\ No newline at end of file
diff --git a/frontend/src/views/machine/device/components/monitorTab.vue b/frontend/src/views/machine/device/components/monitorTab.vue
new file mode 100644
index 0000000..a4e1a44
--- /dev/null
+++ b/frontend/src/views/machine/device/components/monitorTab.vue
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
+ 新增
+ 批量删除
+
+
+
+ 复制
+ 编辑
+ 删除
+
+
+
+
+
+
+
+
\ No newline at end of file