From 87d0039178a98a97552a5f4501a44f1b526f3fb2 Mon Sep 17 00:00:00 2001 From: F4NNIU Date: Sun, 1 Mar 2020 15:40:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=8F=9C=E5=8D=95=E8=A7=84?= =?UTF-8?q?=E4=B8=AD=E8=8F=9C=E5=8D=95=E6=98=BE=E7=A4=BA=E5=BC=80=E5=85=B3?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/assets/js/backend/auth/rule.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/assets/js/backend/auth/rule.js b/public/assets/js/backend/auth/rule.js index 0e3d9f2b2..dfaa86ee8 100755 --- a/public/assets/js/backend/auth/rule.js +++ b/public/assets/js/backend/auth/rule.js @@ -34,6 +34,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'template'], function field: 'ismenu', title: __('Ismenu'), align: 'center', + table: table, formatter: Table.api.formatter.toggle }, { -- Gitee