From 87416e14804540a7fec3568db3b9c2e2273adf02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com> Date: Thu, 20 Jul 2023 16:31:13 +0800 Subject: [PATCH] =?UTF-8?q?table=E7=BB=84=E4=BB=B6=E5=B7=A6=E5=8F=B3?= =?UTF-8?q?=E4=BE=A7=E6=93=8D=E4=BD=9C=E5=88=97=E5=8C=BA=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PC/InterFace.Dash/README.md | 2 +- .../commonTabel-drawer copy/index.vue | 10 ++-- .../components/commonTabel-drawer/index.vue | 10 ++-- .../src/components/tablePagination/index.vue | 10 ++-- .../src/components/umyTable/index.vue | 48 +++++++++++++++---- PC/InterFace.Dash/src/mixins/TableMixins.js | 2 +- .../basicConfig/ExportCustomUserSetting.vue | 6 +-- .../src/views/demo/demo_detail_addbase.vue | 4 +- .../src/views/menuList/AsnMstr.vue | 6 +-- .../menuList/ExportCustomUserSetting.vue | 6 +-- .../views/menuList/OutgoingDataHistory.vue | 6 +-- .../src/views/menuList/PoMstr.vue | 6 +-- .../src/views/menuList/ReceiptMstr.vue | 6 +-- .../src/views/menuList/ReturnMstr.vue | 6 +-- 14 files changed, 79 insertions(+), 49 deletions(-) diff --git a/PC/InterFace.Dash/README.md b/PC/InterFace.Dash/README.md index df3021f..4208571 100644 --- a/PC/InterFace.Dash/README.md +++ b/PC/InterFace.Dash/README.md @@ -46,7 +46,7 @@ alertoldSkipCount 主列表-分页-当前页条数 alterResultCount 主列表-分页-每页最大页数 handleSelectionChange 主列表-选择-行数据方法 tablePagination ==> currenTable <----20230207添加 begin----> -buttonOperationClick 主列表-操作列按钮点击事件 +buttonOperationClick_left 主列表-操作列按钮点击事件 currentPageProps 主列表-当前页码值 使用的是@/mixins/TableMixins的oldSkipCount值 quicklySearchOption 主表查询-快速搜索数据配置 ==> 通用配置在@/utils/quicklySearchOption/index diff --git a/PC/InterFace.Dash/src/components/commonTabel-drawer copy/index.vue b/PC/InterFace.Dash/src/components/commonTabel-drawer copy/index.vue index 687acab..ce11d6a 100644 --- a/PC/InterFace.Dash/src/components/commonTabel-drawer copy/index.vue +++ b/PC/InterFace.Dash/src/components/commonTabel-drawer copy/index.vue @@ -117,8 +117,8 @@ @handleSelectionChange="handleSelectionChange" @inlineDialog="inlineDialog" @buttonClick="buttonClick" - :buttonOperationList="buttonOperationList" - @buttonOperationClick="buttonOperationClick" + :buttonOperationList_left="buttonOperationList_left" + @buttonOperationClick_left="buttonOperationClick_left" >