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

ibiz4j 发布系统代码

上级 0e0883be
......@@ -57,7 +57,7 @@
},
"ibzorganizationtreeexpview": {
"title": "单位机构树导航视图",
"caption": "单位机构",
"caption": "部门管理",
"viewtype": "DETREEEXPVIEW",
"viewmodule": "ou",
"viewname": "IBZOrganizationTreeExpView",
......@@ -169,7 +169,7 @@
},
"ibzdepartmenttreeexpview": {
"title": "部门树导航视图",
"caption": "部门",
"caption": "人员管理",
"viewtype": "DETREEEXPVIEW",
"viewmodule": "ou",
"viewname": "IBZDepartmentTreeExpView",
......
......@@ -44,8 +44,8 @@ export default {
title: '部门',
},
treeexpview: {
caption: "部门",
title: '部门',
caption: "人员管理",
title: '人员管理',
},
gridview: {
caption: "部门",
......
......@@ -43,8 +43,8 @@ export default {
title: '部门',
},
treeexpview: {
caption: '部门',
title: '部门',
caption: '人员管理',
title: '人员管理',
},
gridview: {
caption: '部门',
......
......@@ -19,8 +19,8 @@ export default {
title: '单位机构',
},
treeexpview: {
caption: "单位机构",
title: '单位机构',
caption: "部门管理",
title: '部门管理',
},
pickupgridview: {
caption: "单位机构",
......
......@@ -18,8 +18,8 @@ export default {
title: '单位机构',
},
treeexpview: {
caption: '单位机构',
title: '单位机构',
caption: '部门管理',
title: '部门管理',
},
pickupgridview: {
caption: '单位机构',
......
......@@ -65,7 +65,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
},
"ibzorganizationtreeexpview": {
"title": "单位机构树导航视图",
"caption": "单位机构",
"caption": "部门管理",
"viewtype": "DETREEEXPVIEW",
"viewmodule": "ou",
"viewname": "IBZOrganizationTreeExpView",
......@@ -177,7 +177,7 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
},
"ibzdepartmenttreeexpview": {
"title": "部门树导航视图",
"caption": "部门",
"caption": "人员管理",
"viewtype": "DETREEEXPVIEW",
"viewmodule": "ou",
"viewname": "IBZDepartmentTreeExpView",
......
<template>
<div class='view-container degridview ibzdepartment-edit-grid-view'>
<app-studioaction :viewTitle="$t(model.srfTitle)" viewName="ibzdepartmenteditgridview"></app-studioaction>
<card class='view-card ' :dis-hover="true" :bordered="false">
<p slot='title'>
<span class='caption-info'>{{$t(model.srfTitle)}}</span>
</p>
<card class='view-card view-no-caption' :dis-hover="true" :bordered="false">
<div class='content-container'>
<div class='view-top-messages'>
</div>
......
<template>
<div class='view-container detreeexpview ibzdepartment-tree-exp-view'>
<app-studioaction :viewTitle="$t(model.srfTitle)" viewName="ibzdepartmenttreeexpview"></app-studioaction>
<card class='view-card view-no-caption view-no-toolbar' :dis-hover="true" :bordered="false">
<card class='view-card view-no-toolbar' :dis-hover="true" :bordered="false">
<p slot='title'>
<span class='caption-info'>{{$t(model.srfTitle)}}</span>
</p>
<div class='content-container'>
<div class='view-top-messages'>
</div>
......
<template>
<div class='view-container degridview ibzemployee-grid-view'>
<app-studioaction :viewTitle="$t(model.srfTitle)" viewName="ibzemployeegridview"></app-studioaction>
<card class='view-card ' :dis-hover="true" :bordered="false">
<p slot='title'>
<span class='caption-info'>{{$t(model.srfTitle)}}</span>
</p>
<card class='view-card view-no-caption' :dis-hover="true" :bordered="false">
<div class='content-container'>
<div class='view-top-messages'>
</div>
......
<template>
<div class='view-container detreeexpview ibzorganization-tree-exp-view'>
<app-studioaction :viewTitle="$t(model.srfTitle)" viewName="ibzorganizationtreeexpview"></app-studioaction>
<card class='view-card view-no-caption view-no-toolbar' :dis-hover="true" :bordered="false">
<card class='view-card view-no-toolbar' :dis-hover="true" :bordered="false">
<p slot='title'>
<span class='caption-info'>{{$t(model.srfTitle)}}</span>
</p>
<div class='content-container'>
<div class='view-top-messages'>
</div>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册