|
|
@@ -11,6 +11,7 @@
|
|
|
:row-handle="listConfig.rowHandle"
|
|
|
:pagination="pagination"
|
|
|
:loading="loading"
|
|
|
+ displayField="角色设置列表"
|
|
|
@action-event="handleAction"
|
|
|
@sort-change="handleSortChange"
|
|
|
@pagination-change="handlePaginationChange"
|
|
|
@@ -118,22 +119,22 @@ export default {
|
|
|
forms: [
|
|
|
{ prop: 'Q^NAME_^SL', label: '角色名称' },
|
|
|
{ prop: 'Q^ROLE_ALIAS_^SL', label: '角色别名' },
|
|
|
- {
|
|
|
- prop: 'Q^SYSTEM_ID_^SL',
|
|
|
- label: '子系统',
|
|
|
- fieldType: 'select',
|
|
|
- valueKey: 'id',
|
|
|
- labelKey: 'name',
|
|
|
- resultField: 'data',
|
|
|
- selectFetch: findAllSubsystem
|
|
|
- }
|
|
|
+ // {
|
|
|
+ // prop: 'Q^SYSTEM_ID_^SL',
|
|
|
+ // label: '子系统',
|
|
|
+ // fieldType: 'select',
|
|
|
+ // valueKey: 'id',
|
|
|
+ // labelKey: 'name',
|
|
|
+ // resultField: 'data',
|
|
|
+ // selectFetch: findAllSubsystem
|
|
|
+ // }
|
|
|
]
|
|
|
},
|
|
|
// 表格字段配置
|
|
|
columns: [
|
|
|
- { prop: 'name', label: '名称' },
|
|
|
+ { prop: 'name', label: '角色名称' },
|
|
|
{ prop: 'roleAlias', label: '角色别名' },
|
|
|
- { prop: 'subSystemName', label: '子系统名称' }
|
|
|
+ // { prop: 'subSystemName', label: '子系统名称' }
|
|
|
],
|
|
|
rowHandle: {
|
|
|
actions: [{
|