提交 6f1d34e3 编写于 作者: ibizdev's avatar ibizdev

ibiz4j 发布系统代码

上级 6aab6900
...@@ -12,50 +12,50 @@ import userCustom_en_US from '@locale/lanres/userCustom/userCustom_en_US'; ...@@ -12,50 +12,50 @@ import userCustom_en_US from '@locale/lanres/userCustom/userCustom_en_US';
export default { export default {
app: { app: {
commonWords:{ commonWords:{
error: 'Error', error: "Error",
success: 'Success', success: "Success",
ok: 'OK', ok: "OK",
cancel: 'Cancel', cancel: "Cancel",
}, },
local:{ local:{
new: 'New' new: "New"
}, },
gridpage: { gridpage: {
choicecolumns: 'Choice columns', choicecolumns: "Choice columns",
refresh: 'refresh', refresh: "refresh",
show: 'Show', show: "Show",
records: 'records', records: "records",
totle: 'totle', totle: "totle",
}, },
tabpage: { tabpage: {
sureclosetip: { sureclosetip: {
title: 'Close warning', title: "Close warning",
content: 'Form data Changed, are sure close?', content: "Form data Changed, are sure close?",
}, },
closeall: 'Close all', closeall: "Close all",
closeother: 'Close other', closeother: "Close other",
}, },
fileUpload: { fileUpload: {
caption: 'Upload', caption: "Upload",
}, },
searchButton: { searchButton: {
search: 'Search', search: "Search",
reset: 'Reset', reset: "Reset",
}, },
calendar:{ calendar:{
today: 'today', today: "today",
month: 'month', month: "month",
week: 'week', week: "week",
day: 'day', day: "day",
list: 'list', list: "list",
dateSelectModalTitle: 'select the time you wanted', dateSelectModalTitle: "select the time you wanted",
gotoDate: 'goto', gotoDate: "goto",
}, },
// 非实体视图 // 非实体视图
views: { views: {
index: { index: {
caption: 'ibizlab-uaa', caption: "ibizlab-uaa",
title: 'ibizlab-uaa', title: "ibizlab-uaa",
}, },
}, },
utilview:{ utilview:{
...@@ -65,10 +65,10 @@ export default { ...@@ -65,10 +65,10 @@ export default {
}, },
menus: { menus: {
main: { main: {
menuitem3: '用户', menuitem3: "用户",
menuitem6: '角色', menuitem6: "角色",
menuitem1: '认证日志', menuitem1: "认证日志",
menuitem2: '接入应用', menuitem2: "接入应用",
}, },
}, },
}, },
......
...@@ -12,50 +12,50 @@ import userCustom_zh_CN from '@locale/lanres/userCustom/userCustom_zh_CN'; ...@@ -12,50 +12,50 @@ import userCustom_zh_CN from '@locale/lanres/userCustom/userCustom_zh_CN';
export default { export default {
app: { app: {
commonWords:{ commonWords:{
error: '失败', error: "失败",
success: '成功', success: "成功",
ok: '确认', ok: "确认",
cancel: '取消', cancel: "取消",
}, },
local:{ local:{
new: '新建' new: "新建"
}, },
gridpage: { gridpage: {
choicecolumns: '选择列', choicecolumns: "选择列",
refresh: '刷新', refresh: "刷新",
show: '显示', show: "显示",
records: '条', records: "条",
totle: '共', totle: "共",
}, },
tabpage: { tabpage: {
sureclosetip: { sureclosetip: {
title: '关闭提醒', title: "关闭提醒",
content: '表单数据已经修改,确定要关闭?', content: "表单数据已经修改,确定要关闭?",
}, },
closeall: '关闭所有', closeall: "关闭所有",
closeother: '关闭其他', closeother: "关闭其他",
}, },
fileUpload: { fileUpload: {
caption: '上传', caption: "上传",
}, },
searchButton: { searchButton: {
search: '搜索', search: "搜索",
reset: '重置', reset: "重置",
}, },
calendar:{ calendar:{
today: '今天', today: "今天",
month: '月', month: "月",
week: '周', week: "周",
day: '天', day: "天",
list: '列', list: "列",
dateSelectModalTitle: '选择要跳转的时间', dateSelectModalTitle: "选择要跳转的时间",
gotoDate: '跳转', gotoDate: "跳转",
}, },
// 非实体视图 // 非实体视图
views: { views: {
index: { index: {
caption: 'ibizlab-uaa', caption: "ibizlab-uaa",
title: 'ibizlab-uaa', title: "ibizlab-uaa",
}, },
}, },
utilview:{ utilview:{
...@@ -65,10 +65,10 @@ export default { ...@@ -65,10 +65,10 @@ export default {
}, },
menus: { menus: {
main: { main: {
menuitem3: '用户', menuitem3: "用户",
menuitem6: '角色', menuitem6: "角色",
menuitem1: '认证日志', menuitem1: "认证日志",
menuitem2: '接入应用', menuitem2: "接入应用",
}, },
}, },
}, },
......
export default { export default {
YesNo: { YesNo: {
'1': '是', "1": "是",
'0': '否', "0": "否",
empty: '', "empty": ""
}, },
AppType: { AppType: {
'INNER': '内置应用', "INNER": "内置应用",
'THIRD-PARTY': '第三方应用', "THIRD-PARTY": "第三方应用",
empty: '', "empty": ""
}, },
CLAuthCode: { CLAuthCode: {
'200': '成功', "200": "成功",
'400': '用户不存在', "400": "用户不存在",
'401.1': '密码错误', "401.1": "密码错误",
'401.2': '配置错误', "401.2": "配置错误",
'403.6': '地址被拒绝', "403.6": "地址被拒绝",
empty: '', "empty": ""
}, },
}; };
\ No newline at end of file
export default { export default {
YesNo: { YesNo: {
'1': '是', "1": "是",
'0': '否', "0": "否",
empty: '', "empty": "",
}, },
AppType: { AppType: {
'INNER': '内置应用', "INNER": "内置应用",
'THIRD-PARTY': '第三方应用', "THIRD-PARTY": "第三方应用",
empty: '', "empty": "",
}, },
CLAuthCode: { CLAuthCode: {
'200': '成功', "200": "成功",
'400': '用户不存在', "400": "用户不存在",
'401.1': '密码错误', "401.1": "密码错误",
'401.2': '配置错误', "401.2": "配置错误",
'403.6': '地址被拒绝', "403.6": "地址被拒绝",
empty: '', "empty": "",
}, },
}; };
\ No newline at end of file
export default { export default {
fields: { fields: {
id: '应用标识', id: "应用标识",
label: '应用名', label: "应用名",
systemid: '系统标识', systemid: "系统标识",
fullname: '全称', fullname: "全称",
type: '类型', type: "类型",
group: '分组', group: "分组",
icon: '图标', icon: "图标",
visabled: '可见', visabled: "可见",
addr: '地址', addr: "地址",
}, },
views: { views: {
editview: { editview: {
caption: "应用", caption: "应用",
title: '应用编辑视图', title: "应用编辑视图",
}, },
gridview: { gridview: {
caption: "应用", caption: "应用",
title: '应用表格视图', title: "应用表格视图",
}, },
}, },
main_form: { main_form: {
......
export default { export default {
fields: { fields: {
id: '应用标识', id: "应用标识",
label: '应用名', label: "应用名",
systemid: '系统标识', systemid: "系统标识",
fullname: '全称', fullname: "全称",
type: '类型', type: "类型",
group: '分组', group: "分组",
icon: '图标', icon: "图标",
visabled: '可见', visabled: "可见",
addr: '地址', addr: "地址",
}, },
views: { views: {
editview: { editview: {
caption: '应用', caption: "应用",
title: '应用编辑视图', title: "应用编辑视图",
}, },
gridview: { gridview: {
caption: '应用', caption: "应用",
title: '应用表格视图', title: "应用表格视图",
}, },
}, },
main_form: { main_form: {
details: { details: {
group1: '应用基本信息', group1: "应用基本信息",
formpage1: '基本信息', formpage1: "基本信息",
srforikey: '', srforikey: "",
srfkey: '应用标识', srfkey: "应用标识",
srfmajortext: '应用名', srfmajortext: "应用名",
srftempmode: '', srftempmode: "",
srfuf: '', srfuf: "",
srfdeid: '', srfdeid: "",
srfsourcekey: '', srfsourcekey: "",
pssystemid: '系统标识', pssystemid: "系统标识",
appid: '应用标识', appid: "应用标识",
appname: '应用名', appname: "应用名",
apptype: '类型', apptype: "类型",
appgroup: '分组', appgroup: "分组",
fullname: '全称', fullname: "全称",
icon: '图标', icon: "图标",
visabled: '可见', visabled: "可见",
addr: '地址', addr: "地址",
}, },
uiactions: { uiactions: {
}, },
}, },
main_grid: { main_grid: {
columns: { columns: {
pssystemid: '系统标识', pssystemid: "系统标识",
appid: '应用标识', appid: "应用标识",
appname: '应用名', appname: "应用名",
appgroup: '分组', appgroup: "分组",
apptype: '类型', apptype: "类型",
fullname: '全称', fullname: "全称",
icon: '图标', icon: "图标",
addr: '地址', addr: "地址",
visabled: '可见', visabled: "可见",
}, },
uiactions: { uiactions: {
}, },
}, },
default_searchform: { default_searchform: {
details: { details: {
formpage1: '常规条件', formpage1: "常规条件",
n_pssystemid_eq: '系统标识(等于(=))', n_pssystemid_eq: "系统标识(等于(=))",
n_appname_like: '应用名(文本包含(%))', n_appname_like: "应用名(文本包含(%))",
}, },
uiactions: { uiactions: {
}, },
}, },
gridviewtoolbar_toolbar: { gridviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '新建', caption: "新建",
tip: '新建', tip: "新建",
}, },
tbitem4: { tbitem4: {
caption: '编辑', caption: "编辑",
tip: '编辑', tip: "编辑",
}, },
tbitem6: { tbitem6: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
tbitem7: { tbitem7: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem24: { tbitem24: {
caption: '行编辑', caption: "行编辑",
tip: '行编辑', tip: "行编辑",
}, },
tbitem25: { tbitem25: {
caption: '新建行', caption: "新建行",
tip: '新建行', tip: "新建行",
}, },
tbitem26: { tbitem26: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem8: { tbitem8: {
caption: '删除', caption: "删除",
tip: '删除', tip: "删除",
}, },
tbitem9: { tbitem9: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem13: { tbitem13: {
caption: '导出', caption: "导出",
tip: '导出', tip: "导出",
}, },
tbitem10: { tbitem10: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem19: { tbitem19: {
caption: '过滤', caption: "过滤",
tip: '过滤', tip: "过滤",
}, },
}, },
editviewtoolbar_toolbar: { editviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '保存', caption: "保存",
tip: '保存', tip: "保存",
}, },
tbitem5: { tbitem5: {
caption: '保存并关闭', caption: "保存并关闭",
tip: '保存并关闭', tip: "保存并关闭",
}, },
tbitem6: { tbitem6: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem12: { tbitem12: {
caption: '新建', caption: "新建",
tip: '新建', tip: "新建",
}, },
tbitem13: { tbitem13: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem14: { tbitem14: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
}, },
}; };
\ No newline at end of file
export default { export default {
fields: { fields: {
logid: '标识', logid: "标识",
username: '用户全局名', username: "用户全局名",
personname: '用户名称', personname: "用户名称",
domain: '域', domain: "域",
authtime: '认证时间', authtime: "认证时间",
ipaddr: 'IP地址', ipaddr: "IP地址",
macaddr: 'MAC地址', macaddr: "MAC地址",
useragent: '客户端', useragent: "客户端",
authcode: '认证结果', authcode: "认证结果",
}, },
views: { views: {
gridview: { gridview: {
caption: "认证日志", caption: "认证日志",
title: '认证日志表格视图', title: "认证日志表格视图",
}, },
}, },
main_grid: { main_grid: {
......
export default { export default {
fields: { fields: {
logid: '标识', logid: "标识",
username: '用户全局名', username: "用户全局名",
personname: '用户名称', personname: "用户名称",
domain: '域', domain: "域",
authtime: '认证时间', authtime: "认证时间",
ipaddr: 'IP地址', ipaddr: "IP地址",
macaddr: 'MAC地址', macaddr: "MAC地址",
useragent: '客户端', useragent: "客户端",
authcode: '认证结果', authcode: "认证结果",
}, },
views: { views: {
gridview: { gridview: {
caption: '认证日志', caption: "认证日志",
title: '认证日志表格视图', title: "认证日志表格视图",
}, },
}, },
main_grid: { main_grid: {
columns: { columns: {
username: '用户全局名', username: "用户全局名",
personname: '用户名称', personname: "用户名称",
authtime: '认证时间', authtime: "认证时间",
authcode: '认证结果', authcode: "认证结果",
ipaddr: 'IP地址', ipaddr: "IP地址",
macaddr: 'MAC地址', macaddr: "MAC地址",
useragent: '客户端', useragent: "客户端",
domain: '域', domain: "域",
}, },
uiactions: { uiactions: {
}, },
}, },
default_searchform: { default_searchform: {
details: { details: {
formpage1: '常规条件', formpage1: "常规条件",
n_username_like: '用户全局名(文本包含(%))', n_username_like: "用户全局名(文本包含(%))",
n_personname_like: '用户名称(文本包含(%))', n_personname_like: "用户名称(文本包含(%))",
n_authcode_eq: '认证结果(等于(=))', n_authcode_eq: "认证结果(等于(=))",
n_authtime_gtandeq: '认证时间(大于等于(>=))', n_authtime_gtandeq: "认证时间(大于等于(>=))",
n_authtime_ltandeq: '认证时间(小于等于(<=))', n_authtime_ltandeq: "认证时间(小于等于(<=))",
n_domain_like: '域(文本包含(%))', n_domain_like: "域(文本包含(%))",
}, },
uiactions: { uiactions: {
}, },
......
export default { export default {
fields: { fields: {
permissionid: '资源标识', permissionid: "资源标识",
permissionname: '资源名称', permissionname: "资源名称",
permissiontype: '资源类别', permissiontype: "资源类别",
pssystemid: '系统', pssystemid: "系统",
enable: '逻辑有效', enable: "逻辑有效",
createdate: '建立时间', createdate: "建立时间",
updatedate: '更新时间', updatedate: "更新时间",
}, },
views: { views: {
gridview: { gridview: {
caption: "权限/资源", caption: "权限/资源",
title: '权限表表格视图', title: "权限表表格视图",
}, },
editview2: { editview2: {
caption: "权限/资源", caption: "权限/资源",
title: '权限表编辑视图', title: "权限表编辑视图",
}, },
pickupview: { pickupview: {
caption: "权限/资源", caption: "权限/资源",
title: '权限表数据选择视图', title: "权限表数据选择视图",
}, },
pickupgridview: { pickupgridview: {
caption: "权限/资源", caption: "权限/资源",
title: '权限表选择表格视图', title: "权限表选择表格视图",
}, },
mpickupview: { mpickupview: {
caption: "权限/资源", caption: "权限/资源",
title: '权限表数据多项选择视图', title: "权限表数据多项选择视图",
}, },
redirectview: { redirectview: {
caption: "权限/资源", caption: "权限/资源",
title: '权限表数据重定向视图', title: "权限表数据重定向视图",
}, },
editview: { editview: {
caption: "权限/资源", caption: "权限/资源",
title: '权限表编辑视图', title: "权限表编辑视图",
}, },
}, },
main_form: { main_form: {
......
export default { export default {
fields: { fields: {
permissionid: '资源标识', permissionid: "资源标识",
permissionname: '资源名称', permissionname: "资源名称",
permissiontype: '资源类别', permissiontype: "资源类别",
pssystemid: '系统', pssystemid: "系统",
enable: '逻辑有效', enable: "逻辑有效",
createdate: '建立时间', createdate: "建立时间",
updatedate: '更新时间', updatedate: "更新时间",
}, },
views: { views: {
gridview: { gridview: {
caption: '权限/资源', caption: "权限/资源",
title: '权限表表格视图', title: "权限表表格视图",
}, },
editview2: { editview2: {
caption: '权限/资源', caption: "权限/资源",
title: '权限表编辑视图', title: "权限表编辑视图",
}, },
pickupview: { pickupview: {
caption: '权限/资源', caption: "权限/资源",
title: '权限表数据选择视图', title: "权限表数据选择视图",
}, },
pickupgridview: { pickupgridview: {
caption: '权限/资源', caption: "权限/资源",
title: '权限表选择表格视图', title: "权限表选择表格视图",
}, },
mpickupview: { mpickupview: {
caption: '权限/资源', caption: "权限/资源",
title: '权限表数据多项选择视图', title: "权限表数据多项选择视图",
}, },
redirectview: { redirectview: {
caption: '权限/资源', caption: "权限/资源",
title: '权限表数据重定向视图', title: "权限表数据重定向视图",
}, },
editview: { editview: {
caption: '权限/资源', caption: "权限/资源",
title: '权限表编辑视图', title: "权限表编辑视图",
}, },
}, },
main_form: { main_form: {
details: { details: {
formpage1: '基本信息', formpage1: "基本信息",
srfupdatedate: '更新时间', srfupdatedate: "更新时间",
srforikey: '', srforikey: "",
srfkey: '资源标识', srfkey: "资源标识",
srfmajortext: '资源名称', srfmajortext: "资源名称",
srftempmode: '', srftempmode: "",
srfuf: '', srfuf: "",
srfdeid: '', srfdeid: "",
srfsourcekey: '', srfsourcekey: "",
sys_permissionname: '资源名称', sys_permissionname: "资源名称",
sys_permissionid: '资源标识', sys_permissionid: "资源标识",
}, },
uiactions: { uiactions: {
}, },
}, },
main_grid: { main_grid: {
columns: { columns: {
sys_permissionid: '资源标识', sys_permissionid: "资源标识",
sys_permissionname: '资源名称', sys_permissionname: "资源名称",
}, },
uiactions: { uiactions: {
}, },
}, },
default_searchform: { default_searchform: {
details: { details: {
formpage1: '常规条件', formpage1: "常规条件",
}, },
uiactions: { uiactions: {
}, },
}, },
editviewtoolbar_toolbar: { editviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '保存', caption: "保存",
tip: '保存', tip: "保存",
}, },
tbitem5: { tbitem5: {
caption: '保存并关闭', caption: "保存并关闭",
tip: '保存并关闭', tip: "保存并关闭",
}, },
tbitem6: { tbitem6: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem12: { tbitem12: {
caption: '新建', caption: "新建",
tip: '新建', tip: "新建",
}, },
tbitem13: { tbitem13: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem14: { tbitem14: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
}, },
gridviewtoolbar_toolbar: { gridviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '新建', caption: "新建",
tip: '新建', tip: "新建",
}, },
tbitem4: { tbitem4: {
caption: '编辑', caption: "编辑",
tip: '编辑', tip: "编辑",
}, },
tbitem6: { tbitem6: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
tbitem7: { tbitem7: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem8: { tbitem8: {
caption: '删除', caption: "删除",
tip: '删除', tip: "删除",
}, },
tbitem9: { tbitem9: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem13: { tbitem13: {
caption: '导出', caption: "导出",
tip: '导出', tip: "导出",
}, },
tbitem10: { tbitem10: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem19: { tbitem19: {
caption: '过滤', caption: "过滤",
tip: '过滤', tip: "过滤",
}, },
}, },
editview2toolbar_toolbar: { editview2toolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '保存', caption: "保存",
tip: '保存', tip: "保存",
}, },
tbitem5: { tbitem5: {
caption: '保存并关闭', caption: "保存并关闭",
tip: '保存并关闭', tip: "保存并关闭",
}, },
tbitem6: { tbitem6: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem12: { tbitem12: {
caption: '新建', caption: "新建",
tip: '新建', tip: "新建",
}, },
tbitem13: { tbitem13: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem14: { tbitem14: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
}, },
}; };
\ No newline at end of file
export default { export default {
fields: { fields: {
rolepermissionid: '角色权限关系表标识', rolepermissionid: "角色权限关系表标识",
roleid: '角色表标识', roleid: "角色表标识",
rolename: '角色名称', rolename: "角色名称",
permissionid: '权限表标识', permissionid: "权限表标识",
permissionname: '权限名称', permissionname: "权限名称",
permissiontype: '权限类型', permissiontype: "权限类型",
permissionenable: '权限类型', permissionenable: "权限类型",
createdate: '建立时间', createdate: "建立时间",
updatedate: '更新时间', updatedate: "更新时间",
}, },
views: { views: {
mpickupview: { mpickupview: {
caption: "角色权限关系", caption: "角色权限关系",
title: '角色权限关系表数据多项选择视图', title: "角色权限关系表数据多项选择视图",
}, },
redirectview: { redirectview: {
caption: "角色权限关系", caption: "角色权限关系",
title: '角色权限关系表数据重定向视图', title: "角色权限关系表数据重定向视图",
}, },
gridview: { gridview: {
caption: "角色权限关系", caption: "角色权限关系",
title: '角色权限关系表表格视图', title: "角色权限关系表表格视图",
}, },
pickupgridview: { pickupgridview: {
caption: "角色权限关系", caption: "角色权限关系",
title: '角色权限关系表选择表格视图', title: "角色权限关系表选择表格视图",
}, },
pickupview: { pickupview: {
caption: "角色权限关系", caption: "角色权限关系",
title: '角色权限关系表数据选择视图', title: "角色权限关系表数据选择视图",
}, },
editview: { editview: {
caption: "角色权限关系", caption: "角色权限关系",
title: '角色权限关系表编辑视图', title: "角色权限关系表编辑视图",
}, },
editview2: { editview2: {
caption: "角色权限关系", caption: "角色权限关系",
title: '角色权限关系表编辑视图', title: "角色权限关系表编辑视图",
}, },
customview: { customview: {
caption: "角色权限关系", caption: "角色权限关系",
title: '角色权限关系自定义视图', title: "角色权限关系自定义视图",
}, },
}, },
main_form: { main_form: {
......
export default { export default {
fields: { fields: {
rolepermissionid: '角色权限关系表标识', rolepermissionid: "角色权限关系表标识",
roleid: '角色表标识', roleid: "角色表标识",
rolename: '角色名称', rolename: "角色名称",
permissionid: '权限表标识', permissionid: "权限表标识",
permissionname: '权限名称', permissionname: "权限名称",
permissiontype: '权限类型', permissiontype: "权限类型",
permissionenable: '权限类型', permissionenable: "权限类型",
createdate: '建立时间', createdate: "建立时间",
updatedate: '更新时间', updatedate: "更新时间",
}, },
views: { views: {
mpickupview: { mpickupview: {
caption: '角色权限关系', caption: "角色权限关系",
title: '角色权限关系表数据多项选择视图', title: "角色权限关系表数据多项选择视图",
}, },
redirectview: { redirectview: {
caption: '角色权限关系', caption: "角色权限关系",
title: '角色权限关系表数据重定向视图', title: "角色权限关系表数据重定向视图",
}, },
gridview: { gridview: {
caption: '角色权限关系', caption: "角色权限关系",
title: '角色权限关系表表格视图', title: "角色权限关系表表格视图",
}, },
pickupgridview: { pickupgridview: {
caption: '角色权限关系', caption: "角色权限关系",
title: '角色权限关系表选择表格视图', title: "角色权限关系表选择表格视图",
}, },
pickupview: { pickupview: {
caption: '角色权限关系', caption: "角色权限关系",
title: '角色权限关系表数据选择视图', title: "角色权限关系表数据选择视图",
}, },
editview: { editview: {
caption: '角色权限关系', caption: "角色权限关系",
title: '角色权限关系表编辑视图', title: "角色权限关系表编辑视图",
}, },
editview2: { editview2: {
caption: '角色权限关系', caption: "角色权限关系",
title: '角色权限关系表编辑视图', title: "角色权限关系表编辑视图",
}, },
customview: { customview: {
caption: '角色权限关系', caption: "角色权限关系",
title: '角色权限关系自定义视图', title: "角色权限关系自定义视图",
}, },
}, },
main_form: { main_form: {
details: { details: {
group1: '角色权限关系表基本信息', group1: "角色权限关系表基本信息",
formpage1: '基本信息', formpage1: "基本信息",
srfupdatedate: '更新时间', srfupdatedate: "更新时间",
srforikey: '', srforikey: "",
srfkey: '角色权限关系表标识', srfkey: "角色权限关系表标识",
srfmajortext: '权限表标识', srfmajortext: "权限表标识",
srftempmode: '', srftempmode: "",
srfuf: '', srfuf: "",
srfdeid: '', srfdeid: "",
srfsourcekey: '', srfsourcekey: "",
sys_rolename: '角色名称', sys_rolename: "角色名称",
sys_permissionname: '权限名称', sys_permissionname: "权限名称",
sys_permissionid: '权限表标识', sys_permissionid: "权限表标识",
sys_roleid: '角色表标识', sys_roleid: "角色表标识",
sys_role_permissionid: '角色权限关系表标识', sys_role_permissionid: "角色权限关系表标识",
}, },
uiactions: { uiactions: {
}, },
}, },
main_grid: { main_grid: {
columns: { columns: {
sys_rolename: '角色名称', sys_rolename: "角色名称",
sys_permissionname: '权限名称', sys_permissionname: "权限名称",
updatedate: '更新时间', updatedate: "更新时间",
}, },
uiactions: { uiactions: {
}, },
}, },
default_searchform: { default_searchform: {
details: { details: {
formpage1: '常规条件', formpage1: "常规条件",
}, },
uiactions: { uiactions: {
}, },
}, },
gridviewtoolbar_toolbar: { gridviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '新建', caption: "新建",
tip: '新建', tip: "新建",
}, },
tbitem4: { tbitem4: {
caption: '编辑', caption: "编辑",
tip: '编辑', tip: "编辑",
}, },
tbitem6: { tbitem6: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
tbitem7: { tbitem7: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem8: { tbitem8: {
caption: '删除', caption: "删除",
tip: '删除', tip: "删除",
}, },
tbitem9: { tbitem9: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem13: { tbitem13: {
caption: '导出', caption: "导出",
tip: '导出', tip: "导出",
}, },
tbitem10: { tbitem10: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem19: { tbitem19: {
caption: '过滤', caption: "过滤",
tip: '过滤', tip: "过滤",
}, },
}, },
editviewtoolbar_toolbar: { editviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '保存', caption: "保存",
tip: '保存', tip: "保存",
}, },
tbitem5: { tbitem5: {
caption: '保存并关闭', caption: "保存并关闭",
tip: '保存并关闭', tip: "保存并关闭",
}, },
tbitem6: { tbitem6: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem12: { tbitem12: {
caption: '新建', caption: "新建",
tip: '新建', tip: "新建",
}, },
tbitem13: { tbitem13: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem14: { tbitem14: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
}, },
editview2toolbar_toolbar: { editview2toolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '保存', caption: "保存",
tip: '保存', tip: "保存",
}, },
tbitem5: { tbitem5: {
caption: '保存并关闭', caption: "保存并关闭",
tip: '保存并关闭', tip: "保存并关闭",
}, },
tbitem6: { tbitem6: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem12: { tbitem12: {
caption: '新建', caption: "新建",
tip: '新建', tip: "新建",
}, },
tbitem13: { tbitem13: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem14: { tbitem14: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
}, },
}; };
\ No newline at end of file
export default { export default {
fields: { fields: {
roleid: '角色标识', roleid: "角色标识",
rolename: '角色名称', rolename: "角色名称",
memo: '备注', memo: "备注",
createdate: '建立时间', createdate: "建立时间",
updatedate: '更新时间', updatedate: "更新时间",
}, },
views: { views: {
pickupgridview: { pickupgridview: {
caption: "系统角色", caption: "系统角色",
title: '角色选择表格视图', title: "角色选择表格视图",
}, },
editview2: { editview2: {
caption: "系统角色", caption: "系统角色",
title: '角色编辑视图', title: "角色编辑视图",
}, },
editview: { editview: {
caption: "系统角色", caption: "系统角色",
title: '角色编辑视图', title: "角色编辑视图",
}, },
pickupview: { pickupview: {
caption: "系统角色", caption: "系统角色",
title: '角色数据选择视图', title: "角色数据选择视图",
}, },
redirectview: { redirectview: {
caption: "系统角色", caption: "系统角色",
title: '角色数据重定向视图', title: "角色数据重定向视图",
}, },
gridview: { gridview: {
caption: "系统角色", caption: "系统角色",
title: '角色表格视图', title: "角色表格视图",
}, },
mpickupview: { mpickupview: {
caption: "系统角色", caption: "系统角色",
title: '角色数据多项选择视图', title: "角色数据多项选择视图",
}, },
}, },
main_form: { main_form: {
......
export default { export default {
fields: { fields: {
roleid: '角色标识', roleid: "角色标识",
rolename: '角色名称', rolename: "角色名称",
memo: '备注', memo: "备注",
createdate: '建立时间', createdate: "建立时间",
updatedate: '更新时间', updatedate: "更新时间",
}, },
views: { views: {
pickupgridview: { pickupgridview: {
caption: '系统角色', caption: "系统角色",
title: '角色选择表格视图', title: "角色选择表格视图",
}, },
editview2: { editview2: {
caption: '系统角色', caption: "系统角色",
title: '角色编辑视图', title: "角色编辑视图",
}, },
editview: { editview: {
caption: '系统角色', caption: "系统角色",
title: '角色编辑视图', title: "角色编辑视图",
}, },
pickupview: { pickupview: {
caption: '系统角色', caption: "系统角色",
title: '角色数据选择视图', title: "角色数据选择视图",
}, },
redirectview: { redirectview: {
caption: '系统角色', caption: "系统角色",
title: '角色数据重定向视图', title: "角色数据重定向视图",
}, },
gridview: { gridview: {
caption: '系统角色', caption: "系统角色",
title: '角色表格视图', title: "角色表格视图",
}, },
mpickupview: { mpickupview: {
caption: '系统角色', caption: "系统角色",
title: '角色数据多项选择视图', title: "角色数据多项选择视图",
}, },
}, },
main_form: { main_form: {
details: { details: {
group1: '角色表基本信息', group1: "角色表基本信息",
druipart1: '权限', druipart1: "权限",
tabpage1: '权限', tabpage1: "权限",
druipart2: '用户', druipart2: "用户",
tabpage2: '用户', tabpage2: "用户",
tabpanel1: '', tabpanel1: "",
formpage1: '基本信息', formpage1: "基本信息",
srfupdatedate: '更新时间', srfupdatedate: "更新时间",
srforikey: '', srforikey: "",
srfkey: '角色标识', srfkey: "角色标识",
srfmajortext: '角色名称', srfmajortext: "角色名称",
srftempmode: '', srftempmode: "",
srfuf: '', srfuf: "",
srfdeid: '', srfdeid: "",
srfsourcekey: '', srfsourcekey: "",
sys_rolename: '角色名称', sys_rolename: "角色名称",
memo: '备注', memo: "备注",
sys_roleid: '角色标识', sys_roleid: "角色标识",
}, },
uiactions: { uiactions: {
}, },
}, },
main_grid: { main_grid: {
columns: { columns: {
sys_roleid: '角色标识', sys_roleid: "角色标识",
sys_rolename: '角色名称', sys_rolename: "角色名称",
memo: '备注', memo: "备注",
updatedate: '更新时间', updatedate: "更新时间",
}, },
uiactions: { uiactions: {
}, },
}, },
default_searchform: { default_searchform: {
details: { details: {
formpage1: '常规条件', formpage1: "常规条件",
n_sys_rolename_like: '角色名称(%)', n_sys_rolename_like: "角色名称(%)",
}, },
uiactions: { uiactions: {
}, },
}, },
gridviewtoolbar_toolbar: { gridviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '新建', caption: "新建",
tip: '新建', tip: "新建",
}, },
tbitem4: { tbitem4: {
caption: '编辑', caption: "编辑",
tip: '编辑', tip: "编辑",
}, },
tbitem6: { tbitem6: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
tbitem7: { tbitem7: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem8: { tbitem8: {
caption: '删除', caption: "删除",
tip: '删除', tip: "删除",
}, },
tbitem9: { tbitem9: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem13: { tbitem13: {
caption: '导出', caption: "导出",
tip: '导出', tip: "导出",
}, },
tbitem10: { tbitem10: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem19: { tbitem19: {
caption: '过滤', caption: "过滤",
tip: '过滤', tip: "过滤",
}, },
}, },
editviewtoolbar_toolbar: { editviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '保存', caption: "保存",
tip: '保存', tip: "保存",
}, },
tbitem5: { tbitem5: {
caption: '保存并关闭', caption: "保存并关闭",
tip: '保存并关闭', tip: "保存并关闭",
}, },
tbitem6: { tbitem6: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem12: { tbitem12: {
caption: '新建', caption: "新建",
tip: '新建', tip: "新建",
}, },
tbitem13: { tbitem13: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem14: { tbitem14: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
}, },
editview2toolbar_toolbar: { editview2toolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '保存', caption: "保存",
tip: '保存', tip: "保存",
}, },
tbitem5: { tbitem5: {
caption: '保存并关闭', caption: "保存并关闭",
tip: '保存并关闭', tip: "保存并关闭",
}, },
tbitem6: { tbitem6: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem12: { tbitem12: {
caption: '新建', caption: "新建",
tip: '新建', tip: "新建",
}, },
tbitem13: { tbitem13: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem14: { tbitem14: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
}, },
}; };
\ No newline at end of file
export default { export default {
fields: { fields: {
userroleid: '用户角色关系标识', userroleid: "用户角色关系标识",
roleid: '角色标识', roleid: "角色标识",
rolename: '角色名称', rolename: "角色名称",
userid: '用户标识', userid: "用户标识",
personname: '用户名称', personname: "用户名称",
createdate: '建立时间', createdate: "建立时间",
updatedate: '更新时间', updatedate: "更新时间",
}, },
views: { views: {
redirectview: { redirectview: {
caption: "用户角色关系", caption: "用户角色关系",
title: '用户角色关系表数据重定向视图', title: "用户角色关系表数据重定向视图",
}, },
editview: { editview: {
caption: "用户角色关系", caption: "用户角色关系",
title: '用户角色关系表编辑视图', title: "用户角色关系表编辑视图",
}, },
pickupgridview: { pickupgridview: {
caption: "用户角色关系", caption: "用户角色关系",
title: '用户角色关系表选择表格视图', title: "用户角色关系表选择表格视图",
}, },
mpickupview: { mpickupview: {
caption: "用户角色关系", caption: "用户角色关系",
title: '用户角色关系表数据多项选择视图', title: "用户角色关系表数据多项选择视图",
}, },
editview2: { editview2: {
caption: "用户角色关系", caption: "用户角色关系",
title: '用户角色关系表编辑视图', title: "用户角色关系表编辑视图",
}, },
pickupview: { pickupview: {
caption: "用户角色关系", caption: "用户角色关系",
title: '用户角色关系表数据选择视图', title: "用户角色关系表数据选择视图",
}, },
gridview: { gridview: {
caption: "用户角色关系", caption: "用户角色关系",
title: '用户角色关系表表格视图', title: "用户角色关系表表格视图",
}, },
}, },
main_form: { main_form: {
......
export default { export default {
fields: { fields: {
userroleid: '用户角色关系标识', userroleid: "用户角色关系标识",
roleid: '角色标识', roleid: "角色标识",
rolename: '角色名称', rolename: "角色名称",
userid: '用户标识', userid: "用户标识",
personname: '用户名称', personname: "用户名称",
createdate: '建立时间', createdate: "建立时间",
updatedate: '更新时间', updatedate: "更新时间",
}, },
views: { views: {
redirectview: { redirectview: {
caption: '用户角色关系', caption: "用户角色关系",
title: '用户角色关系表数据重定向视图', title: "用户角色关系表数据重定向视图",
}, },
editview: { editview: {
caption: '用户角色关系', caption: "用户角色关系",
title: '用户角色关系表编辑视图', title: "用户角色关系表编辑视图",
}, },
pickupgridview: { pickupgridview: {
caption: '用户角色关系', caption: "用户角色关系",
title: '用户角色关系表选择表格视图', title: "用户角色关系表选择表格视图",
}, },
mpickupview: { mpickupview: {
caption: '用户角色关系', caption: "用户角色关系",
title: '用户角色关系表数据多项选择视图', title: "用户角色关系表数据多项选择视图",
}, },
editview2: { editview2: {
caption: '用户角色关系', caption: "用户角色关系",
title: '用户角色关系表编辑视图', title: "用户角色关系表编辑视图",
}, },
pickupview: { pickupview: {
caption: '用户角色关系', caption: "用户角色关系",
title: '用户角色关系表数据选择视图', title: "用户角色关系表数据选择视图",
}, },
gridview: { gridview: {
caption: '用户角色关系', caption: "用户角色关系",
title: '用户角色关系表表格视图', title: "用户角色关系表表格视图",
}, },
}, },
main_form: { main_form: {
details: { details: {
group1: '用户角色关系表基本信息', group1: "用户角色关系表基本信息",
formpage1: '基本信息', formpage1: "基本信息",
srfupdatedate: '更新时间', srfupdatedate: "更新时间",
srforikey: '', srforikey: "",
srfkey: '用户角色关系标识', srfkey: "用户角色关系标识",
srfmajortext: '用户标识', srfmajortext: "用户标识",
srftempmode: '', srftempmode: "",
srfuf: '', srfuf: "",
srfdeid: '', srfdeid: "",
srfsourcekey: '', srfsourcekey: "",
sys_roleid: '角色标识', sys_roleid: "角色标识",
sys_user_roleid: '用户角色关系标识', sys_user_roleid: "用户角色关系标识",
sys_rolename: '角色名称', sys_rolename: "角色名称",
sys_username: '用户名称', sys_username: "用户名称",
sys_userid: '用户标识', sys_userid: "用户标识",
}, },
uiactions: { uiactions: {
}, },
}, },
main_grid: { main_grid: {
columns: { columns: {
sys_username: '用户名称', sys_username: "用户名称",
sys_rolename: '角色名称', sys_rolename: "角色名称",
}, },
uiactions: { uiactions: {
}, },
}, },
default_searchform: { default_searchform: {
details: { details: {
formpage1: '常规条件', formpage1: "常规条件",
}, },
uiactions: { uiactions: {
}, },
}, },
gridviewtoolbar_toolbar: { gridviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '新建', caption: "新建",
tip: '新建', tip: "新建",
}, },
tbitem4: { tbitem4: {
caption: '编辑', caption: "编辑",
tip: '编辑', tip: "编辑",
}, },
tbitem6: { tbitem6: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
tbitem7: { tbitem7: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem8: { tbitem8: {
caption: '删除', caption: "删除",
tip: '删除', tip: "删除",
}, },
tbitem9: { tbitem9: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem13: { tbitem13: {
caption: '导出', caption: "导出",
tip: '导出', tip: "导出",
}, },
tbitem10: { tbitem10: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem19: { tbitem19: {
caption: '过滤', caption: "过滤",
tip: '过滤', tip: "过滤",
}, },
}, },
editviewtoolbar_toolbar: { editviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '保存', caption: "保存",
tip: '保存', tip: "保存",
}, },
tbitem5: { tbitem5: {
caption: '保存并关闭', caption: "保存并关闭",
tip: '保存并关闭', tip: "保存并关闭",
}, },
tbitem6: { tbitem6: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem12: { tbitem12: {
caption: '新建', caption: "新建",
tip: '新建', tip: "新建",
}, },
tbitem13: { tbitem13: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem14: { tbitem14: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
}, },
editview2toolbar_toolbar: { editview2toolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '保存', caption: "保存",
tip: '保存', tip: "保存",
}, },
tbitem5: { tbitem5: {
caption: '保存并关闭', caption: "保存并关闭",
tip: '保存并关闭', tip: "保存并关闭",
}, },
tbitem6: { tbitem6: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem12: { tbitem12: {
caption: '新建', caption: "新建",
tip: '新建', tip: "新建",
}, },
tbitem13: { tbitem13: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem14: { tbitem14: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
}, },
}; };
\ No newline at end of file
export default { export default {
fields: { fields: {
userid: '用户标识', userid: "用户标识",
username: '用户全局名', username: "用户全局名",
personname: '用户姓名', personname: "用户姓名",
password: '密码', password: "密码",
}, },
views: { views: {
mpickupview: { mpickupview: {
caption: "系统用户", caption: "系统用户",
title: '用户表数据多项选择视图', title: "用户表数据多项选择视图",
}, },
editview2: { editview2: {
caption: "系统用户", caption: "系统用户",
title: '用户表编辑视图', title: "用户表编辑视图",
}, },
redirectview: { redirectview: {
caption: "系统用户", caption: "系统用户",
title: '用户表数据重定向视图', title: "用户表数据重定向视图",
}, },
pickupgridview: { pickupgridview: {
caption: "系统用户", caption: "系统用户",
title: '用户表选择表格视图', title: "用户表选择表格视图",
}, },
editview: { editview: {
caption: "系统用户", caption: "系统用户",
title: '用户表编辑视图', title: "用户表编辑视图",
}, },
gridview: { gridview: {
caption: "系统用户", caption: "系统用户",
title: '用户表格视图', title: "用户表格视图",
}, },
pickupview: { pickupview: {
caption: "系统用户", caption: "系统用户",
title: '用户表数据选择视图', title: "用户表数据选择视图",
}, },
}, },
main_form: { main_form: {
......
export default { export default {
fields: { fields: {
userid: '用户标识', userid: "用户标识",
username: '用户全局名', username: "用户全局名",
personname: '用户姓名', personname: "用户姓名",
password: '密码', password: "密码",
}, },
views: { views: {
mpickupview: { mpickupview: {
caption: '系统用户', caption: "系统用户",
title: '用户表数据多项选择视图', title: "用户表数据多项选择视图",
}, },
editview2: { editview2: {
caption: '系统用户', caption: "系统用户",
title: '用户表编辑视图', title: "用户表编辑视图",
}, },
redirectview: { redirectview: {
caption: '系统用户', caption: "系统用户",
title: '用户表数据重定向视图', title: "用户表数据重定向视图",
}, },
pickupgridview: { pickupgridview: {
caption: '系统用户', caption: "系统用户",
title: '用户表选择表格视图', title: "用户表选择表格视图",
}, },
editview: { editview: {
caption: '系统用户', caption: "系统用户",
title: '用户表编辑视图', title: "用户表编辑视图",
}, },
gridview: { gridview: {
caption: '系统用户', caption: "系统用户",
title: '用户表格视图', title: "用户表格视图",
}, },
pickupview: { pickupview: {
caption: '系统用户', caption: "系统用户",
title: '用户表数据选择视图', title: "用户表数据选择视图",
}, },
}, },
main_form: { main_form: {
details: { details: {
druipart1: '', druipart1: "",
formpage1: '基本信息', formpage1: "基本信息",
srforikey: '', srforikey: "",
srfkey: '用户标识', srfkey: "用户标识",
srfmajortext: '用户姓名', srfmajortext: "用户姓名",
srftempmode: '', srftempmode: "",
srfuf: '', srfuf: "",
srfdeid: '', srfdeid: "",
srfsourcekey: '', srfsourcekey: "",
userid: '用户标识', userid: "用户标识",
username: '用户全局名', username: "用户全局名",
personname: '用户姓名', personname: "用户姓名",
}, },
uiactions: { uiactions: {
}, },
}, },
main_grid: { main_grid: {
columns: { columns: {
userid: '用户标识', userid: "用户标识",
username: '用户全局名', username: "用户全局名",
personname: '用户姓名', personname: "用户姓名",
}, },
uiactions: { uiactions: {
}, },
}, },
default_searchform: { default_searchform: {
details: { details: {
formpage1: '常规条件', formpage1: "常规条件",
}, },
uiactions: { uiactions: {
}, },
}, },
editviewtoolbar_toolbar: { editviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '保存', caption: "保存",
tip: '保存', tip: "保存",
}, },
tbitem5: { tbitem5: {
caption: '保存并关闭', caption: "保存并关闭",
tip: '保存并关闭', tip: "保存并关闭",
}, },
tbitem6: { tbitem6: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem12: { tbitem12: {
caption: '新建', caption: "新建",
tip: '新建', tip: "新建",
}, },
tbitem13: { tbitem13: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem14: { tbitem14: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
}, },
gridviewtoolbar_toolbar: { gridviewtoolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '新建', caption: "新建",
tip: '新建', tip: "新建",
}, },
tbitem4: { tbitem4: {
caption: '编辑', caption: "编辑",
tip: '编辑', tip: "编辑",
}, },
tbitem6: { tbitem6: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
tbitem7: { tbitem7: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem8: { tbitem8: {
caption: '删除', caption: "删除",
tip: '删除', tip: "删除",
}, },
tbitem9: { tbitem9: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem13: { tbitem13: {
caption: '导出', caption: "导出",
tip: '导出', tip: "导出",
}, },
tbitem10: { tbitem10: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem19: { tbitem19: {
caption: '过滤', caption: "过滤",
tip: '过滤', tip: "过滤",
}, },
}, },
editview2toolbar_toolbar: { editview2toolbar_toolbar: {
tbitem3: { tbitem3: {
caption: '保存', caption: "保存",
tip: '保存', tip: "保存",
}, },
tbitem5: { tbitem5: {
caption: '保存并关闭', caption: "保存并关闭",
tip: '保存并关闭', tip: "保存并关闭",
}, },
tbitem6: { tbitem6: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem12: { tbitem12: {
caption: '新建', caption: "新建",
tip: '新建', tip: "新建",
}, },
tbitem13: { tbitem13: {
caption: '-', caption: "-",
tip: '', tip: "",
}, },
tbitem14: { tbitem14: {
caption: '拷贝', caption: "拷贝",
tip: '拷贝', tip: "拷贝",
}, },
}, },
}; };
\ No newline at end of file
...@@ -8,114 +8,114 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => { ...@@ -8,114 +8,114 @@ mock.onGet('./assets/json/data-dictionary.json').reply((config: any) => {
let status = MockAdapter.mockStatus(config); let status = MockAdapter.mockStatus(config);
return [status, [ return [status, [
{ {
srfkey: 'YesNo', srfkey: "YesNo",
emptytext: '未定义', emptytext: "未定义",
"codelisttype":"static", "codelisttype":"static",
items: [ items: [
{ {
id: '1', id: "1",
label: '是', label: "是",
text: '是', text: "是",
"data":"", "data":"",
"codename":"Item_1", "codename":"Item_1",
value: '1', value: "1",
disabled: false, disabled: false,
}, },
{ {
id: '0', id: "0",
label: '否', label: "否",
text: '否', text: "否",
"data":"", "data":"",
"codename":"Item_0", "codename":"Item_0",
value: '0', value: "0",
disabled: false, disabled: false,
}, },
] ]
}, },
{ {
srfkey: 'AppType', srfkey: "AppType",
emptytext: '未定义', emptytext: "未定义",
"codelisttype":"static", "codelisttype":"static",
items: [ items: [
{ {
id: 'INNER', id: "INNER",
label: '内置应用', label: "内置应用",
text: '内置应用', text: "内置应用",
"data":"", "data":"",
"codename":"Inner", "codename":"Inner",
value: 'INNER', value: "INNER",
disabled: false, disabled: false,
}, },
{ {
id: 'THIRD-PARTY', id: "THIRD-PARTY",
label: '第三方应用', label: "第三方应用",
text: '第三方应用', text: "第三方应用",
"data":"", "data":"",
"codename":"Third_SUB_party", "codename":"Third_SUB_party",
value: 'THIRD-PARTY', value: "THIRD-PARTY",
disabled: false, disabled: false,
}, },
] ]
}, },
{ {
srfkey: 'CLAuthCode', srfkey: "CLAuthCode",
emptytext: '未定义', emptytext: "未定义",
"codelisttype":"static", "codelisttype":"static",
items: [ items: [
{ {
id: '200', id: "200",
label: '成功', label: "成功",
text: '成功', text: "成功",
"data":"", "data":"",
"codename":"Item_200", "codename":"Item_200",
"color": "rgba(0, 255, 0, 0)", "color": "rgba(0, 255, 0, 0)",
value: '200', value: "200",
disabled: false, disabled: false,
}, },
{ {
id: '400', id: "400",
label: '用户不存在', label: "用户不存在",
text: '用户不存在', text: "用户不存在",
"data":"", "data":"",
"codename":"Item_400", "codename":"Item_400",
value: '400', value: "400",
disabled: false, disabled: false,
}, },
{ {
id: '401.1', id: "401.1",
label: '密码错误', label: "密码错误",
text: '密码错误', text: "密码错误",
"data":"", "data":"",
"codename":"Item_3", "codename":"Item_3",
value: '401.1', value: "401.1",
disabled: false, disabled: false,
}, },
{ {
id: '401.2', id: "401.2",
label: '配置错误', label: "配置错误",
text: '配置错误', text: "配置错误",
"data":"", "data":"",
"codename":"Item_4", "codename":"Item_4",
"color": "rgba(22, 9, 170, 1)", "color": "rgba(22, 9, 170, 1)",
value: '401.2', value: "401.2",
disabled: false, disabled: false,
}, },
{ {
id: '403.6', id: "403.6",
label: '地址被拒绝', label: "地址被拒绝",
text: '地址被拒绝', text: "地址被拒绝",
"data":"", "data":"",
"codename":"Item_5", "codename":"Item_5",
"color": "rgba(0, 72, 255, 1)", "color": "rgba(0, 72, 255, 1)",
value: '403.6', value: "403.6",
disabled: false, disabled: false,
}, },
......
...@@ -1080,7 +1080,7 @@ export default class SYS_PERMISSIONEditView2Base extends Vue { ...@@ -1080,7 +1080,7 @@ export default class SYS_PERMISSIONEditView2Base extends Vue {
* 选中数据 * 选中数据
* *
* @type {*} * @type {*}
* @memberof SYS_PERMISSIONEditView2 * @memberof SYS_PERMISSIONEditView2Base
*/ */
public selection: any = {}; public selection: any = {};
......
...@@ -610,7 +610,7 @@ export default class SYS_PERMISSIONMPickupViewBase extends Vue { ...@@ -610,7 +610,7 @@ export default class SYS_PERMISSIONMPickupViewBase extends Vue {
* 是否显示按钮 * 是否显示按钮
* *
* @type {boolean} * @type {boolean}
* @memberof SYS_PERMISSIONMPickupView * @memberof SYS_PERMISSIONMPickupViewBase
*/ */
@Prop({default: true}) public isShowButton!: boolean; @Prop({default: true}) public isShowButton!: boolean;
...@@ -618,7 +618,7 @@ export default class SYS_PERMISSIONMPickupViewBase extends Vue { ...@@ -618,7 +618,7 @@ export default class SYS_PERMISSIONMPickupViewBase extends Vue {
* 选中数据的字符串 * 选中数据的字符串
* *
* @type {string} * @type {string}
* @memberof SYS_PERMISSIONMPickupView * @memberof SYS_PERMISSIONMPickupViewBase
*/ */
public selectedData: string = ""; public selectedData: string = "";
...@@ -626,7 +626,7 @@ export default class SYS_PERMISSIONMPickupViewBase extends Vue { ...@@ -626,7 +626,7 @@ export default class SYS_PERMISSIONMPickupViewBase extends Vue {
* 是否初始化已选中项 * 是否初始化已选中项
* *
* @type {any[]} * @type {any[]}
* @memberof SYS_PERMISSIONMPickupView * @memberof SYS_PERMISSIONMPickupViewBase
*/ */
public isInitSelected:boolean = false; public isInitSelected:boolean = false;
...@@ -634,7 +634,7 @@ export default class SYS_PERMISSIONMPickupViewBase extends Vue { ...@@ -634,7 +634,7 @@ export default class SYS_PERMISSIONMPickupViewBase extends Vue {
* 视图选中数据 * 视图选中数据
* *
* @type {any[]} * @type {any[]}
* @memberof SYS_PERMISSIONMPickupView * @memberof SYS_PERMISSIONMPickupViewBase
*/ */
public viewSelections:any[] = []; public viewSelections:any[] = [];
...@@ -642,7 +642,7 @@ export default class SYS_PERMISSIONMPickupViewBase extends Vue { ...@@ -642,7 +642,7 @@ export default class SYS_PERMISSIONMPickupViewBase extends Vue {
* 是否单选 * 是否单选
* *
* @type {boolean} * @type {boolean}
* @memberof SYS_PERMISSIONMPickupView * @memberof SYS_PERMISSIONMPickupViewBase
*/ */
public isSingleSelect: boolean = false; public isSingleSelect: boolean = false;
...@@ -650,7 +650,7 @@ export default class SYS_PERMISSIONMPickupViewBase extends Vue { ...@@ -650,7 +650,7 @@ export default class SYS_PERMISSIONMPickupViewBase extends Vue {
* 选中数据单击 * 选中数据单击
* *
* @param {*} item * @param {*} item
* @memberof SYS_PERMISSIONMPickupView * @memberof SYS_PERMISSIONMPickupViewBase
*/ */
public selectionsClick(item:any):void { public selectionsClick(item:any):void {
item._select = !item._select; item._select = !item._select;
...@@ -662,7 +662,7 @@ export default class SYS_PERMISSIONMPickupViewBase extends Vue { ...@@ -662,7 +662,7 @@ export default class SYS_PERMISSIONMPickupViewBase extends Vue {
* 选中树双击 * 选中树双击
* *
* @param {*} item * @param {*} item
* @memberof SYS_PERMISSIONMPickupView * @memberof SYS_PERMISSIONMPickupViewBase
*/ */
public selectionsDBLClick(item:any):void { public selectionsDBLClick(item:any):void {
const index: number = this.viewSelections.findIndex((selection: any) => Object.is(selection.srfkey, item.srfkey)); const index: number = this.viewSelections.findIndex((selection: any) => Object.is(selection.srfkey, item.srfkey));
...@@ -677,7 +677,7 @@ export default class SYS_PERMISSIONMPickupViewBase extends Vue { ...@@ -677,7 +677,7 @@ export default class SYS_PERMISSIONMPickupViewBase extends Vue {
/** /**
* 删除右侧全部选中数据 * 删除右侧全部选中数据
* *
* @memberof SYS_PERMISSIONMPickupView * @memberof SYS_PERMISSIONMPickupViewBase
*/ */
public onCLickLeft():void { public onCLickLeft():void {
const _selectiions = [...JSON.parse(JSON.stringify(this.viewSelections))]; const _selectiions = [...JSON.parse(JSON.stringify(this.viewSelections))];
...@@ -698,7 +698,7 @@ export default class SYS_PERMISSIONMPickupViewBase extends Vue { ...@@ -698,7 +698,7 @@ export default class SYS_PERMISSIONMPickupViewBase extends Vue {
/** /**
* 添加左侧选中数据 * 添加左侧选中数据
* *
* @memberof SYS_PERMISSIONMPickupView * @memberof SYS_PERMISSIONMPickupViewBase
*/ */
public onCLickRight():void { public onCLickRight():void {
Object.values(this.containerModel).forEach((model: any) => { Object.values(this.containerModel).forEach((model: any) => {
...@@ -724,7 +724,7 @@ export default class SYS_PERMISSIONMPickupViewBase extends Vue { ...@@ -724,7 +724,7 @@ export default class SYS_PERMISSIONMPickupViewBase extends Vue {
/** /**
* 选中数据全部删除 * 选中数据全部删除
* *
* @memberof SYS_PERMISSIONMPickupView * @memberof SYS_PERMISSIONMPickupViewBase
*/ */
public onCLickAllLeft():void { public onCLickAllLeft():void {
this.viewSelections = []; this.viewSelections = [];
...@@ -736,7 +736,7 @@ export default class SYS_PERMISSIONMPickupViewBase extends Vue { ...@@ -736,7 +736,7 @@ export default class SYS_PERMISSIONMPickupViewBase extends Vue {
/** /**
* 添加左侧面板所有数据到右侧 * 添加左侧面板所有数据到右侧
* *
* @memberof SYS_PERMISSIONMPickupView * @memberof SYS_PERMISSIONMPickupViewBase
*/ */
public onCLickAllRight():void { public onCLickAllRight():void {
Object.values(this.containerModel).forEach((model: any) => { Object.values(this.containerModel).forEach((model: any) => {
...@@ -763,7 +763,7 @@ export default class SYS_PERMISSIONMPickupViewBase extends Vue { ...@@ -763,7 +763,7 @@ export default class SYS_PERMISSIONMPickupViewBase extends Vue {
/** /**
* 确定 * 确定
* *
* @memberof SYS_PERMISSIONMPickupView * @memberof SYS_PERMISSIONMPickupViewBase
*/ */
public onClickOk(): void { public onClickOk(): void {
this.$emit('viewdataschange', this.viewSelections); this.$emit('viewdataschange', this.viewSelections);
...@@ -773,7 +773,7 @@ export default class SYS_PERMISSIONMPickupViewBase extends Vue { ...@@ -773,7 +773,7 @@ export default class SYS_PERMISSIONMPickupViewBase extends Vue {
/** /**
* 取消 * 取消
* *
* @memberof SYS_PERMISSIONMPickupView * @memberof SYS_PERMISSIONMPickupViewBase
*/ */
public onClickCancel(): void { public onClickCancel(): void {
this.$emit('close', null); this.$emit('close', null);
......
...@@ -628,7 +628,7 @@ export default class SYS_PERMISSIONPickupGridViewBase extends Vue { ...@@ -628,7 +628,7 @@ export default class SYS_PERMISSIONPickupGridViewBase extends Vue {
* 选中数据字符串 * 选中数据字符串
* *
* @type {string} * @type {string}
* @memberof SYS_PERMISSIONPickupGridView * @memberof SYS_PERMISSIONPickupGridViewBase
*/ */
@Prop() public selectedData?: string; @Prop() public selectedData?: string;
...@@ -636,7 +636,7 @@ export default class SYS_PERMISSIONPickupGridViewBase extends Vue { ...@@ -636,7 +636,7 @@ export default class SYS_PERMISSIONPickupGridViewBase extends Vue {
* 是否单选 * 是否单选
* *
* @type {boolean} * @type {boolean}
* @memberof SYS_PERMISSIONPickupGridView * @memberof SYS_PERMISSIONPickupGridViewBase
*/ */
@Prop() public isSingleSelect?: boolean; @Prop() public isSingleSelect?: boolean;
...@@ -644,7 +644,7 @@ export default class SYS_PERMISSIONPickupGridViewBase extends Vue { ...@@ -644,7 +644,7 @@ export default class SYS_PERMISSIONPickupGridViewBase extends Vue {
* 搜索值 * 搜索值
* *
* @type {string} * @type {string}
* @memberof SYS_PERMISSIONPickupGridView * @memberof SYS_PERMISSIONPickupGridViewBase
*/ */
public query: string = ''; public query: string = '';
...@@ -652,7 +652,7 @@ export default class SYS_PERMISSIONPickupGridViewBase extends Vue { ...@@ -652,7 +652,7 @@ export default class SYS_PERMISSIONPickupGridViewBase extends Vue {
* 是否展开搜索表单 * 是否展开搜索表单
* *
* @type {boolean} * @type {boolean}
* @memberof SYS_PERMISSIONPickupGridView * @memberof SYS_PERMISSIONPickupGridViewBase
*/ */
public isExpandSearchForm: boolean = true; public isExpandSearchForm: boolean = true;
...@@ -663,7 +663,7 @@ export default class SYS_PERMISSIONPickupGridViewBase extends Vue { ...@@ -663,7 +663,7 @@ export default class SYS_PERMISSIONPickupGridViewBase extends Vue {
* 2 双击激活 * 2 双击激活
* *
* @type {(number | 0 | 1 | 2)} * @type {(number | 0 | 1 | 2)}
* @memberof SYS_PERMISSIONPickupGridView * @memberof SYS_PERMISSIONPickupGridViewBase
*/ */
public gridRowActiveMode: number | 0 | 1 | 2 = 2; public gridRowActiveMode: number | 0 | 1 | 2 = 2;
...@@ -671,7 +671,7 @@ export default class SYS_PERMISSIONPickupGridViewBase extends Vue { ...@@ -671,7 +671,7 @@ export default class SYS_PERMISSIONPickupGridViewBase extends Vue {
* 快速搜索 * 快速搜索
* *
* @param {*} $event * @param {*} $event
* @memberof SYS_PERMISSIONPickupGridView * @memberof SYS_PERMISSIONPickupGridViewBase
*/ */
public onSearch($event: any): void { public onSearch($event: any): void {
const refs: any = this.$refs; const refs: any = this.$refs;
......
...@@ -576,7 +576,7 @@ export default class SYS_PERMISSIONPickupViewBase extends Vue { ...@@ -576,7 +576,7 @@ export default class SYS_PERMISSIONPickupViewBase extends Vue {
* 选中数据的字符串 * 选中数据的字符串
* *
* @type {string} * @type {string}
* @memberof SYS_PERMISSIONPickupView * @memberof SYS_PERMISSIONPickupViewBase
*/ */
public selectedData: string = ""; public selectedData: string = "";
......
...@@ -1080,7 +1080,7 @@ export default class SYS_ROLE_PERMISSIONEditView2Base extends Vue { ...@@ -1080,7 +1080,7 @@ export default class SYS_ROLE_PERMISSIONEditView2Base extends Vue {
* 选中数据 * 选中数据
* *
* @type {*} * @type {*}
* @memberof SYS_ROLE_PERMISSIONEditView2 * @memberof SYS_ROLE_PERMISSIONEditView2Base
*/ */
public selection: any = {}; public selection: any = {};
......
...@@ -610,7 +610,7 @@ export default class SYS_ROLE_PERMISSIONMPickupViewBase extends Vue { ...@@ -610,7 +610,7 @@ export default class SYS_ROLE_PERMISSIONMPickupViewBase extends Vue {
* 是否显示按钮 * 是否显示按钮
* *
* @type {boolean} * @type {boolean}
* @memberof SYS_ROLE_PERMISSIONMPickupView * @memberof SYS_ROLE_PERMISSIONMPickupViewBase
*/ */
@Prop({default: true}) public isShowButton!: boolean; @Prop({default: true}) public isShowButton!: boolean;
...@@ -618,7 +618,7 @@ export default class SYS_ROLE_PERMISSIONMPickupViewBase extends Vue { ...@@ -618,7 +618,7 @@ export default class SYS_ROLE_PERMISSIONMPickupViewBase extends Vue {
* 选中数据的字符串 * 选中数据的字符串
* *
* @type {string} * @type {string}
* @memberof SYS_ROLE_PERMISSIONMPickupView * @memberof SYS_ROLE_PERMISSIONMPickupViewBase
*/ */
public selectedData: string = ""; public selectedData: string = "";
...@@ -626,7 +626,7 @@ export default class SYS_ROLE_PERMISSIONMPickupViewBase extends Vue { ...@@ -626,7 +626,7 @@ export default class SYS_ROLE_PERMISSIONMPickupViewBase extends Vue {
* 是否初始化已选中项 * 是否初始化已选中项
* *
* @type {any[]} * @type {any[]}
* @memberof SYS_ROLE_PERMISSIONMPickupView * @memberof SYS_ROLE_PERMISSIONMPickupViewBase
*/ */
public isInitSelected:boolean = false; public isInitSelected:boolean = false;
...@@ -634,7 +634,7 @@ export default class SYS_ROLE_PERMISSIONMPickupViewBase extends Vue { ...@@ -634,7 +634,7 @@ export default class SYS_ROLE_PERMISSIONMPickupViewBase extends Vue {
* 视图选中数据 * 视图选中数据
* *
* @type {any[]} * @type {any[]}
* @memberof SYS_ROLE_PERMISSIONMPickupView * @memberof SYS_ROLE_PERMISSIONMPickupViewBase
*/ */
public viewSelections:any[] = []; public viewSelections:any[] = [];
...@@ -642,7 +642,7 @@ export default class SYS_ROLE_PERMISSIONMPickupViewBase extends Vue { ...@@ -642,7 +642,7 @@ export default class SYS_ROLE_PERMISSIONMPickupViewBase extends Vue {
* 是否单选 * 是否单选
* *
* @type {boolean} * @type {boolean}
* @memberof SYS_ROLE_PERMISSIONMPickupView * @memberof SYS_ROLE_PERMISSIONMPickupViewBase
*/ */
public isSingleSelect: boolean = false; public isSingleSelect: boolean = false;
...@@ -650,7 +650,7 @@ export default class SYS_ROLE_PERMISSIONMPickupViewBase extends Vue { ...@@ -650,7 +650,7 @@ export default class SYS_ROLE_PERMISSIONMPickupViewBase extends Vue {
* 选中数据单击 * 选中数据单击
* *
* @param {*} item * @param {*} item
* @memberof SYS_ROLE_PERMISSIONMPickupView * @memberof SYS_ROLE_PERMISSIONMPickupViewBase
*/ */
public selectionsClick(item:any):void { public selectionsClick(item:any):void {
item._select = !item._select; item._select = !item._select;
...@@ -662,7 +662,7 @@ export default class SYS_ROLE_PERMISSIONMPickupViewBase extends Vue { ...@@ -662,7 +662,7 @@ export default class SYS_ROLE_PERMISSIONMPickupViewBase extends Vue {
* 选中树双击 * 选中树双击
* *
* @param {*} item * @param {*} item
* @memberof SYS_ROLE_PERMISSIONMPickupView * @memberof SYS_ROLE_PERMISSIONMPickupViewBase
*/ */
public selectionsDBLClick(item:any):void { public selectionsDBLClick(item:any):void {
const index: number = this.viewSelections.findIndex((selection: any) => Object.is(selection.srfkey, item.srfkey)); const index: number = this.viewSelections.findIndex((selection: any) => Object.is(selection.srfkey, item.srfkey));
...@@ -677,7 +677,7 @@ export default class SYS_ROLE_PERMISSIONMPickupViewBase extends Vue { ...@@ -677,7 +677,7 @@ export default class SYS_ROLE_PERMISSIONMPickupViewBase extends Vue {
/** /**
* 删除右侧全部选中数据 * 删除右侧全部选中数据
* *
* @memberof SYS_ROLE_PERMISSIONMPickupView * @memberof SYS_ROLE_PERMISSIONMPickupViewBase
*/ */
public onCLickLeft():void { public onCLickLeft():void {
const _selectiions = [...JSON.parse(JSON.stringify(this.viewSelections))]; const _selectiions = [...JSON.parse(JSON.stringify(this.viewSelections))];
...@@ -698,7 +698,7 @@ export default class SYS_ROLE_PERMISSIONMPickupViewBase extends Vue { ...@@ -698,7 +698,7 @@ export default class SYS_ROLE_PERMISSIONMPickupViewBase extends Vue {
/** /**
* 添加左侧选中数据 * 添加左侧选中数据
* *
* @memberof SYS_ROLE_PERMISSIONMPickupView * @memberof SYS_ROLE_PERMISSIONMPickupViewBase
*/ */
public onCLickRight():void { public onCLickRight():void {
Object.values(this.containerModel).forEach((model: any) => { Object.values(this.containerModel).forEach((model: any) => {
...@@ -724,7 +724,7 @@ export default class SYS_ROLE_PERMISSIONMPickupViewBase extends Vue { ...@@ -724,7 +724,7 @@ export default class SYS_ROLE_PERMISSIONMPickupViewBase extends Vue {
/** /**
* 选中数据全部删除 * 选中数据全部删除
* *
* @memberof SYS_ROLE_PERMISSIONMPickupView * @memberof SYS_ROLE_PERMISSIONMPickupViewBase
*/ */
public onCLickAllLeft():void { public onCLickAllLeft():void {
this.viewSelections = []; this.viewSelections = [];
...@@ -736,7 +736,7 @@ export default class SYS_ROLE_PERMISSIONMPickupViewBase extends Vue { ...@@ -736,7 +736,7 @@ export default class SYS_ROLE_PERMISSIONMPickupViewBase extends Vue {
/** /**
* 添加左侧面板所有数据到右侧 * 添加左侧面板所有数据到右侧
* *
* @memberof SYS_ROLE_PERMISSIONMPickupView * @memberof SYS_ROLE_PERMISSIONMPickupViewBase
*/ */
public onCLickAllRight():void { public onCLickAllRight():void {
Object.values(this.containerModel).forEach((model: any) => { Object.values(this.containerModel).forEach((model: any) => {
...@@ -763,7 +763,7 @@ export default class SYS_ROLE_PERMISSIONMPickupViewBase extends Vue { ...@@ -763,7 +763,7 @@ export default class SYS_ROLE_PERMISSIONMPickupViewBase extends Vue {
/** /**
* 确定 * 确定
* *
* @memberof SYS_ROLE_PERMISSIONMPickupView * @memberof SYS_ROLE_PERMISSIONMPickupViewBase
*/ */
public onClickOk(): void { public onClickOk(): void {
this.$emit('viewdataschange', this.viewSelections); this.$emit('viewdataschange', this.viewSelections);
...@@ -773,7 +773,7 @@ export default class SYS_ROLE_PERMISSIONMPickupViewBase extends Vue { ...@@ -773,7 +773,7 @@ export default class SYS_ROLE_PERMISSIONMPickupViewBase extends Vue {
/** /**
* 取消 * 取消
* *
* @memberof SYS_ROLE_PERMISSIONMPickupView * @memberof SYS_ROLE_PERMISSIONMPickupViewBase
*/ */
public onClickCancel(): void { public onClickCancel(): void {
this.$emit('close', null); this.$emit('close', null);
......
...@@ -628,7 +628,7 @@ export default class SYS_ROLE_PERMISSIONPickupGridViewBase extends Vue { ...@@ -628,7 +628,7 @@ export default class SYS_ROLE_PERMISSIONPickupGridViewBase extends Vue {
* 选中数据字符串 * 选中数据字符串
* *
* @type {string} * @type {string}
* @memberof SYS_ROLE_PERMISSIONPickupGridView * @memberof SYS_ROLE_PERMISSIONPickupGridViewBase
*/ */
@Prop() public selectedData?: string; @Prop() public selectedData?: string;
...@@ -636,7 +636,7 @@ export default class SYS_ROLE_PERMISSIONPickupGridViewBase extends Vue { ...@@ -636,7 +636,7 @@ export default class SYS_ROLE_PERMISSIONPickupGridViewBase extends Vue {
* 是否单选 * 是否单选
* *
* @type {boolean} * @type {boolean}
* @memberof SYS_ROLE_PERMISSIONPickupGridView * @memberof SYS_ROLE_PERMISSIONPickupGridViewBase
*/ */
@Prop() public isSingleSelect?: boolean; @Prop() public isSingleSelect?: boolean;
...@@ -644,7 +644,7 @@ export default class SYS_ROLE_PERMISSIONPickupGridViewBase extends Vue { ...@@ -644,7 +644,7 @@ export default class SYS_ROLE_PERMISSIONPickupGridViewBase extends Vue {
* 搜索值 * 搜索值
* *
* @type {string} * @type {string}
* @memberof SYS_ROLE_PERMISSIONPickupGridView * @memberof SYS_ROLE_PERMISSIONPickupGridViewBase
*/ */
public query: string = ''; public query: string = '';
...@@ -652,7 +652,7 @@ export default class SYS_ROLE_PERMISSIONPickupGridViewBase extends Vue { ...@@ -652,7 +652,7 @@ export default class SYS_ROLE_PERMISSIONPickupGridViewBase extends Vue {
* 是否展开搜索表单 * 是否展开搜索表单
* *
* @type {boolean} * @type {boolean}
* @memberof SYS_ROLE_PERMISSIONPickupGridView * @memberof SYS_ROLE_PERMISSIONPickupGridViewBase
*/ */
public isExpandSearchForm: boolean = true; public isExpandSearchForm: boolean = true;
...@@ -663,7 +663,7 @@ export default class SYS_ROLE_PERMISSIONPickupGridViewBase extends Vue { ...@@ -663,7 +663,7 @@ export default class SYS_ROLE_PERMISSIONPickupGridViewBase extends Vue {
* 2 双击激活 * 2 双击激活
* *
* @type {(number | 0 | 1 | 2)} * @type {(number | 0 | 1 | 2)}
* @memberof SYS_ROLE_PERMISSIONPickupGridView * @memberof SYS_ROLE_PERMISSIONPickupGridViewBase
*/ */
public gridRowActiveMode: number | 0 | 1 | 2 = 2; public gridRowActiveMode: number | 0 | 1 | 2 = 2;
...@@ -671,7 +671,7 @@ export default class SYS_ROLE_PERMISSIONPickupGridViewBase extends Vue { ...@@ -671,7 +671,7 @@ export default class SYS_ROLE_PERMISSIONPickupGridViewBase extends Vue {
* 快速搜索 * 快速搜索
* *
* @param {*} $event * @param {*} $event
* @memberof SYS_ROLE_PERMISSIONPickupGridView * @memberof SYS_ROLE_PERMISSIONPickupGridViewBase
*/ */
public onSearch($event: any): void { public onSearch($event: any): void {
const refs: any = this.$refs; const refs: any = this.$refs;
......
...@@ -576,7 +576,7 @@ export default class SYS_ROLE_PERMISSIONPickupViewBase extends Vue { ...@@ -576,7 +576,7 @@ export default class SYS_ROLE_PERMISSIONPickupViewBase extends Vue {
* 选中数据的字符串 * 选中数据的字符串
* *
* @type {string} * @type {string}
* @memberof SYS_ROLE_PERMISSIONPickupView * @memberof SYS_ROLE_PERMISSIONPickupViewBase
*/ */
public selectedData: string = ""; public selectedData: string = "";
......
...@@ -1080,7 +1080,7 @@ export default class SYS_ROLEEditView2Base extends Vue { ...@@ -1080,7 +1080,7 @@ export default class SYS_ROLEEditView2Base extends Vue {
* 选中数据 * 选中数据
* *
* @type {*} * @type {*}
* @memberof SYS_ROLEEditView2 * @memberof SYS_ROLEEditView2Base
*/ */
public selection: any = {}; public selection: any = {};
......
...@@ -610,7 +610,7 @@ export default class SYS_ROLEMPickupViewBase extends Vue { ...@@ -610,7 +610,7 @@ export default class SYS_ROLEMPickupViewBase extends Vue {
* 是否显示按钮 * 是否显示按钮
* *
* @type {boolean} * @type {boolean}
* @memberof SYS_ROLEMPickupView * @memberof SYS_ROLEMPickupViewBase
*/ */
@Prop({default: true}) public isShowButton!: boolean; @Prop({default: true}) public isShowButton!: boolean;
...@@ -618,7 +618,7 @@ export default class SYS_ROLEMPickupViewBase extends Vue { ...@@ -618,7 +618,7 @@ export default class SYS_ROLEMPickupViewBase extends Vue {
* 选中数据的字符串 * 选中数据的字符串
* *
* @type {string} * @type {string}
* @memberof SYS_ROLEMPickupView * @memberof SYS_ROLEMPickupViewBase
*/ */
public selectedData: string = ""; public selectedData: string = "";
...@@ -626,7 +626,7 @@ export default class SYS_ROLEMPickupViewBase extends Vue { ...@@ -626,7 +626,7 @@ export default class SYS_ROLEMPickupViewBase extends Vue {
* 是否初始化已选中项 * 是否初始化已选中项
* *
* @type {any[]} * @type {any[]}
* @memberof SYS_ROLEMPickupView * @memberof SYS_ROLEMPickupViewBase
*/ */
public isInitSelected:boolean = false; public isInitSelected:boolean = false;
...@@ -634,7 +634,7 @@ export default class SYS_ROLEMPickupViewBase extends Vue { ...@@ -634,7 +634,7 @@ export default class SYS_ROLEMPickupViewBase extends Vue {
* 视图选中数据 * 视图选中数据
* *
* @type {any[]} * @type {any[]}
* @memberof SYS_ROLEMPickupView * @memberof SYS_ROLEMPickupViewBase
*/ */
public viewSelections:any[] = []; public viewSelections:any[] = [];
...@@ -642,7 +642,7 @@ export default class SYS_ROLEMPickupViewBase extends Vue { ...@@ -642,7 +642,7 @@ export default class SYS_ROLEMPickupViewBase extends Vue {
* 是否单选 * 是否单选
* *
* @type {boolean} * @type {boolean}
* @memberof SYS_ROLEMPickupView * @memberof SYS_ROLEMPickupViewBase
*/ */
public isSingleSelect: boolean = false; public isSingleSelect: boolean = false;
...@@ -650,7 +650,7 @@ export default class SYS_ROLEMPickupViewBase extends Vue { ...@@ -650,7 +650,7 @@ export default class SYS_ROLEMPickupViewBase extends Vue {
* 选中数据单击 * 选中数据单击
* *
* @param {*} item * @param {*} item
* @memberof SYS_ROLEMPickupView * @memberof SYS_ROLEMPickupViewBase
*/ */
public selectionsClick(item:any):void { public selectionsClick(item:any):void {
item._select = !item._select; item._select = !item._select;
...@@ -662,7 +662,7 @@ export default class SYS_ROLEMPickupViewBase extends Vue { ...@@ -662,7 +662,7 @@ export default class SYS_ROLEMPickupViewBase extends Vue {
* 选中树双击 * 选中树双击
* *
* @param {*} item * @param {*} item
* @memberof SYS_ROLEMPickupView * @memberof SYS_ROLEMPickupViewBase
*/ */
public selectionsDBLClick(item:any):void { public selectionsDBLClick(item:any):void {
const index: number = this.viewSelections.findIndex((selection: any) => Object.is(selection.srfkey, item.srfkey)); const index: number = this.viewSelections.findIndex((selection: any) => Object.is(selection.srfkey, item.srfkey));
...@@ -677,7 +677,7 @@ export default class SYS_ROLEMPickupViewBase extends Vue { ...@@ -677,7 +677,7 @@ export default class SYS_ROLEMPickupViewBase extends Vue {
/** /**
* 删除右侧全部选中数据 * 删除右侧全部选中数据
* *
* @memberof SYS_ROLEMPickupView * @memberof SYS_ROLEMPickupViewBase
*/ */
public onCLickLeft():void { public onCLickLeft():void {
const _selectiions = [...JSON.parse(JSON.stringify(this.viewSelections))]; const _selectiions = [...JSON.parse(JSON.stringify(this.viewSelections))];
...@@ -698,7 +698,7 @@ export default class SYS_ROLEMPickupViewBase extends Vue { ...@@ -698,7 +698,7 @@ export default class SYS_ROLEMPickupViewBase extends Vue {
/** /**
* 添加左侧选中数据 * 添加左侧选中数据
* *
* @memberof SYS_ROLEMPickupView * @memberof SYS_ROLEMPickupViewBase
*/ */
public onCLickRight():void { public onCLickRight():void {
Object.values(this.containerModel).forEach((model: any) => { Object.values(this.containerModel).forEach((model: any) => {
...@@ -724,7 +724,7 @@ export default class SYS_ROLEMPickupViewBase extends Vue { ...@@ -724,7 +724,7 @@ export default class SYS_ROLEMPickupViewBase extends Vue {
/** /**
* 选中数据全部删除 * 选中数据全部删除
* *
* @memberof SYS_ROLEMPickupView * @memberof SYS_ROLEMPickupViewBase
*/ */
public onCLickAllLeft():void { public onCLickAllLeft():void {
this.viewSelections = []; this.viewSelections = [];
...@@ -736,7 +736,7 @@ export default class SYS_ROLEMPickupViewBase extends Vue { ...@@ -736,7 +736,7 @@ export default class SYS_ROLEMPickupViewBase extends Vue {
/** /**
* 添加左侧面板所有数据到右侧 * 添加左侧面板所有数据到右侧
* *
* @memberof SYS_ROLEMPickupView * @memberof SYS_ROLEMPickupViewBase
*/ */
public onCLickAllRight():void { public onCLickAllRight():void {
Object.values(this.containerModel).forEach((model: any) => { Object.values(this.containerModel).forEach((model: any) => {
...@@ -763,7 +763,7 @@ export default class SYS_ROLEMPickupViewBase extends Vue { ...@@ -763,7 +763,7 @@ export default class SYS_ROLEMPickupViewBase extends Vue {
/** /**
* 确定 * 确定
* *
* @memberof SYS_ROLEMPickupView * @memberof SYS_ROLEMPickupViewBase
*/ */
public onClickOk(): void { public onClickOk(): void {
this.$emit('viewdataschange', this.viewSelections); this.$emit('viewdataschange', this.viewSelections);
...@@ -773,7 +773,7 @@ export default class SYS_ROLEMPickupViewBase extends Vue { ...@@ -773,7 +773,7 @@ export default class SYS_ROLEMPickupViewBase extends Vue {
/** /**
* 取消 * 取消
* *
* @memberof SYS_ROLEMPickupView * @memberof SYS_ROLEMPickupViewBase
*/ */
public onClickCancel(): void { public onClickCancel(): void {
this.$emit('close', null); this.$emit('close', null);
......
...@@ -628,7 +628,7 @@ export default class SYS_ROLEPickupGridViewBase extends Vue { ...@@ -628,7 +628,7 @@ export default class SYS_ROLEPickupGridViewBase extends Vue {
* 选中数据字符串 * 选中数据字符串
* *
* @type {string} * @type {string}
* @memberof SYS_ROLEPickupGridView * @memberof SYS_ROLEPickupGridViewBase
*/ */
@Prop() public selectedData?: string; @Prop() public selectedData?: string;
...@@ -636,7 +636,7 @@ export default class SYS_ROLEPickupGridViewBase extends Vue { ...@@ -636,7 +636,7 @@ export default class SYS_ROLEPickupGridViewBase extends Vue {
* 是否单选 * 是否单选
* *
* @type {boolean} * @type {boolean}
* @memberof SYS_ROLEPickupGridView * @memberof SYS_ROLEPickupGridViewBase
*/ */
@Prop() public isSingleSelect?: boolean; @Prop() public isSingleSelect?: boolean;
...@@ -644,7 +644,7 @@ export default class SYS_ROLEPickupGridViewBase extends Vue { ...@@ -644,7 +644,7 @@ export default class SYS_ROLEPickupGridViewBase extends Vue {
* 搜索值 * 搜索值
* *
* @type {string} * @type {string}
* @memberof SYS_ROLEPickupGridView * @memberof SYS_ROLEPickupGridViewBase
*/ */
public query: string = ''; public query: string = '';
...@@ -652,7 +652,7 @@ export default class SYS_ROLEPickupGridViewBase extends Vue { ...@@ -652,7 +652,7 @@ export default class SYS_ROLEPickupGridViewBase extends Vue {
* 是否展开搜索表单 * 是否展开搜索表单
* *
* @type {boolean} * @type {boolean}
* @memberof SYS_ROLEPickupGridView * @memberof SYS_ROLEPickupGridViewBase
*/ */
public isExpandSearchForm: boolean = true; public isExpandSearchForm: boolean = true;
...@@ -663,7 +663,7 @@ export default class SYS_ROLEPickupGridViewBase extends Vue { ...@@ -663,7 +663,7 @@ export default class SYS_ROLEPickupGridViewBase extends Vue {
* 2 双击激活 * 2 双击激活
* *
* @type {(number | 0 | 1 | 2)} * @type {(number | 0 | 1 | 2)}
* @memberof SYS_ROLEPickupGridView * @memberof SYS_ROLEPickupGridViewBase
*/ */
public gridRowActiveMode: number | 0 | 1 | 2 = 2; public gridRowActiveMode: number | 0 | 1 | 2 = 2;
...@@ -671,7 +671,7 @@ export default class SYS_ROLEPickupGridViewBase extends Vue { ...@@ -671,7 +671,7 @@ export default class SYS_ROLEPickupGridViewBase extends Vue {
* 快速搜索 * 快速搜索
* *
* @param {*} $event * @param {*} $event
* @memberof SYS_ROLEPickupGridView * @memberof SYS_ROLEPickupGridViewBase
*/ */
public onSearch($event: any): void { public onSearch($event: any): void {
const refs: any = this.$refs; const refs: any = this.$refs;
......
...@@ -576,7 +576,7 @@ export default class SYS_ROLEPickupViewBase extends Vue { ...@@ -576,7 +576,7 @@ export default class SYS_ROLEPickupViewBase extends Vue {
* 选中数据的字符串 * 选中数据的字符串
* *
* @type {string} * @type {string}
* @memberof SYS_ROLEPickupView * @memberof SYS_ROLEPickupViewBase
*/ */
public selectedData: string = ""; public selectedData: string = "";
......
...@@ -1080,7 +1080,7 @@ export default class SYS_USER_ROLEEditView2Base extends Vue { ...@@ -1080,7 +1080,7 @@ export default class SYS_USER_ROLEEditView2Base extends Vue {
* 选中数据 * 选中数据
* *
* @type {*} * @type {*}
* @memberof SYS_USER_ROLEEditView2 * @memberof SYS_USER_ROLEEditView2Base
*/ */
public selection: any = {}; public selection: any = {};
......
...@@ -610,7 +610,7 @@ export default class SYS_USER_ROLEMPickupViewBase extends Vue { ...@@ -610,7 +610,7 @@ export default class SYS_USER_ROLEMPickupViewBase extends Vue {
* 是否显示按钮 * 是否显示按钮
* *
* @type {boolean} * @type {boolean}
* @memberof SYS_USER_ROLEMPickupView * @memberof SYS_USER_ROLEMPickupViewBase
*/ */
@Prop({default: true}) public isShowButton!: boolean; @Prop({default: true}) public isShowButton!: boolean;
...@@ -618,7 +618,7 @@ export default class SYS_USER_ROLEMPickupViewBase extends Vue { ...@@ -618,7 +618,7 @@ export default class SYS_USER_ROLEMPickupViewBase extends Vue {
* 选中数据的字符串 * 选中数据的字符串
* *
* @type {string} * @type {string}
* @memberof SYS_USER_ROLEMPickupView * @memberof SYS_USER_ROLEMPickupViewBase
*/ */
public selectedData: string = ""; public selectedData: string = "";
...@@ -626,7 +626,7 @@ export default class SYS_USER_ROLEMPickupViewBase extends Vue { ...@@ -626,7 +626,7 @@ export default class SYS_USER_ROLEMPickupViewBase extends Vue {
* 是否初始化已选中项 * 是否初始化已选中项
* *
* @type {any[]} * @type {any[]}
* @memberof SYS_USER_ROLEMPickupView * @memberof SYS_USER_ROLEMPickupViewBase
*/ */
public isInitSelected:boolean = false; public isInitSelected:boolean = false;
...@@ -634,7 +634,7 @@ export default class SYS_USER_ROLEMPickupViewBase extends Vue { ...@@ -634,7 +634,7 @@ export default class SYS_USER_ROLEMPickupViewBase extends Vue {
* 视图选中数据 * 视图选中数据
* *
* @type {any[]} * @type {any[]}
* @memberof SYS_USER_ROLEMPickupView * @memberof SYS_USER_ROLEMPickupViewBase
*/ */
public viewSelections:any[] = []; public viewSelections:any[] = [];
...@@ -642,7 +642,7 @@ export default class SYS_USER_ROLEMPickupViewBase extends Vue { ...@@ -642,7 +642,7 @@ export default class SYS_USER_ROLEMPickupViewBase extends Vue {
* 是否单选 * 是否单选
* *
* @type {boolean} * @type {boolean}
* @memberof SYS_USER_ROLEMPickupView * @memberof SYS_USER_ROLEMPickupViewBase
*/ */
public isSingleSelect: boolean = false; public isSingleSelect: boolean = false;
...@@ -650,7 +650,7 @@ export default class SYS_USER_ROLEMPickupViewBase extends Vue { ...@@ -650,7 +650,7 @@ export default class SYS_USER_ROLEMPickupViewBase extends Vue {
* 选中数据单击 * 选中数据单击
* *
* @param {*} item * @param {*} item
* @memberof SYS_USER_ROLEMPickupView * @memberof SYS_USER_ROLEMPickupViewBase
*/ */
public selectionsClick(item:any):void { public selectionsClick(item:any):void {
item._select = !item._select; item._select = !item._select;
...@@ -662,7 +662,7 @@ export default class SYS_USER_ROLEMPickupViewBase extends Vue { ...@@ -662,7 +662,7 @@ export default class SYS_USER_ROLEMPickupViewBase extends Vue {
* 选中树双击 * 选中树双击
* *
* @param {*} item * @param {*} item
* @memberof SYS_USER_ROLEMPickupView * @memberof SYS_USER_ROLEMPickupViewBase
*/ */
public selectionsDBLClick(item:any):void { public selectionsDBLClick(item:any):void {
const index: number = this.viewSelections.findIndex((selection: any) => Object.is(selection.srfkey, item.srfkey)); const index: number = this.viewSelections.findIndex((selection: any) => Object.is(selection.srfkey, item.srfkey));
...@@ -677,7 +677,7 @@ export default class SYS_USER_ROLEMPickupViewBase extends Vue { ...@@ -677,7 +677,7 @@ export default class SYS_USER_ROLEMPickupViewBase extends Vue {
/** /**
* 删除右侧全部选中数据 * 删除右侧全部选中数据
* *
* @memberof SYS_USER_ROLEMPickupView * @memberof SYS_USER_ROLEMPickupViewBase
*/ */
public onCLickLeft():void { public onCLickLeft():void {
const _selectiions = [...JSON.parse(JSON.stringify(this.viewSelections))]; const _selectiions = [...JSON.parse(JSON.stringify(this.viewSelections))];
...@@ -698,7 +698,7 @@ export default class SYS_USER_ROLEMPickupViewBase extends Vue { ...@@ -698,7 +698,7 @@ export default class SYS_USER_ROLEMPickupViewBase extends Vue {
/** /**
* 添加左侧选中数据 * 添加左侧选中数据
* *
* @memberof SYS_USER_ROLEMPickupView * @memberof SYS_USER_ROLEMPickupViewBase
*/ */
public onCLickRight():void { public onCLickRight():void {
Object.values(this.containerModel).forEach((model: any) => { Object.values(this.containerModel).forEach((model: any) => {
...@@ -724,7 +724,7 @@ export default class SYS_USER_ROLEMPickupViewBase extends Vue { ...@@ -724,7 +724,7 @@ export default class SYS_USER_ROLEMPickupViewBase extends Vue {
/** /**
* 选中数据全部删除 * 选中数据全部删除
* *
* @memberof SYS_USER_ROLEMPickupView * @memberof SYS_USER_ROLEMPickupViewBase
*/ */
public onCLickAllLeft():void { public onCLickAllLeft():void {
this.viewSelections = []; this.viewSelections = [];
...@@ -736,7 +736,7 @@ export default class SYS_USER_ROLEMPickupViewBase extends Vue { ...@@ -736,7 +736,7 @@ export default class SYS_USER_ROLEMPickupViewBase extends Vue {
/** /**
* 添加左侧面板所有数据到右侧 * 添加左侧面板所有数据到右侧
* *
* @memberof SYS_USER_ROLEMPickupView * @memberof SYS_USER_ROLEMPickupViewBase
*/ */
public onCLickAllRight():void { public onCLickAllRight():void {
Object.values(this.containerModel).forEach((model: any) => { Object.values(this.containerModel).forEach((model: any) => {
...@@ -763,7 +763,7 @@ export default class SYS_USER_ROLEMPickupViewBase extends Vue { ...@@ -763,7 +763,7 @@ export default class SYS_USER_ROLEMPickupViewBase extends Vue {
/** /**
* 确定 * 确定
* *
* @memberof SYS_USER_ROLEMPickupView * @memberof SYS_USER_ROLEMPickupViewBase
*/ */
public onClickOk(): void { public onClickOk(): void {
this.$emit('viewdataschange', this.viewSelections); this.$emit('viewdataschange', this.viewSelections);
...@@ -773,7 +773,7 @@ export default class SYS_USER_ROLEMPickupViewBase extends Vue { ...@@ -773,7 +773,7 @@ export default class SYS_USER_ROLEMPickupViewBase extends Vue {
/** /**
* 取消 * 取消
* *
* @memberof SYS_USER_ROLEMPickupView * @memberof SYS_USER_ROLEMPickupViewBase
*/ */
public onClickCancel(): void { public onClickCancel(): void {
this.$emit('close', null); this.$emit('close', null);
......
...@@ -628,7 +628,7 @@ export default class SYS_USER_ROLEPickupGridViewBase extends Vue { ...@@ -628,7 +628,7 @@ export default class SYS_USER_ROLEPickupGridViewBase extends Vue {
* 选中数据字符串 * 选中数据字符串
* *
* @type {string} * @type {string}
* @memberof SYS_USER_ROLEPickupGridView * @memberof SYS_USER_ROLEPickupGridViewBase
*/ */
@Prop() public selectedData?: string; @Prop() public selectedData?: string;
...@@ -636,7 +636,7 @@ export default class SYS_USER_ROLEPickupGridViewBase extends Vue { ...@@ -636,7 +636,7 @@ export default class SYS_USER_ROLEPickupGridViewBase extends Vue {
* 是否单选 * 是否单选
* *
* @type {boolean} * @type {boolean}
* @memberof SYS_USER_ROLEPickupGridView * @memberof SYS_USER_ROLEPickupGridViewBase
*/ */
@Prop() public isSingleSelect?: boolean; @Prop() public isSingleSelect?: boolean;
...@@ -644,7 +644,7 @@ export default class SYS_USER_ROLEPickupGridViewBase extends Vue { ...@@ -644,7 +644,7 @@ export default class SYS_USER_ROLEPickupGridViewBase extends Vue {
* 搜索值 * 搜索值
* *
* @type {string} * @type {string}
* @memberof SYS_USER_ROLEPickupGridView * @memberof SYS_USER_ROLEPickupGridViewBase
*/ */
public query: string = ''; public query: string = '';
...@@ -652,7 +652,7 @@ export default class SYS_USER_ROLEPickupGridViewBase extends Vue { ...@@ -652,7 +652,7 @@ export default class SYS_USER_ROLEPickupGridViewBase extends Vue {
* 是否展开搜索表单 * 是否展开搜索表单
* *
* @type {boolean} * @type {boolean}
* @memberof SYS_USER_ROLEPickupGridView * @memberof SYS_USER_ROLEPickupGridViewBase
*/ */
public isExpandSearchForm: boolean = true; public isExpandSearchForm: boolean = true;
...@@ -663,7 +663,7 @@ export default class SYS_USER_ROLEPickupGridViewBase extends Vue { ...@@ -663,7 +663,7 @@ export default class SYS_USER_ROLEPickupGridViewBase extends Vue {
* 2 双击激活 * 2 双击激活
* *
* @type {(number | 0 | 1 | 2)} * @type {(number | 0 | 1 | 2)}
* @memberof SYS_USER_ROLEPickupGridView * @memberof SYS_USER_ROLEPickupGridViewBase
*/ */
public gridRowActiveMode: number | 0 | 1 | 2 = 2; public gridRowActiveMode: number | 0 | 1 | 2 = 2;
...@@ -671,7 +671,7 @@ export default class SYS_USER_ROLEPickupGridViewBase extends Vue { ...@@ -671,7 +671,7 @@ export default class SYS_USER_ROLEPickupGridViewBase extends Vue {
* 快速搜索 * 快速搜索
* *
* @param {*} $event * @param {*} $event
* @memberof SYS_USER_ROLEPickupGridView * @memberof SYS_USER_ROLEPickupGridViewBase
*/ */
public onSearch($event: any): void { public onSearch($event: any): void {
const refs: any = this.$refs; const refs: any = this.$refs;
......
...@@ -576,7 +576,7 @@ export default class SYS_USER_ROLEPickupViewBase extends Vue { ...@@ -576,7 +576,7 @@ export default class SYS_USER_ROLEPickupViewBase extends Vue {
* 选中数据的字符串 * 选中数据的字符串
* *
* @type {string} * @type {string}
* @memberof SYS_USER_ROLEPickupView * @memberof SYS_USER_ROLEPickupViewBase
*/ */
public selectedData: string = ""; public selectedData: string = "";
......
...@@ -1080,7 +1080,7 @@ export default class SYS_USEREditView2Base extends Vue { ...@@ -1080,7 +1080,7 @@ export default class SYS_USEREditView2Base extends Vue {
* 选中数据 * 选中数据
* *
* @type {*} * @type {*}
* @memberof SYS_USEREditView2 * @memberof SYS_USEREditView2Base
*/ */
public selection: any = {}; public selection: any = {};
......
...@@ -610,7 +610,7 @@ export default class SYS_USERMPickupViewBase extends Vue { ...@@ -610,7 +610,7 @@ export default class SYS_USERMPickupViewBase extends Vue {
* 是否显示按钮 * 是否显示按钮
* *
* @type {boolean} * @type {boolean}
* @memberof SYS_USERMPickupView * @memberof SYS_USERMPickupViewBase
*/ */
@Prop({default: true}) public isShowButton!: boolean; @Prop({default: true}) public isShowButton!: boolean;
...@@ -618,7 +618,7 @@ export default class SYS_USERMPickupViewBase extends Vue { ...@@ -618,7 +618,7 @@ export default class SYS_USERMPickupViewBase extends Vue {
* 选中数据的字符串 * 选中数据的字符串
* *
* @type {string} * @type {string}
* @memberof SYS_USERMPickupView * @memberof SYS_USERMPickupViewBase
*/ */
public selectedData: string = ""; public selectedData: string = "";
...@@ -626,7 +626,7 @@ export default class SYS_USERMPickupViewBase extends Vue { ...@@ -626,7 +626,7 @@ export default class SYS_USERMPickupViewBase extends Vue {
* 是否初始化已选中项 * 是否初始化已选中项
* *
* @type {any[]} * @type {any[]}
* @memberof SYS_USERMPickupView * @memberof SYS_USERMPickupViewBase
*/ */
public isInitSelected:boolean = false; public isInitSelected:boolean = false;
...@@ -634,7 +634,7 @@ export default class SYS_USERMPickupViewBase extends Vue { ...@@ -634,7 +634,7 @@ export default class SYS_USERMPickupViewBase extends Vue {
* 视图选中数据 * 视图选中数据
* *
* @type {any[]} * @type {any[]}
* @memberof SYS_USERMPickupView * @memberof SYS_USERMPickupViewBase
*/ */
public viewSelections:any[] = []; public viewSelections:any[] = [];
...@@ -642,7 +642,7 @@ export default class SYS_USERMPickupViewBase extends Vue { ...@@ -642,7 +642,7 @@ export default class SYS_USERMPickupViewBase extends Vue {
* 是否单选 * 是否单选
* *
* @type {boolean} * @type {boolean}
* @memberof SYS_USERMPickupView * @memberof SYS_USERMPickupViewBase
*/ */
public isSingleSelect: boolean = false; public isSingleSelect: boolean = false;
...@@ -650,7 +650,7 @@ export default class SYS_USERMPickupViewBase extends Vue { ...@@ -650,7 +650,7 @@ export default class SYS_USERMPickupViewBase extends Vue {
* 选中数据单击 * 选中数据单击
* *
* @param {*} item * @param {*} item
* @memberof SYS_USERMPickupView * @memberof SYS_USERMPickupViewBase
*/ */
public selectionsClick(item:any):void { public selectionsClick(item:any):void {
item._select = !item._select; item._select = !item._select;
...@@ -662,7 +662,7 @@ export default class SYS_USERMPickupViewBase extends Vue { ...@@ -662,7 +662,7 @@ export default class SYS_USERMPickupViewBase extends Vue {
* 选中树双击 * 选中树双击
* *
* @param {*} item * @param {*} item
* @memberof SYS_USERMPickupView * @memberof SYS_USERMPickupViewBase
*/ */
public selectionsDBLClick(item:any):void { public selectionsDBLClick(item:any):void {
const index: number = this.viewSelections.findIndex((selection: any) => Object.is(selection.srfkey, item.srfkey)); const index: number = this.viewSelections.findIndex((selection: any) => Object.is(selection.srfkey, item.srfkey));
...@@ -677,7 +677,7 @@ export default class SYS_USERMPickupViewBase extends Vue { ...@@ -677,7 +677,7 @@ export default class SYS_USERMPickupViewBase extends Vue {
/** /**
* 删除右侧全部选中数据 * 删除右侧全部选中数据
* *
* @memberof SYS_USERMPickupView * @memberof SYS_USERMPickupViewBase
*/ */
public onCLickLeft():void { public onCLickLeft():void {
const _selectiions = [...JSON.parse(JSON.stringify(this.viewSelections))]; const _selectiions = [...JSON.parse(JSON.stringify(this.viewSelections))];
...@@ -698,7 +698,7 @@ export default class SYS_USERMPickupViewBase extends Vue { ...@@ -698,7 +698,7 @@ export default class SYS_USERMPickupViewBase extends Vue {
/** /**
* 添加左侧选中数据 * 添加左侧选中数据
* *
* @memberof SYS_USERMPickupView * @memberof SYS_USERMPickupViewBase
*/ */
public onCLickRight():void { public onCLickRight():void {
Object.values(this.containerModel).forEach((model: any) => { Object.values(this.containerModel).forEach((model: any) => {
...@@ -724,7 +724,7 @@ export default class SYS_USERMPickupViewBase extends Vue { ...@@ -724,7 +724,7 @@ export default class SYS_USERMPickupViewBase extends Vue {
/** /**
* 选中数据全部删除 * 选中数据全部删除
* *
* @memberof SYS_USERMPickupView * @memberof SYS_USERMPickupViewBase
*/ */
public onCLickAllLeft():void { public onCLickAllLeft():void {
this.viewSelections = []; this.viewSelections = [];
...@@ -736,7 +736,7 @@ export default class SYS_USERMPickupViewBase extends Vue { ...@@ -736,7 +736,7 @@ export default class SYS_USERMPickupViewBase extends Vue {
/** /**
* 添加左侧面板所有数据到右侧 * 添加左侧面板所有数据到右侧
* *
* @memberof SYS_USERMPickupView * @memberof SYS_USERMPickupViewBase
*/ */
public onCLickAllRight():void { public onCLickAllRight():void {
Object.values(this.containerModel).forEach((model: any) => { Object.values(this.containerModel).forEach((model: any) => {
...@@ -763,7 +763,7 @@ export default class SYS_USERMPickupViewBase extends Vue { ...@@ -763,7 +763,7 @@ export default class SYS_USERMPickupViewBase extends Vue {
/** /**
* 确定 * 确定
* *
* @memberof SYS_USERMPickupView * @memberof SYS_USERMPickupViewBase
*/ */
public onClickOk(): void { public onClickOk(): void {
this.$emit('viewdataschange', this.viewSelections); this.$emit('viewdataschange', this.viewSelections);
...@@ -773,7 +773,7 @@ export default class SYS_USERMPickupViewBase extends Vue { ...@@ -773,7 +773,7 @@ export default class SYS_USERMPickupViewBase extends Vue {
/** /**
* 取消 * 取消
* *
* @memberof SYS_USERMPickupView * @memberof SYS_USERMPickupViewBase
*/ */
public onClickCancel(): void { public onClickCancel(): void {
this.$emit('close', null); this.$emit('close', null);
......
...@@ -628,7 +628,7 @@ export default class SYS_USERPickupGridViewBase extends Vue { ...@@ -628,7 +628,7 @@ export default class SYS_USERPickupGridViewBase extends Vue {
* 选中数据字符串 * 选中数据字符串
* *
* @type {string} * @type {string}
* @memberof SYS_USERPickupGridView * @memberof SYS_USERPickupGridViewBase
*/ */
@Prop() public selectedData?: string; @Prop() public selectedData?: string;
...@@ -636,7 +636,7 @@ export default class SYS_USERPickupGridViewBase extends Vue { ...@@ -636,7 +636,7 @@ export default class SYS_USERPickupGridViewBase extends Vue {
* 是否单选 * 是否单选
* *
* @type {boolean} * @type {boolean}
* @memberof SYS_USERPickupGridView * @memberof SYS_USERPickupGridViewBase
*/ */
@Prop() public isSingleSelect?: boolean; @Prop() public isSingleSelect?: boolean;
...@@ -644,7 +644,7 @@ export default class SYS_USERPickupGridViewBase extends Vue { ...@@ -644,7 +644,7 @@ export default class SYS_USERPickupGridViewBase extends Vue {
* 搜索值 * 搜索值
* *
* @type {string} * @type {string}
* @memberof SYS_USERPickupGridView * @memberof SYS_USERPickupGridViewBase
*/ */
public query: string = ''; public query: string = '';
...@@ -652,7 +652,7 @@ export default class SYS_USERPickupGridViewBase extends Vue { ...@@ -652,7 +652,7 @@ export default class SYS_USERPickupGridViewBase extends Vue {
* 是否展开搜索表单 * 是否展开搜索表单
* *
* @type {boolean} * @type {boolean}
* @memberof SYS_USERPickupGridView * @memberof SYS_USERPickupGridViewBase
*/ */
public isExpandSearchForm: boolean = true; public isExpandSearchForm: boolean = true;
...@@ -663,7 +663,7 @@ export default class SYS_USERPickupGridViewBase extends Vue { ...@@ -663,7 +663,7 @@ export default class SYS_USERPickupGridViewBase extends Vue {
* 2 双击激活 * 2 双击激活
* *
* @type {(number | 0 | 1 | 2)} * @type {(number | 0 | 1 | 2)}
* @memberof SYS_USERPickupGridView * @memberof SYS_USERPickupGridViewBase
*/ */
public gridRowActiveMode: number | 0 | 1 | 2 = 2; public gridRowActiveMode: number | 0 | 1 | 2 = 2;
...@@ -671,7 +671,7 @@ export default class SYS_USERPickupGridViewBase extends Vue { ...@@ -671,7 +671,7 @@ export default class SYS_USERPickupGridViewBase extends Vue {
* 快速搜索 * 快速搜索
* *
* @param {*} $event * @param {*} $event
* @memberof SYS_USERPickupGridView * @memberof SYS_USERPickupGridViewBase
*/ */
public onSearch($event: any): void { public onSearch($event: any): void {
const refs: any = this.$refs; const refs: any = this.$refs;
......
...@@ -576,7 +576,7 @@ export default class SYS_USERPickupViewBase extends Vue { ...@@ -576,7 +576,7 @@ export default class SYS_USERPickupViewBase extends Vue {
* 选中数据的字符串 * 选中数据的字符串
* *
* @type {string} * @type {string}
* @memberof SYS_USERPickupView * @memberof SYS_USERPickupViewBase
*/ */
public selectedData: string = ""; public selectedData: string = "";
......
...@@ -45,7 +45,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -45,7 +45,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 名称 * 名称
* *
* @type {string} * @type {string}
* @memberof Default * @memberof DefaultBase
*/ */
@Prop() public name?: string; @Prop() public name?: string;
...@@ -53,7 +53,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -53,7 +53,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 视图通讯对象 * 视图通讯对象
* *
* @type {Subject<ViewState>} * @type {Subject<ViewState>}
* @memberof Default * @memberof DefaultBase
*/ */
@Prop() public viewState!: Subject<ViewState>; @Prop() public viewState!: Subject<ViewState>;
...@@ -61,7 +61,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -61,7 +61,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 应用上下文 * 应用上下文
* *
* @type {*} * @type {*}
* @memberof Default * @memberof DefaultBase
*/ */
@Prop() public context: any; @Prop() public context: any;
...@@ -69,7 +69,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -69,7 +69,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 视图参数 * 视图参数
* *
* @type {*} * @type {*}
* @memberof Default * @memberof DefaultBase
*/ */
@Prop() public viewparams: any; @Prop() public viewparams: any;
...@@ -78,7 +78,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -78,7 +78,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* *
* @public * @public
* @type {(Subscription | undefined)} * @type {(Subscription | undefined)}
* @memberof Default * @memberof DefaultBase
*/ */
public viewStateEvent: Subscription | undefined; public viewStateEvent: Subscription | undefined;
...@@ -86,7 +86,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -86,7 +86,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 获取部件类型 * 获取部件类型
* *
* @returns {string} * @returns {string}
* @memberof Default * @memberof DefaultBase
*/ */
public getControlType(): string { public getControlType(): string {
return 'SEARCHFORM' return 'SEARCHFORM'
...@@ -98,7 +98,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -98,7 +98,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 计数器服务对象集合 * 计数器服务对象集合
* *
* @type {Array<*>} * @type {Array<*>}
* @memberof Default * @memberof DefaultBase
*/ */
public counterServiceArray:Array<any> = []; public counterServiceArray:Array<any> = [];
...@@ -106,7 +106,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -106,7 +106,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 建构部件服务对象 * 建构部件服务对象
* *
* @type {DefaultService} * @type {DefaultService}
* @memberof Default * @memberof DefaultBase
*/ */
public service: DefaultService = new DefaultService({ $store: this.$store }); public service: DefaultService = new DefaultService({ $store: this.$store });
...@@ -114,7 +114,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -114,7 +114,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 实体服务对象 * 实体服务对象
* *
* @type {SysAppService} * @type {SysAppService}
* @memberof Default * @memberof DefaultBase
*/ */
public appEntityService: SysAppService = new SysAppService({ $store: this.$store }); public appEntityService: SysAppService = new SysAppService({ $store: this.$store });
...@@ -124,7 +124,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -124,7 +124,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
* 关闭视图 * 关闭视图
* *
* @param {any} args * @param {any} args
* @memberof Default * @memberof DefaultBase
*/ */
public closeView(args: any): void { public closeView(args: any): void {
let _this: any = this; let _this: any = this;
...@@ -134,7 +134,7 @@ export default class DefaultBase extends Vue implements ControlInterface { ...@@ -134,7 +134,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
/** /**
* 计数器刷新 * 计数器刷新
* *
* @memberof Default * @memberof DefaultBase
*/ */
public counterRefresh(){ public counterRefresh(){
const _this:any =this; const _this:any =this;
......
...@@ -46,11 +46,12 @@ ...@@ -46,11 +46,12 @@
margin-bottom: unset !important; margin-bottom: unset !important;
} }
} }
.el-table__body td{ .el-table__body .edit-cell{
padding:0; padding:0;
} .app-form-item{
.app-form-item{ margin-top: 20px;
margin-top: 20px; margin-bottom: 20px;
}
} }
} }
.grid-pagination { .grid-pagination {
......
...@@ -46,11 +46,12 @@ ...@@ -46,11 +46,12 @@
margin-bottom: unset !important; margin-bottom: unset !important;
} }
} }
.el-table__body td{ .el-table__body .edit-cell{
padding:0; padding:0;
} .app-form-item{
.app-form-item{ margin-top: 20px;
margin-top: 20px; margin-bottom: 20px;
}
} }
} }
.grid-pagination { .grid-pagination {
......
package cn.ibizlab.core.util.config; package cn.ibizlab.core.util.config;
import org.springframework.boot.autoconfigure.condition.ConditionalOnExpression;
import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.Configuration;
@ConditionalOnExpression("!'${jobs.admin-address:NA}'.equals('NA')")
@Configuration @Configuration
public class XxlJobConfig { public class XxlJobConfig {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册