From 9a29bc19ced1a55b8f3a40104db0d2b50e62a375 Mon Sep 17 00:00:00 2001 From: ibuler Date: Sun, 26 Apr 2020 10:45:48 +0800 Subject: [PATCH] =?UTF-8?q?[Update]=20=E4=BF=AE=E6=94=B9action=20formator?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ListTable/formatters/ActionsFormatter.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ListTable/formatters/ActionsFormatter.vue b/src/components/ListTable/formatters/ActionsFormatter.vue index cc9879e5d..8b93af967 100644 --- a/src/components/ListTable/formatters/ActionsFormatter.vue +++ b/src/components/ListTable/formatters/ActionsFormatter.vue @@ -101,6 +101,7 @@ export default { v.callback = this.cleanCallback(v) return v }) + actions = actions.filter((v) => v.has) return actions }, actions() {