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" >