|
|
@@ -213,7 +213,12 @@ Ext.define('saas.view.document.kind.Kind', {
|
|
|
reqUrl:'/api/commons/number/save'
|
|
|
},
|
|
|
personpower:{
|
|
|
- columns: [{
|
|
|
+ columns: [ {
|
|
|
+ text : "编号",
|
|
|
+ dataIndex : "code",
|
|
|
+ width : 120.0,
|
|
|
+ xtype : "",
|
|
|
+ },{
|
|
|
text : "角色名称",
|
|
|
width : 200.0,
|
|
|
dataIndex : "name",
|
|
|
@@ -224,13 +229,8 @@ Ext.define('saas.view.document.kind.Kind', {
|
|
|
dataIndex : "description",
|
|
|
width : 120.0,
|
|
|
xtype : "",
|
|
|
- },
|
|
|
- {
|
|
|
- text : "编号",
|
|
|
- dataIndex : "code",
|
|
|
- width : 120.0,
|
|
|
- xtype : "",
|
|
|
- }],
|
|
|
+ }
|
|
|
+ ],
|
|
|
keyField:'id',
|
|
|
reqUrl:'/api/account/role/save',
|
|
|
updateUrl:'/api/account/role/update',
|