Browse Source

关联角色调整为岗位角色

zhouy 7 years ago
parent
commit
fee070a9e9

+ 3 - 3
frontend/saas-web/app/view/document/kind/ChildForm.js

@@ -180,7 +180,7 @@ Ext.define('saas.view.document.kind.ChildForm', {
             },{
                 xtype:'datamulticombo',
                 dataUrl:'/api/account/role/list',
-                fieldLabel: '关联角色',
+                fieldLabel: '岗位角色',
                 name: 'roleNames',
                 allowBlank:true,
                 maxLength: 20,
@@ -321,7 +321,7 @@ Ext.define('saas.view.document.kind.ChildForm', {
             },{
                 xtype:'datamulticombo',
                 dataUrl:'/api/account/role/list',
-                fieldLabel: '关联角色',
+                fieldLabel: '岗位角色',
                 name: 'roleIds',
                 allowBlank:false,
                 maxLength: 30,
@@ -511,7 +511,7 @@ Ext.define('saas.view.document.kind.ChildForm', {
         o = o.substring(0,o.length-1);
 
         if(o==""){
-            saas.util.BaseUtil.showErrorToast('关联角色未选择,无法保存!')
+            saas.util.BaseUtil.showErrorToast('岗位角色未选择,无法保存!')
         }
 
         var _params = {

+ 2 - 2
frontend/saas-web/app/view/sys/account/DataList.js

@@ -89,13 +89,13 @@ Ext.define('saas.view.sys.account.DataList', {
         width : 180.0, 
         xtype : '', 
     },{
-        text : '关联角色id', 
+        text : '岗位角色id', 
         hidden:true,
         dataIndex : 'roleIds', 
         width : 110.0, 
         xtype : '', 
     },{
-        text : '关联角色', 
+        text : '岗位角色', 
         dataIndex : 'roleNames', 
         width : 220.0
     },{