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

labxiekai 部署微服务应用

上级 690ac271
......@@ -32,8 +32,8 @@
"viewtag": "135872676ba63d430b2f20bd20364286"
},
"sysrolegridview": {
"title": "角色表格视图",
"caption": "系统角色",
"title": "用户角色",
"caption": "用户角色",
"viewtype": "DEGRIDVIEW",
"viewmodule": "uaa",
"viewname": "SysRoleGridView",
......@@ -48,8 +48,8 @@
"viewtag": "17ccd6d8d2bb7cf30158253da129ec1b"
},
"sysappgridview": {
"title": "应用表格视图",
"caption": "应用",
"title": "接入应用",
"caption": "接入应用",
"viewtype": "DEGRIDVIEW",
"viewmodule": "uaa",
"viewname": "SysAppGridView",
......@@ -64,7 +64,7 @@
"viewtag": "1f8cf7e78d6d88588d1d568d1866cc77"
},
"dictoptiongridview": {
"title": "字典项表格视图",
"title": "字典项",
"caption": "字典项",
"viewtype": "DEGRIDVIEW",
"viewmodule": "dict",
......@@ -72,7 +72,7 @@
"viewtag": "22e202992971f634c00e022b2cae335e"
},
"sysauthloggridview": {
"title": "认证日志表格视图",
"title": "认证日志",
"caption": "认证日志",
"viewtype": "DEGRIDVIEW",
"viewmodule": "uaa",
......@@ -120,8 +120,8 @@
"viewtag": "32fe9ab4a9e1b8d62b9ee802e4746965"
},
"jobsregistrygridview": {
"title": "任务注册信息表格视图",
"caption": "任务注册信息",
"title": "注册",
"caption": "注册",
"viewtype": "DEGRIDVIEW",
"viewmodule": "task",
"viewname": "JobsRegistryGridView",
......@@ -192,16 +192,16 @@
"viewtag": "56cc39a16e3269c082694b50f89338e3"
},
"wfremodeleditview": {
"title": "流程模型编辑视图",
"caption": "流程模型",
"title": "发布新流程",
"caption": "发布新流程",
"viewtype": "DEEDITVIEW",
"viewmodule": "workflow",
"viewname": "WFREModelEditView",
"viewtag": "5856bfb8b576cc2ee743801b23e58299"
},
"ibzteamgridview": {
"title": "组表格视图",
"caption": "组",
"title": "组管理",
"caption": "组管理",
"viewtype": "DEGRIDVIEW",
"viewmodule": "ou",
"viewname": "IBZTeamGridView",
......@@ -248,8 +248,8 @@
"viewtag": "6736591aca71edc23df760e278378566"
},
"jobsloggridview": {
"title": "任务调度日志表格视图",
"caption": "任务调度日志",
"title": "日志",
"caption": "日志",
"viewtype": "DEGRIDVIEW",
"viewmodule": "task",
"viewname": "JobsLogGridView",
......@@ -288,8 +288,8 @@
"viewtag": "7362390ee25dac238b23fa9ab05ea4ac"
},
"dictcataloggridview": {
"title": "字典表格视图",
"caption": "字典",
"title": "目录",
"caption": "目录",
"viewtype": "DEGRIDVIEW",
"viewmodule": "dict",
"viewname": "DictCatalogGridView",
......@@ -480,7 +480,7 @@
"viewtag": "bf5e850471bab461fbb6739578e510c5"
},
"wfprocessdefinitiongridview": {
"title": "实体表格视图",
"title": "流程定义",
"caption": "流程定义",
"viewtype": "DEGRIDVIEW",
"viewmodule": "workflow",
......@@ -544,8 +544,8 @@
"viewtag": "cf8e6d455f8e88e66bbbe1bdb4c84274"
},
"ibzpostgridview": {
"title": "岗位表格视图",
"caption": "岗位",
"title": "岗位管理",
"caption": "岗位管理",
"viewtype": "DEGRIDVIEW",
"viewmodule": "ou",
"viewname": "IBZPostGridView",
......@@ -568,8 +568,8 @@
"viewtag": "e3284e895913f7d38d1bcbe898bda0b7"
},
"jobsinfogridview": {
"title": "任务信息表格视图",
"caption": "任务信息",
"title": "任务",
"caption": "任务",
"viewtype": "DEGRIDVIEW",
"viewmodule": "task",
"viewname": "JobsInfoGridView",
......@@ -584,8 +584,8 @@
"viewtag": "edde313015e1db7c366028307d88d20c"
},
"wfgroupgridview": {
"title": "角色/用户组表格视图",
"caption": "角色/用户组",
"title": "流程角色",
"caption": "流程角色",
"viewtype": "DEGRIDVIEW",
"viewmodule": "workflow",
"viewname": "WFGroupGridView",
......
......@@ -276,7 +276,7 @@ export default class AppCheckBox extends Vue {
this.codeListService.getItems(this.tag,_context,_param).then((res:any) => {
this.items = res;
}).catch((error:any)=>{
console.log(`----${this.tag}----${(this.$t('components.appCheckBoxList.notExist') as string)}`);
console.log(`----${this.tag}----${(this.$t('app.commonWords.codeNotExist') as string)}`);
})
}
}
......
......@@ -191,7 +191,7 @@ export default class AppColumnLink extends Vue {
private openRedirectView($event: any, view: any, data: any): void {
this.$http.get(view.url, data).then((response: any) => {
if (!response || response.status !== 200) {
this.$Notice.error({ title: (this.$t('components.appColumnLink.error') as string), desc: (this.$t('components.appColumnLink.requestError') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.error') as string), desc: (this.$t('app.commonWords.reqException') as string) });
}
if (response.status === 401) {
return;
......@@ -243,7 +243,7 @@ export default class AppColumnLink extends Vue {
}
}).catch((response: any) => {
if (!response || !response.status || !response.data) {
this.$Notice.error({ title: (this.$t('components.appColumnLink.error') as string), desc: (this.$t('components.appColumnLink.systemError') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.error') as string), desc: (this.$t('app.commonWords.reqException') as string) });
return;
}
if (response.status === 401) {
......
......@@ -443,13 +443,13 @@ export default class AppDataUploadView extends Vue {
if (codelist) {
resolve([...JSON.parse(JSON.stringify(codelist.items))]);
} else {
console.log(`----${codeListObject.tag}----${(this.$t('components.appDataUpload.notExist') as string)}`);
console.log(`----${codeListObject.tag}----${(this.$t('app.commonWords.codeNotExist') as string)}`);
}
}else if(codeListObject.tag && Object.is(codeListObject.type,"DYNAMIC")){
this.codeListService.getItems(codeListObject.tag).then((res:any) => {
resolve(res);
}).catch((error:any) => {
console.log(`----${codeListObject.tag}----${(this.$t('components.appDataUpload.notExist') as string)}`);
console.log(`----${codeListObject.tag}----${(this.$t('app.commonWords.codeNotExist') as string)}`);
});
}
})
......
......@@ -131,7 +131,7 @@ export default class AppDepartmentSelect extends Vue {
this.$store.commit('addDepData', { srfkey: this.filter, orgData: response.data });
}).catch((response: any) => {
if (!response || !response.status || !response.data) {
this.$Notice.error({ title: (this.$t('components.appDepartmentSelect.error') as string), desc: (this.$t('components.appDepartmentSelect.systemError') as string) });
this.$Notice.error({ title: (this.$t('app.commonWords.error') as string), desc: (this.$t('app.commonWords.sysException') as string) });
return;
}
});
......
......@@ -107,18 +107,18 @@ export default class AppExportExcel extends Vue {
this.visible = false;
} else if (Object.is(type, 'custom')) {
if (!this.startPage || !this.endPage) {
this.$Notice.warning({ title: (this.$t('components.appExportExcel.warning') as string), desc: (this.$t('components.appExportExcel.desc') as string) });
this.$Notice.warning({ title: (this.$t('app.commonWords.warning') as string), desc: (this.$t('components.appExportExcel.desc') as string) });
return;
}
const startPage: any = Number.parseInt(this.startPage, 10);
const endPage: any = Number.parseInt(this.endPage, 10);
if (Number.isNaN(startPage) || Number.isNaN(endPage)) {
this.$Notice.warning({ title: (this.$t('components.appExportExcel.warning') as string), desc: (this.$t('components.appExportExcel.desc1') as string) });
this.$Notice.warning({ title: (this.$t('app.commonWords.warning') as string), desc: (this.$t('components.appExportExcel.desc1') as string) });
return;
}
if (startPage < 1 || endPage < 1 || startPage > endPage) {
this.$Notice.warning({ title: (this.$t('components.appExportExcel.warning') as string), desc: (this.$t('components.appExportExcel.desc1') as string) });
this.$Notice.warning({ title: (this.$t('app.commonWords.warning') as string), desc: (this.$t('components.appExportExcel.desc1') as string) });
return;
}
this.startPage = null;
......
......@@ -9,8 +9,8 @@
</div>
</div>
<div class="ibiz-group-footer">
<el-button size="small" type="primary" @click="onOK">{{$t('components.appGroupPicker.ok')}}</el-button>
<el-button size="small" @click="onCancel">{{$t('components.appGroupPicker.cancel')}}</el-button>
<el-button size="small" type="primary" @click="onOK">{{$t('app.commonWords.ok')}}</el-button>
<el-button size="small" @click="onCancel">{{$t('app.commonWords.cancel')}}</el-button>
</div>
</div>
</template>
......
......@@ -88,7 +88,7 @@ export default class AppRadioGroup extends Vue {
this.codeListService.getItems(this.tag,_context,_param).then((res:any) => {
this.items = res;
}).catch((error:any)=>{
console.log(`----${this.tag}----${(this.$t('components.appRadioGroup.notExist') as string)}`);
console.log(`----${this.tag}----${(this.$t('app.commonWords.codeNotExist') as string)}`);
})
}
}
......@@ -204,7 +204,7 @@ export default class AppRadioGroup extends Vue {
this.codeListService.getItems(this.tag,_context,_param).then((res:any) => {
this.items = res;
}).catch((error:any)=>{
console.log(`----${this.tag}----${(this.$t('components.appRadioGroup.notExist') as string)}`);
console.log(`----${this.tag}----${(this.$t('app.commonWords.codeNotExist') as string)}`);
})
}
}
......
......@@ -174,7 +174,7 @@ export default class AppTransfer extends Vue {
this.dataLeft = [...JSON.parse(JSON.stringify(codelist.items))];
this.initData()
} else {
console.log(`----${this.tag}----${(this.$t('components.appTransfer.notExist') as string)}`);
console.log(`----${this.tag}----${(this.$t('app.commonWords.codeNotExist') as string)}`);
}
} else if (this.tag && Object.is(this.codelistType, "DYNAMIC")) {
// 处理公共参数
......@@ -190,7 +190,7 @@ export default class AppTransfer extends Vue {
this.initData()
})
.catch((error: any) => {
console.log(`----${this.tag}----${(this.$t('components.appTransfer.notExist') as string)}`);
console.log(`----${this.tag}----${(this.$t('app.commonWords.codeNotExist') as string)}`);
});
}
}
......
......@@ -136,7 +136,7 @@ export default class AppUpdatePassword extends Vue {
}
}).catch((error: any) =>{
this.$Notice.error({
title: (this.$t('components.appUpdatePassword.error') as string),
title: (this.$t('app.codeNotExist.sysException') as string),
duration: 3
});
console.error(error);
......
......@@ -192,7 +192,7 @@ export default class CodeList extends Vue {
let items = res;
_this.setItems(items, _this);
}).catch((error: any) => {
console.log(`----${_this.tag}----${(this.$t('components.codeList.notExist') as string)}`);
console.log(`----${_this.tag}----${(this.$t('app.commonWords.codeNotExist') as string)}`);
});
// 静态处理
} else if(Object.is(this.codelistType, "STATIC")){
......
......@@ -201,7 +201,7 @@ export default class DropDownListDynamic extends Vue {
if (codelist) {
this.items = [...JSON.parse(JSON.stringify(codelist.items))];
} else {
console.log(`----${this.tag}----${(this.$t('components.dropDownListDynamic.notExist') as string)}`);
console.log(`----${this.tag}----${(this.$t('app.commonWords.codeNotExist') as string)}`);
}
}else if(this.tag && Object.is(this.codelistType,"DYNAMIC")){
// 公共参数处理
......@@ -213,7 +213,7 @@ export default class DropDownListDynamic extends Vue {
this.codeListService.getItems(this.tag,_context,_param).then((res:any) => {
this.items = res;
}).catch((error:any) => {
console.log(`----${this.tag}----${(this.$t('components.dropDownListDynamic.notExist') as string)}`);
console.log(`----${this.tag}----${(this.$t('app.commonWords.codeNotExist') as string)}`);
});
}
}
......@@ -236,7 +236,7 @@ export default class DropDownListDynamic extends Vue {
this.codeListService.getItems(this.tag,_context,_param).then((res:any) => {
this.items = res;
}).catch((error:any) => {
console.log(`----${this.tag}----${(this.$t('components.dropDownListDynamic.notExist') as string)}`);
console.log(`----${this.tag}----${(this.$t('app.commonWords.codeNotExist') as string)}`);
});
}
}
......
......@@ -187,7 +187,7 @@ export default class DropDownListMpicker extends Vue {
if (codelist) {
this.items = [...JSON.parse(JSON.stringify(codelist.items))];
} else {
console.log(`----${this.tag}----${(this.$t('components.dropDownListMpicker.notExist') as string)}`);
console.log(`----${this.tag}----${(this.$t('app.commonWords.codeNotExist') as string)}`);
}
}else if(this.tag && Object.is(this.codelistType,"DYNAMIC")){
// 公共参数处理
......@@ -199,7 +199,7 @@ export default class DropDownListMpicker extends Vue {
this.codeListService.getItems(this.tag,_context,_param).then((res:any) => {
this.items = res;
}).catch((error:any) => {
console.log(`----${this.tag}----${(this.$t('components.dropDownListMpicker.notExist') as string)}`);
console.log(`----${this.tag}----${(this.$t('app.commonWords.codeNotExist') as string)}`);
});
}
}
......@@ -221,7 +221,7 @@ export default class DropDownListMpicker extends Vue {
this.codeListService.getItems(this.tag,_context,_param).then((res:any) => {
this.items = res;
}).catch((error:any) => {
console.log(`----${this.tag}----${(this.$t('components.dropDownListMpicker.notExist') as string)}`);
console.log(`----${this.tag}----${(this.$t('app.commonWords.codeNotExist') as string)}`);
});
}
}
......
......@@ -201,7 +201,7 @@ export default class DropDownList extends Vue {
if (codelist) {
this.items = [...JSON.parse(JSON.stringify(codelist.items))];
} else {
console.log(`----${this.tag}----${(this.$t('components.dropDownList.notExist') as string)}`);
console.log(`----${this.tag}----${(this.$t('app.commonWords.codeNotExist') as string)}`);
}
}else if(this.tag && Object.is(this.codelistType,"DYNAMIC")){
// 公共参数处理
......@@ -213,7 +213,7 @@ export default class DropDownList extends Vue {
this.codeListService.getItems(this.tag,_context,_param).then((res:any) => {
this.items = res;
}).catch((error:any) => {
console.log(`----${this.tag}----${(this.$t('components.dropDownList.notExist') as string)}`);
console.log(`----${this.tag}----${(this.$t('app.commonWords.codeNotExist') as string)}`);
});
}
}
......@@ -236,7 +236,7 @@ export default class DropDownList extends Vue {
this.codeListService.getItems(this.tag,_context,_param).then((res:any) => {
this.items = res;
}).catch((error:any) => {
console.log(`----${this.tag}----${(this.$t('components.dropDownList.notExist') as string)}`);
console.log(`----${this.tag}----${(this.$t('app.commonWords.codeNotExist') as string)}`);
});
}
}
......
......@@ -192,7 +192,6 @@ export default class InputBox extends Vue {
* 指定输入框展示值的格式
*/
public formatter(value:any){
console.log(this.precision);
if(this.precision===0) return this.CurrentVal;
if(value.indexOf('.')!==-1){
let arr:Array<any> = value.split('.');
......@@ -210,7 +209,6 @@ export default class InputBox extends Vue {
* 指定从 formatter 里转换回数字的方式
*/
public parser(value:any){
if(this.precision===0) return this.CurrentVal;
return value;
}
}
......
......@@ -21,7 +21,7 @@
<div v-show="$store.state.pageMetas.length > 0" class="right">
<el-dropdown @command="handlerClose">
<el-button size="mini" type="primary">
更多<i class="el-icon-arrow-down el-icon--right"></i>
{{$t('components.tabPageExp.more')}}<i class="el-icon-arrow-down el-icon--right"></i>
</el-button>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item :command="item" v-for="(item,index) in actions" :key="index">{{ $t(item.text) }}</el-dropdown-item>
......
......@@ -20,8 +20,8 @@
:on-exceeded-size="exceededsize"
:on-progress="progress">
<div class="upload-text">
<p>将图片拖到这里替换</p>
<p><span class="text-style">本地上传</span><span class="text-style">从素材库选择</span></p>
<p>{{$t('components.uploadFile.imgMsg')}}</p>
<p><span class="text-style">{{$t('components.uploadFile.localUpload')}}</span>{{$t('components.uploadFile.or')}}<span class="text-style">{{$t('components.uploadFile.imgMsg1')}}</span></p>
</div>
</upload>
</div>
......
......@@ -33,6 +33,10 @@ export default {
success: "Success",
ok: "OK",
cancel: "Cancel",
codeNotExist: 'Code list does not exist',
reqException: "Request exception",
sysException: "System abnormality",
warning: "Warning",
},
local:{
new: "New"
......
......@@ -33,6 +33,10 @@ export default {
success: "成功",
ok: "确认",
cancel: "取消",
codeNotExist: "代码表不存在",
reqException: "请求异常",
sysException: "系统异常",
warning: "警告",
},
local:{
new: "新建"
......
......@@ -55,6 +55,8 @@ export default {
max: 'At Most',
row: 'Lines',
currentPage: 'Current Page',
desc:'Please enter the start page',
desc1:'Please enter a valid start page',
},
appFileUpload: {
preview: 'preview',
......@@ -64,6 +66,11 @@ export default {
},
appFormDRUIPart: {
blockUITipInfo: 'Please save the major data first',
viewLoadComp:'After the multi data view is loaded, the subsequent form item update will be triggered',
save:'Relationship data save complete',
change:'Relationship data value change',
change1:'View data changes',
loadComp:'View loading complete',
},
appHeaderMenus: {
ibizlab:{
......@@ -130,19 +137,25 @@ export default {
endPlaceholder: 'End Dat4e',
},
dropDownList: {
placeholder: 'please select...'
placeholder: 'please select...',
},
dropDownListDynamic: {
placeholder: 'please select...'
placeholder: 'please select...',
},
dropDownListMpicker: {
placeholder: 'please select...'
placeholder: 'please select...',
},
login: {
error: 'Error',
caption: 'Welcome to login',
placeholder1:'User name',
placeholder2:'Password',
name: 'Login',
reset:'Reset',
other:'Other login methods',
tip: 'Enter username and password',
warning1:'QQ authorization login not supported',
warning2:'Wechat authorized login not supported',
loginname: {
placeholder: 'Username',
message: 'The username cannot be empty',
......@@ -174,4 +187,65 @@ export default {
hide: 'hide',
showMore: 'show more',
},
appUpdatePassword: {
oldPwd: 'Original password',
newPwd: 'New password',
confirmPwd: 'Confirm password',
sure: 'Confirm modification',
oldPwdErr: 'The original password cannot be empty!',
newPwdErr: 'New password cannot be empty!',
confirmPwdErr: 'The two input passwords are inconsistent!',
},
appAddressSelection: {
loadDataFail: 'City data loading failed'
},
appGroupSelect:{
groupSelect:'Group selection',
},
appImageUpload:{
uploadFail:'Upload failed'
},
appOrgSelect:{
loadFail:'Failed to load data'
},
appTransfer:{
title1:'Not selected',
title2:'Selected',
},
appWFApproval:{
commit:'Commit',
wait:'Waiting',
handle:'Handle',
placeholder:'Please enter the content',
end:'End'
},
contextMenuDrag:{
allApp:'All applications',
noFind:'The app was not found'
},
filterMode:{
placeholder:'Conditional logic',
},
filterTree:{
title1:'Add condition',
title2:'Add group',
placeholder:'Attribute',
},
iBizGroupPicker:{
ok:'Ok',
cancel:'Cancel',
},
iBizGroupSelect:{
groupSelect:'Group selection'
},
tabPageExp:{
more:'More',
},
uploadFile:{
imgMsg:'Drag the picture here to replace it',
localUpload:'Local upload',
or:'Or',
imgMsg1:'Select from stock'
}
};
\ No newline at end of file
......@@ -25,7 +25,7 @@ export default {
appColumnLink: {
error: '错误',
valueItemException:"值项异常",
rowDataException:"表格行数据异常"
rowDataException:"表格行数据异常",
},
appColumnRender: {
select: '请选择...',
......@@ -55,6 +55,8 @@ export default {
max: '最大',
row: '行',
currentPage: '当前页',
desc:'请输入起始页',
desc1:'请输入有效的起始页',
},
appFileUpload: {
preview: '查看',
......@@ -65,6 +67,11 @@ export default {
},
appFormDRUIPart: {
blockUITipInfo: '请先保存主数据',
viewLoadComp:'多数据视图加载完成,触发后续表单项更新',
save:'关系数据保存完成',
change:'关系数据值变化',
change1:'视图数据变化',
loadComp:'视图加载完成',
},
appHeaderMenus: {
ibizlab:{
......@@ -131,19 +138,25 @@ export default {
endPlaceholder: '结束日期',
},
dropDownList: {
placeholder: '请选择...'
placeholder: '请选择...',
},
dropDownListDynamic: {
placeholder: '请选择...'
placeholder: '请选择...',
},
dropDownListMpicker: {
placeholder: '请选择...'
placeholder: '请选择...',
},
login: {
error: '错误',
caption: '欢迎登录',
placeholder1:'用户名',
placeholder2:'密码',
name: '登录',
reset:'重置',
other:'其他登录方式',
tip: '输入用户名和密码',
warning1:'qq授权登录暂未支持',
warning2:'微信授权登录暂未支持',
loginname: {
placeholder: '请输入用户名',
message: '用户名不能为空',
......@@ -175,4 +188,64 @@ export default {
hide: '隐藏字段',
showMore: '显示更多字段',
},
appUpdatePassword: {
oldPwd: '原密码',
newPwd: '新密码',
confirmPwd: '确认密码',
sure: '确认修改',
oldPwdErr: '原密码不能为空!',
newPwdErr: '新密码不能为空!',
confirmPwdErr: '两次输入密码不一致!',
},
appAddressSelection: {
loadDataFail: '城市数据加载失败'
},
appGroupSelect:{
groupSelect:'分组选择',
},
appImageUpload:{
uploadFail:'上传失败'
},
appOrgSelect:{
loadFail:'加载数据失败'
},
appTransfer:{
title1:'未选择',
title2:'已选择',
},
appWFApproval:{
commit:'提交',
wait:'等待',
handle:'处理',
placeholder:'请输入内容',
end:'结束'
},
contextMenuDrag:{
allApp:'全部应用',
noFind:'未找到该应用'
},
filterMode:{
placeholder:'条件逻辑',
},
filterTree:{
title1:'添加条件',
title2:'添加组',
placeholder:'属性',
},
iBizGroupPicker:{
ok:'确认',
cancel:'取消',
},
iBizGroupSelect:{
groupSelect:'分组选择'
},
tabPageExp:{
more:'更多',
},
uploadFile:{
imgMsg:'将图片拖到这里替换',
localUpload:'本地上传',
or:'或',
imgMsg1:'从素材库选择'
}
};
\ No newline at end of file
......@@ -11,8 +11,8 @@ export default {
},
views: {
gridview: {
caption: "字典",
title: "字典表格视图",
caption: "目录",
title: "目录",
},
pickupgridview: {
caption: "字典",
......
......@@ -10,8 +10,8 @@ export default {
},
views: {
gridview: {
caption: "字典",
title: "字典表格视图",
caption: "目录",
title: "目录",
},
pickupgridview: {
caption: "字典",
......
......@@ -23,7 +23,7 @@ export default {
},
gridview: {
caption: "字典项",
title: "字典项表格视图",
title: "字典项",
},
grideditview: {
caption: "字典项",
......
......@@ -22,7 +22,7 @@ export default {
},
gridview: {
caption: "字典项",
title: "字典项表格视图",
title: "字典项",
},
grideditview: {
caption: "字典项",
......
......@@ -21,8 +21,8 @@ export default {
title: "岗位选择表格视图",
},
gridview: {
caption: "岗位",
title: "岗位表格视图",
caption: "岗位管理",
title: "岗位管理",
},
},
main_form: {
......
......@@ -20,8 +20,8 @@ export default {
title: "岗位选择表格视图",
},
gridview: {
caption: "岗位",
title: "岗位表格视图",
caption: "岗位管理",
title: "岗位管理",
},
},
main_form: {
......
......@@ -12,8 +12,8 @@ export default {
title: "组编辑视图",
},
gridview: {
caption: "组",
title: "组表格视图",
caption: "组管理",
title: "组管理",
},
},
main_form: {
......
......@@ -11,8 +11,8 @@ export default {
title: "组编辑视图",
},
gridview: {
caption: "组",
title: "组表格视图",
caption: "组管理",
title: "组管理",
},
},
main_form: {
......
......@@ -23,8 +23,8 @@ export default {
title: "任务信息编辑视图",
},
gridview: {
caption: "任务信息",
title: "任务信息表格视图",
caption: "任务",
title: "任务",
},
},
main_form: {
......
......@@ -22,8 +22,8 @@ export default {
title: "任务信息编辑视图",
},
gridview: {
caption: "任务信息",
title: "任务信息表格视图",
caption: "任务",
title: "任务",
},
},
main_form: {
......
......@@ -14,8 +14,8 @@ export default {
},
views: {
gridview: {
caption: "任务调度日志",
title: "任务调度日志表格视图",
caption: "日志",
title: "日志",
},
editview: {
caption: "任务调度日志",
......
......@@ -13,8 +13,8 @@ export default {
},
views: {
gridview: {
caption: "任务调度日志",
title: "任务调度日志表格视图",
caption: "日志",
title: "日志",
},
editview: {
caption: "任务调度日志",
......
......@@ -9,8 +9,8 @@ export default {
},
views: {
gridview: {
caption: "任务注册信息",
title: "任务注册信息表格视图",
caption: "注册",
title: "注册",
},
editview: {
caption: "任务注册信息",
......
......@@ -8,8 +8,8 @@ export default {
},
views: {
gridview: {
caption: "任务注册信息",
title: "任务注册信息表格视图",
caption: "注册",
title: "注册",
},
editview: {
caption: "任务注册信息",
......
......@@ -13,8 +13,8 @@ export default {
},
views: {
gridview: {
caption: "应用",
title: "应用表格视图",
caption: "接入应用",
title: "接入应用",
},
editview: {
caption: "应用",
......
......@@ -12,8 +12,8 @@ export default {
},
views: {
gridview: {
caption: "应用",
title: "应用表格视图",
caption: "接入应用",
title: "接入应用",
},
editview: {
caption: "应用",
......
......@@ -14,7 +14,7 @@ export default {
views: {
gridview: {
caption: "认证日志",
title: "认证日志表格视图",
title: "认证日志",
},
},
main_grid: {
......
......@@ -13,7 +13,7 @@ export default {
views: {
gridview: {
caption: "认证日志",
title: "认证日志表格视图",
title: "认证日志",
},
},
main_grid: {
......
......@@ -10,7 +10,7 @@ export default {
views: {
gridview: {
caption: "Start workflow",
title: "角色表格视图",
title: "用户角色",
},
pickupview: {
caption: "Start workflow",
......
......@@ -8,8 +8,8 @@ export default {
},
views: {
gridview: {
caption: "系统角色",
title: "角色表格视图",
caption: "用户角色",
title: "用户角色",
},
pickupview: {
caption: "系统角色",
......
......@@ -23,8 +23,8 @@ export default {
title: "角色/用户组编辑视图",
},
gridview: {
caption: "角色/用户组",
title: "角色/用户组表格视图",
caption: "流程角色",
title: "流程角色",
},
},
main_form: {
......
......@@ -22,8 +22,8 @@ export default {
title: "角色/用户组编辑视图",
},
gridview: {
caption: "角色/用户组",
title: "角色/用户组表格视图",
caption: "流程角色",
title: "流程角色",
},
},
main_form: {
......
......@@ -17,7 +17,7 @@ export default {
},
gridview: {
caption: "流程定义",
title: "实体表格视图",
title: "流程定义",
},
},
main_form: {
......
......@@ -16,7 +16,7 @@ export default {
},
gridview: {
caption: "流程定义",
title: "实体表格视图",
title: "流程定义",
},
},
main_form: {
......
......@@ -7,8 +7,8 @@ export default {
},
views: {
editview: {
caption: "流程模型",
title: "流程模型编辑视图",
caption: "发布新流程",
title: "发布新流程",
},
},
main_form: {
......
......@@ -6,8 +6,8 @@ export default {
},
views: {
editview: {
caption: "流程模型",
title: "流程模型编辑视图",
caption: "发布新流程",
title: "发布新流程",
},
},
main_form: {
......
......@@ -40,8 +40,8 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "135872676ba63d430b2f20bd20364286"
},
"sysrolegridview": {
"title": "角色表格视图",
"caption": "系统角色",
"title": "用户角色",
"caption": "用户角色",
"viewtype": "DEGRIDVIEW",
"viewmodule": "uaa",
"viewname": "SysRoleGridView",
......@@ -56,8 +56,8 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "17ccd6d8d2bb7cf30158253da129ec1b"
},
"sysappgridview": {
"title": "应用表格视图",
"caption": "应用",
"title": "接入应用",
"caption": "接入应用",
"viewtype": "DEGRIDVIEW",
"viewmodule": "uaa",
"viewname": "SysAppGridView",
......@@ -72,7 +72,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "1f8cf7e78d6d88588d1d568d1866cc77"
},
"dictoptiongridview": {
"title": "字典项表格视图",
"title": "字典项",
"caption": "字典项",
"viewtype": "DEGRIDVIEW",
"viewmodule": "dict",
......@@ -80,7 +80,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "22e202992971f634c00e022b2cae335e"
},
"sysauthloggridview": {
"title": "认证日志表格视图",
"title": "认证日志",
"caption": "认证日志",
"viewtype": "DEGRIDVIEW",
"viewmodule": "uaa",
......@@ -128,8 +128,8 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "32fe9ab4a9e1b8d62b9ee802e4746965"
},
"jobsregistrygridview": {
"title": "任务注册信息表格视图",
"caption": "任务注册信息",
"title": "注册",
"caption": "注册",
"viewtype": "DEGRIDVIEW",
"viewmodule": "task",
"viewname": "JobsRegistryGridView",
......@@ -200,16 +200,16 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "56cc39a16e3269c082694b50f89338e3"
},
"wfremodeleditview": {
"title": "流程模型编辑视图",
"caption": "流程模型",
"title": "发布新流程",
"caption": "发布新流程",
"viewtype": "DEEDITVIEW",
"viewmodule": "workflow",
"viewname": "WFREModelEditView",
"viewtag": "5856bfb8b576cc2ee743801b23e58299"
},
"ibzteamgridview": {
"title": "组表格视图",
"caption": "组",
"title": "组管理",
"caption": "组管理",
"viewtype": "DEGRIDVIEW",
"viewmodule": "ou",
"viewname": "IBZTeamGridView",
......@@ -256,8 +256,8 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "6736591aca71edc23df760e278378566"
},
"jobsloggridview": {
"title": "任务调度日志表格视图",
"caption": "任务调度日志",
"title": "日志",
"caption": "日志",
"viewtype": "DEGRIDVIEW",
"viewmodule": "task",
"viewname": "JobsLogGridView",
......@@ -296,8 +296,8 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "7362390ee25dac238b23fa9ab05ea4ac"
},
"dictcataloggridview": {
"title": "字典表格视图",
"caption": "字典",
"title": "目录",
"caption": "目录",
"viewtype": "DEGRIDVIEW",
"viewmodule": "dict",
"viewname": "DictCatalogGridView",
......@@ -488,7 +488,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "bf5e850471bab461fbb6739578e510c5"
},
"wfprocessdefinitiongridview": {
"title": "实体表格视图",
"title": "流程定义",
"caption": "流程定义",
"viewtype": "DEGRIDVIEW",
"viewmodule": "workflow",
......@@ -552,8 +552,8 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "cf8e6d455f8e88e66bbbe1bdb4c84274"
},
"ibzpostgridview": {
"title": "岗位表格视图",
"caption": "岗位",
"title": "岗位管理",
"caption": "岗位管理",
"viewtype": "DEGRIDVIEW",
"viewmodule": "ou",
"viewname": "IBZPostGridView",
......@@ -576,8 +576,8 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "e3284e895913f7d38d1bcbe898bda0b7"
},
"jobsinfogridview": {
"title": "任务信息表格视图",
"caption": "任务信息",
"title": "任务",
"caption": "任务",
"viewtype": "DEGRIDVIEW",
"viewmodule": "task",
"viewname": "JobsInfoGridView",
......@@ -592,8 +592,8 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewtag": "edde313015e1db7c366028307d88d20c"
},
"wfgroupgridview": {
"title": "角色/用户组表格视图",
"caption": "角色/用户组",
"title": "流程角色",
"caption": "流程角色",
"viewtype": "DEGRIDVIEW",
"viewmodule": "workflow",
"viewname": "WFGroupGridView",
......
......@@ -545,8 +545,8 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {boolean}
* @memberof AppEmbedPicker
*/
public isDragendCol: boolean = false;
public isDragendCol: boolean = true;
/**
* 所有列成员
*
......
......@@ -862,8 +862,8 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {boolean}
* @memberof AppEmbedPicker
*/
public isDragendCol: boolean = false;
public isDragendCol: boolean = true;
/**
* 所有列成员
*
......
......@@ -850,8 +850,8 @@ export default class OptionsBase extends Vue implements ControlInterface {
* @type {boolean}
* @memberof AppEmbedPicker
*/
public isDragendCol: boolean = false;
public isDragendCol: boolean = true;
/**
* 所有列成员
*
......
......@@ -653,8 +653,8 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {boolean}
* @memberof AppEmbedPicker
*/
public isDragendCol: boolean = false;
public isDragendCol: boolean = true;
/**
* 所有列成员
*
......
......@@ -700,8 +700,8 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {boolean}
* @memberof AppEmbedPicker
*/
public isDragendCol: boolean = false;
public isDragendCol: boolean = true;
/**
* 所有列成员
*
......
......@@ -619,8 +619,8 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {boolean}
* @memberof AppEmbedPicker
*/
public isDragendCol: boolean = false;
public isDragendCol: boolean = true;
/**
* 所有列成员
*
......
......@@ -605,8 +605,8 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {boolean}
* @memberof AppEmbedPicker
*/
public isDragendCol: boolean = false;
public isDragendCol: boolean = true;
/**
* 所有列成员
*
......
......@@ -535,8 +535,8 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {boolean}
* @memberof AppEmbedPicker
*/
public isDragendCol: boolean = false;
public isDragendCol: boolean = true;
/**
* 所有列成员
*
......
......@@ -633,8 +633,8 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {boolean}
* @memberof AppEmbedPicker
*/
public isDragendCol: boolean = false;
public isDragendCol: boolean = true;
/**
* 所有列成员
*
......
......@@ -523,8 +523,8 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {boolean}
* @memberof AppEmbedPicker
*/
public isDragendCol: boolean = false;
public isDragendCol: boolean = true;
/**
* 所有列成员
*
......
......@@ -609,8 +609,8 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {boolean}
* @memberof AppEmbedPicker
*/
public isDragendCol: boolean = false;
public isDragendCol: boolean = true;
/**
* 所有列成员
*
......
......@@ -595,8 +595,8 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {boolean}
* @memberof AppEmbedPicker
*/
public isDragendCol: boolean = false;
public isDragendCol: boolean = true;
/**
* 所有列成员
*
......
......@@ -549,8 +549,8 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {boolean}
* @memberof AppEmbedPicker
*/
public isDragendCol: boolean = false;
public isDragendCol: boolean = true;
/**
* 所有列成员
*
......
......@@ -708,8 +708,8 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {boolean}
* @memberof AppEmbedPicker
*/
public isDragendCol: boolean = false;
public isDragendCol: boolean = true;
/**
* 所有列成员
*
......
......@@ -597,8 +597,8 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {boolean}
* @memberof AppEmbedPicker
*/
public isDragendCol: boolean = false;
public isDragendCol: boolean = true;
/**
* 所有列成员
*
......
......@@ -509,8 +509,8 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {boolean}
* @memberof AppEmbedPicker
*/
public isDragendCol: boolean = false;
public isDragendCol: boolean = true;
/**
* 所有列成员
*
......
......@@ -533,8 +533,8 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {boolean}
* @memberof AppEmbedPicker
*/
public isDragendCol: boolean = false;
public isDragendCol: boolean = true;
/**
* 所有列成员
*
......
......@@ -559,8 +559,8 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {boolean}
* @memberof AppEmbedPicker
*/
public isDragendCol: boolean = false;
public isDragendCol: boolean = true;
/**
* 所有列成员
*
......
......@@ -557,8 +557,8 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {boolean}
* @memberof AppEmbedPicker
*/
public isDragendCol: boolean = false;
public isDragendCol: boolean = true;
/**
* 所有列成员
*
......
......@@ -535,8 +535,8 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {boolean}
* @memberof AppEmbedPicker
*/
public isDragendCol: boolean = false;
public isDragendCol: boolean = true;
/**
* 所有列成员
*
......
......@@ -523,8 +523,8 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {boolean}
* @memberof AppEmbedPicker
*/
public isDragendCol: boolean = false;
public isDragendCol: boolean = true;
/**
* 所有列成员
*
......
......@@ -561,8 +561,8 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {boolean}
* @memberof AppEmbedPicker
*/
public isDragendCol: boolean = false;
public isDragendCol: boolean = true;
/**
* 所有列成员
*
......
......@@ -521,8 +521,8 @@ export default class MainBase extends Vue implements ControlInterface {
* @type {boolean}
* @memberof AppEmbedPicker
*/
public isDragendCol: boolean = false;
public isDragendCol: boolean = true;
/**
* 所有列成员
*
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册