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

ibiz4j 发布系统代码

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