From 55c2629862ec684b6679bd60aa2a3d15134320e4 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:33:43 +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 --- Code/Fe/README.md | 2 +- .../components/commonTabel-drawer copy/index.vue | 10 +++++----- .../Fe/src/components/commonTabel-drawer/index.vue | 10 +++++----- Code/Fe/src/components/tablePagination/index.vue | 14 +++++--------- Code/Fe/src/components/umyTable/index.vue | 12 ++++++------ Code/Fe/src/mixins/TableMixins.js | 2 +- .../views/basicConfig/ExportCustomUserSetting.vue | 2 +- Code/Fe/src/views/interfaceBoard/TestSchool.vue | 6 +++--- 8 files changed, 27 insertions(+), 31 deletions(-) diff --git a/Code/Fe/README.md b/Code/Fe/README.md index df3021f..4208571 100644 --- a/Code/Fe/README.md +++ b/Code/Fe/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/Code/Fe/src/components/commonTabel-drawer copy/index.vue b/Code/Fe/src/components/commonTabel-drawer copy/index.vue index bef3003..02d2a5c 100644 --- a/Code/Fe/src/components/commonTabel-drawer copy/index.vue +++ b/Code/Fe/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" >