高级查询未实现,去掉按钮

pull/186/head
zhangdaiscott 2022-10-18 16:57:37 +08:00
parent 455b6672d2
commit c112e703b6
2 changed files with 0 additions and 2 deletions

View File

@ -53,7 +53,6 @@
<a-button preIcon="ant-design:import-outlined" type="primary">导入</a-button>
</a-upload>
<a-button preIcon="ant-design:export-outlined" type="primary" @click="handleExportXls('单表示例', getExportUrl,exportParams)">导出</a-button>
<a-button preIcon="ant-design:filter" type="primary" @click="">高级查询?</a-button>
<a-button preIcon="ant-design:plus-outlined" type="primary" @click="openTab">Tab</a-button>
<a-button preIcon="ant-design:retweet-outlined" type="primary" @click="customSearch = !customSearch">{{
customSearch ? '表单配置查询' : '自定义查询'

View File

@ -10,7 +10,6 @@
<a-button type="primary" @click="handleSyncUser" preIcon="ant-design:sync-outlined"> 同步流程</a-button>
<a-button type="primary" @click="openModal(true, {})" preIcon="ant-design:hdd-outlined"> 回收站</a-button>
<JThirdAppButton biz-type="user" :selected-row-keys="selectedRowKeys" syncToApp syncToLocal @sync-finally="onSyncFinally" />
<a-button type="primary" preIcon="ant-design:filter-outlined"> 高级查询?</a-button>
<a-dropdown v-if="selectedRowKeys.length > 0">
<template #overlay>
<a-menu>