zhouchenglin hace 6 años
padre
commit
53274ec55c
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      README.md
  2. 1 1
      src/main/resources/static/js/base/org/list.js

+ 1 - 1
README.md

@@ -4,7 +4,7 @@
 ### 传送门
 - dp-LTE:[http://git.oschina.net/zhocuhenglin/dp-security/](http://git.oschina.net/zhocuhenglin/dp-security/)
 - dp-PRO:[http://git.oschina.net/zhocuhenglin/dp-pro](http://git.oschina.net/zhocuhenglin/dp-pro)
-- dp-ADMIN:dp-pro未拆分版本,简化项目分层,更快整合前中台服务;项目见dp-pro的dp分支
+- dp-ADMIN:dp-pro未拆分版本,采用全新交互逻辑及代码优化,简化项目分层,更快整合前中台服务;项目见dp-pro的dp分支
 - dp-GEN:[http://git.oschina.net/zhocuhenglin/dp-generator](http://git.oschina.net/zhocuhenglin/dp-generator)
 - dp-BOOT:[https://gitee.com/zhocuhenglin/dp-boot](https://gitee.com/zhocuhenglin/dp-BOOT)
 - 项目文档:[http://dp-dev.mydoc.io/](http://dp-dev.mydoc.io/)

+ 1 - 1
src/main/resources/static/js/base/org/list.js

@@ -23,7 +23,7 @@ function getGrid() {
         treeShowField: 'name',
         parentIdField: 'parentId',
         columns: [
-            {field: 'selectItem', radio: true},
+            {checkbox: true},
             {title: '编号', field: 'orgId', visible: false, width: '80px'},
             {title: '名称', field: 'name'},
             {title: '机构编码', field: 'code', width: '200px'},