设备解析列表添加时间搜索
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
<!-- <div class="header_btn">
|
<!-- <div class="header_btn">
|
||||||
<el-button type="primary" size="small" @click="handleBack" :icon="ArrowLeft">返回</el-button>
|
<el-button type="primary" size="small" @click="handleBack" :icon="ArrowLeft">返回</el-button>
|
||||||
</div> -->
|
</div> -->
|
||||||
|
<TableHeader date-picker></TableHeader>
|
||||||
<Table ref="tableRef" />
|
<Table ref="tableRef" />
|
||||||
<template #footer>
|
<template #footer>
|
||||||
<div class="dialog-footer">
|
<div class="dialog-footer">
|
||||||
@@ -17,6 +18,7 @@
|
|||||||
import { ref, onMounted, provide } from 'vue'
|
import { ref, onMounted, provide } from 'vue'
|
||||||
import TableStore from '@/utils/tableStore'
|
import TableStore from '@/utils/tableStore'
|
||||||
import Table from '@/components/table/index.vue'
|
import Table from '@/components/table/index.vue'
|
||||||
|
import TableHeader from '@/components/table/header/index.vue'
|
||||||
import { ArrowLeft } from '@element-plus/icons-vue'
|
import { ArrowLeft } from '@element-plus/icons-vue'
|
||||||
const emit = defineEmits(['back'])
|
const emit = defineEmits(['back'])
|
||||||
const dialogVisible = ref(false)
|
const dialogVisible = ref(false)
|
||||||
|
|||||||
Reference in New Issue
Block a user