From 33ae061d88efebc4657bc4d429ca152d5b6a9727 Mon Sep 17 00:00:00 2001 From: mhsnet Date: Wed, 11 Oct 2023 17:04:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E6=94=AF=E6=9C=BA=E6=9E=84=E6=8E=92?= =?UTF-8?q?=E7=89=88=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../stpagea/enterpriseCentre/branch/index.vue | 149 ++++++++++-------- .../branch/src/DrawerFilter.vue | 8 +- 2 files changed, 90 insertions(+), 67 deletions(-) diff --git a/yunxi-ui-admin-vben/src/views/stpagea/enterpriseCentre/branch/index.vue b/yunxi-ui-admin-vben/src/views/stpagea/enterpriseCentre/branch/index.vue index 8fa34bf4..be414ede 100644 --- a/yunxi-ui-admin-vben/src/views/stpagea/enterpriseCentre/branch/index.vue +++ b/yunxi-ui-admin-vben/src/views/stpagea/enterpriseCentre/branch/index.vue @@ -5,6 +5,7 @@ import DrawerFilter from './src/DrawerFilter.vue' import { ref, h } from 'vue' import { EditOutlined, DeleteOutlined, PlusOutlined, SearchOutlined, UndoOutlined, FilterOutlined } from '@ant-design/icons-vue'; +const headStyleV: any = { color: '#262626', 'background-color': '#F7F8FA', 'border-radius': '3px' } const activeKey = ref('1'); const columns: any = [ { @@ -149,81 +150,94 @@ const doShowDrawerFilter = (isshow: boolean) => {