Ver Fonte

20250422 组织架构编号 隐藏

贾小兵 há 6 dias atrás
pai
commit
89e3e3ce83
1 ficheiros alterados com 1 adições e 1 exclusões
  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: [
                     [
                         {checkbox: true},
-                        {field: 'id', title: __('编号')},
+                        // {field: 'id', title: __('编号')},
 
                         {field: 'name', title: __('Name'), align: 'left'},