From 446e10917fb69b2d6def1ebb6742a4ea40320fb3 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期日, 25 六月 2023 13:37:46 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/permission/permission.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/permission/permission.js b/src/main/webapp/static/js/permission/permission.js
index a971a84..b654c2d 100644
--- a/src/main/webapp/static/js/permission/permission.js
+++ b/src/main/webapp/static/js/permission/permission.js
@@ -18,7 +18,8 @@
         cellMinWidth: 50,
         cols: [[
             {type: 'checkbox', fixed: 'left'}
-            // ,{field: 'id', title: 'ID', sort: true,align: 'center', fixed: 'left', width: 80}
+             //,{field: 'title', title: '鏍囬', sort: true,align: 'center', fixed: 'left', width: 80}
+            ,{field: 'title', title: '鏍囬', align: 'center',}
             ,{field: 'name', align: 'center',title: '鏉冮檺鍚嶇О'}
             ,{field: 'action', align: 'center',title: '鎺ュ彛鍦板潃'}
             // ,{field: 'resourceName', align: 'center',title: '鎵�灞炶彍鍗�',event: 'Resource', style: 'text-decoration: underline;cursor:pointer'}
@@ -254,6 +255,7 @@
             shade: [0.5,'#000'] //0.1閫忔槑搴︾殑鑳屾櫙
         });
         var data = {
+            title: $('#title').val(),
             id: $('#id').val(),
             name: $('#name').val(),
             action: $('#action').val(),

--
Gitblit v1.9.1