Skip to content

explorer

功能

管理后台常用布局功能组件的集合,包含以下组件:

  • Explorer:根容器组件
  • ExplorerPanel:面板容器组件
  • ExplorerFilter:筛选区域组件
  • ExplorerQuery:查询区域组件
  • ExplorerTools:工具栏组件
  • ExplorerList:列表区域组件
  • ExplorerTree:树结构组件
  • ExplorerTable:表格区域组件
  • ExplorerForm:表单组件
  • ExplorerDialogForm:对话框表单组件
  • ExplorerContainer:容器组件
  • ExplorerFooter:底部组件(带分页)
  • ExplorerColumnTable:表格列配置组件,供 ExplorerTools 使用,也可以单独在页面使用

功能示例

展示区
布局太大,放在对话框里展示
Filter 参数
新增按钮
List/Tree 参数
操作
Query 参数
自动布局
Tools 参数
新增按钮
列重置按钮
工具栏
当前布局card
Footer 参数
当前页1

最小示例

vue
<template>
    <Wrapper>
        <VcExplorer explorer-key="doc-demo" />
    </Wrapper>
</template>

<script lang="ts" setup>
import VcExplorer from '../explorer.vue'
</script>

explorer API

explorer-panel API

explorer-filter API

explorer-query API

explorer-tools API

explorer-list API

explorer-tree API

explorer-table API

explorer-form API

explorer-dialog-form API

explorer-container API

explorer-column-table API