Browse Source

20250422 组织架构编号 隐藏

贾小兵 6 days ago
parent
commit
89e3e3ce83
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/assets/js/backend/department/index.js

+ 1 - 1
public/assets/js/backend/department/index.js

@@ -33,7 +33,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                 columns: [
                 columns: [
                     [
                     [
                         {checkbox: true},
                         {checkbox: true},
-                        {field: 'id', title: __('编号')},
+                        // {field: 'id', title: __('编号')},
 
 
                         {field: 'name', title: __('Name'), align: 'left'},
                         {field: 'name', title: __('Name'), align: 'left'},