From e94beb9fbd607847f8312f63a869e292289eda81 Mon Sep 17 00:00:00 2001 From: RubyLiu Date: Wed, 6 Sep 2023 11:33:01 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=AE=A1=E7=90=86bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/pure/ms-table/base-table.vue | 29 ++++++++++++++++++- .../project/components/addProjectModal.vue | 3 +- .../organization/project/orgProject.vue | 6 ++-- .../components/systemOrganization.vue | 7 +++-- .../components/systemProject.vue | 5 ++-- 5 files changed, 38 insertions(+), 12 deletions(-) diff --git a/frontend/src/components/pure/ms-table/base-table.vue b/frontend/src/components/pure/ms-table/base-table.vue index 053f947b35..9cde4054b5 100644 --- a/frontend/src/components/pure/ms-table/base-table.vue +++ b/frontend/src/components/pure/ms-table/base-table.vue @@ -26,7 +26,6 @@ :width="item.width" :align="item.align" :fixed="item.fixed" - :ellipsis="item.ellipsis" :sortable="item.sortable" :filterable="item.filterable" :cell-class="item.cellClass" @@ -112,6 +111,33 @@ +