From 36f1cc6102c04d57c7289f2f09e44a15fb2cbeff 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, 14 Nov 2023 14:50:02 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=8E=A5=E5=8F=A3=E7=9C=8B=E6=9D=BF+j?= =?UTF-8?q?ob+store=E3=80=91=E6=98=8E=E7=BB=86=E6=9F=A5=E8=AF=A2=E6=8C=89?= =?UTF-8?q?=E9=92=AEbug=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PC/InterFace.Dash/src/components/tablePagination/index.vue | 2 +- .../src/components/tablePagination/index.vue | 2 +- .../src/components/tablePagination/index.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PC/InterFace.Dash/src/components/tablePagination/index.vue b/PC/InterFace.Dash/src/components/tablePagination/index.vue index d62afbd..932b246 100644 --- a/PC/InterFace.Dash/src/components/tablePagination/index.vue +++ b/PC/InterFace.Dash/src/components/tablePagination/index.vue @@ -125,7 +125,7 @@ export default { noUsePermissionBtn:{ type: Array, default: () => { - return ['refresh','field','export','filter']//刷新,字段设置,导出,筛选 + return ['refresh','field','filterForDetail','export','filter']//刷新,字段设置,明细查询,导出,筛选 } }, rowMaxHeight:{ diff --git a/PC/UI.WinIn.FasterZ.Job/src/components/tablePagination/index.vue b/PC/UI.WinIn.FasterZ.Job/src/components/tablePagination/index.vue index 455d233..fafa8dc 100644 --- a/PC/UI.WinIn.FasterZ.Job/src/components/tablePagination/index.vue +++ b/PC/UI.WinIn.FasterZ.Job/src/components/tablePagination/index.vue @@ -97,7 +97,7 @@ export default { noUsePermissionBtn:{ type: Array, default: () => { - return ['refresh','field','export','filter']//刷新,字段设置,导出,筛选 + return ['refresh','field','filterForDetail','export','filter']//刷新,字段设置,明细查询,导出,筛选 } }, rowMaxHeight:{ diff --git a/PC/UI.WinIn.FasterZ.Store/src/components/tablePagination/index.vue b/PC/UI.WinIn.FasterZ.Store/src/components/tablePagination/index.vue index 455d233..fafa8dc 100644 --- a/PC/UI.WinIn.FasterZ.Store/src/components/tablePagination/index.vue +++ b/PC/UI.WinIn.FasterZ.Store/src/components/tablePagination/index.vue @@ -97,7 +97,7 @@ export default { noUsePermissionBtn:{ type: Array, default: () => { - return ['refresh','field','export','filter']//刷新,字段设置,导出,筛选 + return ['refresh','field','filterForDetail','export','filter']//刷新,字段设置,明细查询,导出,筛选 } }, rowMaxHeight:{