From b5ab349b8fd15bd418b42bb65f868a9eecaed0eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Tue, 18 Jul 2023 10:02:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=8E=E7=BB=86=E6=B7=BB=E5=8A=A0=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E8=AE=BE=E7=BD=AE=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/filterForDetailPage/index.vue | 12 ++++++++++-- Code/Fe/src/components/tablePagination/index.vue | 14 +++++++++++--- Code/Fe/src/mixins/TableHeaderMixins.js | 3 ++- Code/Fe/src/mixins/TableMixins.js | 11 ++++++----- Code/Fe/src/utils/detailsPageColumns_api/index.js | 9 +++++++++ Code/Fe/src/views/interfaceBoard/TestSchool.vue | 13 ++++++------- 6 files changed, 44 insertions(+), 18 deletions(-) create mode 100644 Code/Fe/src/utils/detailsPageColumns_api/index.js diff --git a/Code/Fe/src/components/filterForDetailPage/index.vue b/Code/Fe/src/components/filterForDetailPage/index.vue index ced8e1a..af563f2 100644 --- a/Code/Fe/src/components/filterForDetailPage/index.vue +++ b/Code/Fe/src/components/filterForDetailPage/index.vue @@ -20,6 +20,8 @@ :currenButtonData="currenButtonData" :tableData="tableData" :tableLoading="Loading.tableLoading" + @rowDrop="rowDropForDetail" + :rowSource="'detailPage_api'" :tableColumns="listColumns" :totalCount="totalCount" :multipleSelection="multipleSelection" @@ -46,7 +48,7 @@ label="操作" :align="'center'" width="150" - fixed="right" + fixed="left" >