Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
561073b2
提交
561073b2
编写于
12月 14, 2020
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Mosher 发布系统代码 [后台服务,演示应用]
上级
b9bddd9f
变更
6
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
6 个修改的文件
包含
223 行增加
和
223 行删除
+223
-223
en-US-base.ts
app_Web/src/locale/lang/en-US-base.ts
+7
-7
zh-CN-base.ts
app_Web/src/locale/lang/zh-CN-base.ts
+6
-6
main-menu-appmenu.ts
app_Web/src/mock/app/main-menu-appmenu/main-menu-appmenu.ts
+88
-88
main-menu-appmenu-base.vue
.../widgets/app/main-menu-appmenu/main-menu-appmenu-base.vue
+14
-14
main-menu-appmenu-model.ts
.../widgets/app/main-menu-appmenu/main-menu-appmenu-model.ts
+107
-107
systemResource.json
demo-core/src/main/resources/permission/systemResource.json
+1
-1
未找到文件。
app_Web/src/locale/lang/en-US-base.ts
浏览文件 @
561073b2
...
...
@@ -208,7 +208,7 @@ function getAppLocale(){
menuitem56
:
commonLogic
.
appcommonhandle
(
"FormItemUpdate"
,
null
),
menuitem108
:
commonLogic
.
appcommonhandle
(
"FormValueRule"
,
null
),
menuitem16
:
commonLogic
.
appcommonhandle
(
"SearchForm"
,
null
),
menuitem126
:
commonLogic
.
appcommonhandle
(
"
实体数据看板
"
,
null
),
menuitem126
:
commonLogic
.
appcommonhandle
(
"
EntityDataKanban
"
,
null
),
menuitem157
:
commonLogic
.
appcommonhandle
(
"导航类"
,
null
),
menuitem116
:
commonLogic
.
appcommonhandle
(
" 数据关系栏(左右关系)"
,
null
),
menuitem117
:
commonLogic
.
appcommonhandle
(
"数据关系栏(上下关系)"
,
null
),
...
...
@@ -307,9 +307,6 @@ function getAppLocale(){
menuitem173
:
commonLogic
.
appcommonhandle
(
"实体树视图"
,
null
),
menuitem174
:
commonLogic
.
appcommonhandle
(
"实体数据视图"
,
null
),
menuitem175
:
commonLogic
.
appcommonhandle
(
"实体图表视图"
,
null
),
menuitem26
:
commonLogic
.
appcommonhandle
(
"选择视图"
,
null
),
menuitem18
:
commonLogic
.
appcommonhandle
(
"数据选择视图"
,
null
),
menuitem27
:
commonLogic
.
appcommonhandle
(
"索引选择视图"
,
null
),
menuitem10
:
commonLogic
.
appcommonhandle
(
"导航视图"
,
null
),
menuitem32
:
commonLogic
.
appcommonhandle
(
"常规导航视图"
,
null
),
menuitem33
:
commonLogic
.
appcommonhandle
(
"分页导航视图"
,
null
),
...
...
@@ -319,13 +316,16 @@ function getAppLocale(){
menuitem178
:
commonLogic
.
appcommonhandle
(
"实体卡片导航视图"
,
null
),
menuitem179
:
commonLogic
.
appcommonhandle
(
"实体日历导航视图"
,
null
),
menuitem180
:
commonLogic
.
appcommonhandle
(
"实体树导航视图"
,
null
),
menuitem26
:
commonLogic
.
appcommonhandle
(
"选择视图"
,
null
),
menuitem18
:
commonLogic
.
appcommonhandle
(
"数据选择视图"
,
null
),
menuitem27
:
commonLogic
.
appcommonhandle
(
"索引选择视图"
,
null
),
menuitem69
:
commonLogic
.
appcommonhandle
(
"工作流"
,
null
),
menuitem30
:
commonLogic
.
appcommonhandle
(
"工作流动态导航视图"
,
null
),
menuitem31
:
commonLogic
.
appcommonhandle
(
"工作流启动"
,
null
),
menuitem11
:
commonLogic
.
appcommonhandle
(
"其他视图"
,
null
),
menuitem35
:
commonLogic
.
appcommonhandle
(
"图表视图"
,
null
),
menuitem36
:
commonLogic
.
appcommonhandle
(
"报表视图"
,
null
),
menuitem98
:
commonLogic
.
appcommonhandle
(
"自定义视图"
,
null
),
menuitem69
:
commonLogic
.
appcommonhandle
(
"工作流"
,
null
),
menuitem30
:
commonLogic
.
appcommonhandle
(
"工作流动态导航视图"
,
null
),
menuitem31
:
commonLogic
.
appcommonhandle
(
"工作流启动"
,
null
),
menuitem153
:
commonLogic
.
appcommonhandle
(
"逻辑"
,
null
),
menuitem154
:
commonLogic
.
appcommonhandle
(
"应用功能"
,
null
),
menuitem127
:
commonLogic
.
appcommonhandle
(
"打开应用视图"
,
null
),
...
...
app_Web/src/locale/lang/zh-CN-base.ts
浏览文件 @
561073b2
...
...
@@ -307,9 +307,6 @@ function getAppLocale(){
menuitem173
:
commonLogic
.
appcommonhandle
(
"实体树视图"
,
null
),
menuitem174
:
commonLogic
.
appcommonhandle
(
"实体数据视图"
,
null
),
menuitem175
:
commonLogic
.
appcommonhandle
(
"实体图表视图"
,
null
),
menuitem26
:
commonLogic
.
appcommonhandle
(
"选择视图"
,
null
),
menuitem18
:
commonLogic
.
appcommonhandle
(
"数据选择视图"
,
null
),
menuitem27
:
commonLogic
.
appcommonhandle
(
"索引选择视图"
,
null
),
menuitem10
:
commonLogic
.
appcommonhandle
(
"导航视图"
,
null
),
menuitem32
:
commonLogic
.
appcommonhandle
(
"常规导航视图"
,
null
),
menuitem33
:
commonLogic
.
appcommonhandle
(
"分页导航视图"
,
null
),
...
...
@@ -319,13 +316,16 @@ function getAppLocale(){
menuitem178
:
commonLogic
.
appcommonhandle
(
"实体卡片导航视图"
,
null
),
menuitem179
:
commonLogic
.
appcommonhandle
(
"实体日历导航视图"
,
null
),
menuitem180
:
commonLogic
.
appcommonhandle
(
"实体树导航视图"
,
null
),
menuitem26
:
commonLogic
.
appcommonhandle
(
"选择视图"
,
null
),
menuitem18
:
commonLogic
.
appcommonhandle
(
"数据选择视图"
,
null
),
menuitem27
:
commonLogic
.
appcommonhandle
(
"索引选择视图"
,
null
),
menuitem69
:
commonLogic
.
appcommonhandle
(
"工作流"
,
null
),
menuitem30
:
commonLogic
.
appcommonhandle
(
"工作流动态导航视图"
,
null
),
menuitem31
:
commonLogic
.
appcommonhandle
(
"工作流启动"
,
null
),
menuitem11
:
commonLogic
.
appcommonhandle
(
"其他视图"
,
null
),
menuitem35
:
commonLogic
.
appcommonhandle
(
"图表视图"
,
null
),
menuitem36
:
commonLogic
.
appcommonhandle
(
"报表视图"
,
null
),
menuitem98
:
commonLogic
.
appcommonhandle
(
"自定义视图"
,
null
),
menuitem69
:
commonLogic
.
appcommonhandle
(
"工作流"
,
null
),
menuitem30
:
commonLogic
.
appcommonhandle
(
"工作流动态导航视图"
,
null
),
menuitem31
:
commonLogic
.
appcommonhandle
(
"工作流启动"
,
null
),
menuitem153
:
commonLogic
.
appcommonhandle
(
"逻辑"
,
null
),
menuitem154
:
commonLogic
.
appcommonhandle
(
"应用功能"
,
null
),
menuitem127
:
commonLogic
.
appcommonhandle
(
"打开应用视图"
,
null
),
...
...
app_Web/src/mock/app/main-menu-appmenu/main-menu-appmenu.ts
浏览文件 @
561073b2
...
...
@@ -2339,62 +2339,6 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
],
},
{
id
:
'a71866a021d5653f789318e4637c19b8'
,
name
:
'menuitem26'
,
text
:
'选择视图'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'选择视图'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
hidesidebar
:
false
,
opendefault
:
false
,
iconcls
:
''
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
''
,
resourcetag
:
''
,
items
:
[
{
id
:
'5B668187-49F8-4F90-86E8-A2D250574A7B'
,
name
:
'menuitem18'
,
text
:
'数据选择视图'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'数据选择视图'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
hidesidebar
:
false
,
opendefault
:
false
,
iconcls
:
''
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
'AppFunc64'
,
resourcetag
:
''
,
},
{
id
:
'199A9FB7-2DD8-4209-96AD-CE1AA8888928'
,
name
:
'menuitem27'
,
text
:
'索引选择视图'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'索引选择视图'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
hidesidebar
:
false
,
opendefault
:
false
,
iconcls
:
''
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
'Auto296'
,
resourcetag
:
''
,
},
],
},
{
id
:
'e8c300c448ab112d98b8b67d828e3937'
,
...
...
@@ -2561,12 +2505,12 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
],
},
{
id
:
'
0d8607d99499c8e39524b0b74a9af1dd
'
,
name
:
'menuitem
11
'
,
text
:
'
其他
视图'
,
id
:
'
a71866a021d5653f789318e4637c19b8
'
,
name
:
'menuitem
26
'
,
text
:
'
选择
视图'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'
其他
视图'
,
tooltip
:
'
选择
视图'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
...
...
@@ -2579,30 +2523,12 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'c20e241901e8a84b6c8c7bdc369df343'
,
name
:
'menuitem35'
,
text
:
'图表视图'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'图表视图'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
hidesidebar
:
false
,
opendefault
:
false
,
iconcls
:
''
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
'Auto25'
,
resourcetag
:
''
,
},
{
id
:
'e5bcc54f979b0003d6dd7c16f1dec407'
,
name
:
'menuitem36'
,
text
:
'报表视图'
,
id
:
'5B668187-49F8-4F90-86E8-A2D250574A7B'
,
name
:
'menuitem18'
,
text
:
'数据选择视图'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'
报表
视图'
,
tooltip
:
'
数据选择
视图'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
...
...
@@ -2611,16 +2537,16 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
iconcls
:
''
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
''
,
appfunctag
:
'
AppFunc64
'
,
resourcetag
:
''
,
},
{
id
:
'
FDD28AF0-4886-4EDE-842B-F820E0EB7489
'
,
name
:
'menuitem
98
'
,
text
:
'
自定义
视图'
,
id
:
'
199A9FB7-2DD8-4209-96AD-CE1AA8888928
'
,
name
:
'menuitem
27
'
,
text
:
'
索引选择
视图'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'
自定义
视图'
,
tooltip
:
'
索引选择
视图'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
...
...
@@ -2629,7 +2555,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
iconcls
:
''
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
'A
ppFunc22
'
,
appfunctag
:
'A
uto296
'
,
resourcetag
:
''
,
},
],
...
...
@@ -2689,6 +2615,80 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
],
},
{
id
:
'0d8607d99499c8e39524b0b74a9af1dd'
,
name
:
'menuitem11'
,
text
:
'其他视图'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'其他视图'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
hidesidebar
:
false
,
opendefault
:
false
,
iconcls
:
''
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
''
,
resourcetag
:
''
,
items
:
[
{
id
:
'c20e241901e8a84b6c8c7bdc369df343'
,
name
:
'menuitem35'
,
text
:
'图表视图'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'图表视图'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
hidesidebar
:
false
,
opendefault
:
false
,
iconcls
:
''
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
'Auto25'
,
resourcetag
:
''
,
},
{
id
:
'e5bcc54f979b0003d6dd7c16f1dec407'
,
name
:
'menuitem36'
,
text
:
'报表视图'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'报表视图'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
hidesidebar
:
false
,
opendefault
:
false
,
iconcls
:
''
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
''
,
resourcetag
:
''
,
},
{
id
:
'FDD28AF0-4886-4EDE-842B-F820E0EB7489'
,
name
:
'menuitem98'
,
text
:
'自定义视图'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'自定义视图'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
hidesidebar
:
false
,
opendefault
:
false
,
iconcls
:
''
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
'AppFunc22'
,
resourcetag
:
''
,
},
],
},
],
},
...
...
app_Web/src/widgets/app/main-menu-appmenu/main-menu-appmenu-base.vue
浏览文件 @
561073b2
...
...
@@ -758,15 +758,15 @@ export default class MainMenuBase extends Vue implements ControlInterface {
case
'Auto3'
:
this
.
clickAuto3
(
item
);
return
;
case
'AppFunc22'
:
this
.
clickAppFunc22
(
item
);
return
;
case
'AppFunc31'
:
this
.
clickAppFunc31
(
item
);
return
;
case
'Auto279'
:
this
.
clickAuto279
(
item
);
return
;
case
'AppFunc22'
:
this
.
clickAppFunc22
(
item
);
return
;
case
'AppFunc57'
:
this
.
clickAppFunc57
(
item
);
return
;
...
...
@@ -2219,18 +2219,18 @@ export default class MainMenuBase extends Vue implements ControlInterface {
}
/**
*
图书实体表单(内置功能)
*
自定义视图
*
* @param {*} [item={}]
* @memberof MainMenu
*/
public
clickAppFunc
31
(
item
:
any
=
{})
{
public
clickAppFunc
22
(
item
:
any
=
{})
{
const
viewparam
:
any
=
{};
Object
.
assign
(
viewparam
,
{});
const
deResParameters
:
any
[]
=
[];
const
parameters
:
any
[]
=
[
{
pathName
:
'ibizbooks'
,
parameterName
:
'ibizbook'
},
{
pathName
:
'
interfunceditview'
,
parameterName
:
'interfuncedit
view'
},
{
pathName
:
'
customview'
,
parameterName
:
'custom
view'
},
];
const
path
:
string
=
this
.
$viewTool
.
buildUpRoutePath
(
this
.
$route
,
{},
deResParameters
,
parameters
,
[],
viewparam
);
if
(
Object
.
is
(
this
.
$route
.
fullPath
,
path
)){
...
...
@@ -2242,18 +2242,18 @@ export default class MainMenuBase extends Vue implements ControlInterface {
}
/**
*
表单项输入提示
*
图书实体表单(内置功能)
*
* @param {*} [item={}]
* @memberof MainMenu
*/
public
clickA
uto279
(
item
:
any
=
{})
{
public
clickA
ppFunc31
(
item
:
any
=
{})
{
const
viewparam
:
any
=
{};
Object
.
assign
(
viewparam
,
{});
const
deResParameters
:
any
[]
=
[];
const
parameters
:
any
[]
=
[
{
pathName
:
'ibiz
orders'
,
parameterName
:
'ibizorder
'
},
{
pathName
:
'
sf2editview'
,
parameterName
:
'sf2
editview'
},
{
pathName
:
'ibiz
books'
,
parameterName
:
'ibizbook
'
},
{
pathName
:
'
interfunceditview'
,
parameterName
:
'interfunc
editview'
},
];
const
path
:
string
=
this
.
$viewTool
.
buildUpRoutePath
(
this
.
$route
,
{},
deResParameters
,
parameters
,
[],
viewparam
);
if
(
Object
.
is
(
this
.
$route
.
fullPath
,
path
)){
...
...
@@ -2265,18 +2265,18 @@ export default class MainMenuBase extends Vue implements ControlInterface {
}
/**
*
自定义视图
*
表单项输入提示
*
* @param {*} [item={}]
* @memberof MainMenu
*/
public
clickA
ppFunc22
(
item
:
any
=
{})
{
public
clickA
uto279
(
item
:
any
=
{})
{
const
viewparam
:
any
=
{};
Object
.
assign
(
viewparam
,
{});
const
deResParameters
:
any
[]
=
[];
const
parameters
:
any
[]
=
[
{
pathName
:
'ibiz
books'
,
parameterName
:
'ibizbook
'
},
{
pathName
:
'
customview'
,
parameterName
:
'custom
view'
},
{
pathName
:
'ibiz
orders'
,
parameterName
:
'ibizorder
'
},
{
pathName
:
'
sf2editview'
,
parameterName
:
'sf2edit
view'
},
];
const
path
:
string
=
this
.
$viewTool
.
buildUpRoutePath
(
this
.
$route
,
{},
deResParameters
,
parameters
,
[],
viewparam
);
if
(
Object
.
is
(
this
.
$route
.
fullPath
,
path
)){
...
...
app_Web/src/widgets/app/main-menu-appmenu/main-menu-appmenu-model.ts
浏览文件 @
561073b2
...
...
@@ -2470,65 +2470,6 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem175'
,
},
],
},
{
id
:
'a71866a021d5653f789318e4637c19b8'
,
name
:
'menuitem26'
,
text
:
'选择视图'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'选择视图'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
hidesidebar
:
false
,
opendefault
:
false
,
iconcls
:
''
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
''
,
resourcetag
:
''
,
authtag
:
'Web-MainMenu-menuitem26'
,
items
:
[
{
id
:
'5B668187-49F8-4F90-86E8-A2D250574A7B'
,
name
:
'menuitem18'
,
text
:
'数据选择视图'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'数据选择视图'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
hidesidebar
:
false
,
opendefault
:
false
,
iconcls
:
''
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
'AppFunc64'
,
resourcetag
:
''
,
authtag
:
'Web-MainMenu-menuitem18'
,
},
{
id
:
'199A9FB7-2DD8-4209-96AD-CE1AA8888928'
,
name
:
'menuitem27'
,
text
:
'索引选择视图'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'索引选择视图'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
hidesidebar
:
false
,
opendefault
:
false
,
iconcls
:
''
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
'Auto296'
,
resourcetag
:
''
,
authtag
:
'Web-MainMenu-menuitem27'
,
},
],
},
{
id
:
'e8c300c448ab112d98b8b67d828e3937'
,
...
...
@@ -2704,12 +2645,12 @@ export default class MainMenuModel {
],
},
{
id
:
'
0d8607d99499c8e39524b0b74a9af1dd
'
,
name
:
'menuitem
11
'
,
text
:
'
其他
视图'
,
id
:
'
a71866a021d5653f789318e4637c19b8
'
,
name
:
'menuitem
26
'
,
text
:
'
选择
视图'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'
其他
视图'
,
tooltip
:
'
选择
视图'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
...
...
@@ -2720,34 +2661,15 @@ export default class MainMenuModel {
textcls
:
''
,
appfunctag
:
''
,
resourcetag
:
''
,
authtag
:
'Web-MainMenu-menuitem
11
'
,
authtag
:
'Web-MainMenu-menuitem
26
'
,
items
:
[
{
id
:
'c20e241901e8a84b6c8c7bdc369df343'
,
name
:
'menuitem35'
,
text
:
'图表视图'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'图表视图'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
hidesidebar
:
false
,
opendefault
:
false
,
iconcls
:
''
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
'Auto25'
,
resourcetag
:
''
,
authtag
:
'Web-MainMenu-menuitem35'
,
},
{
id
:
'e5bcc54f979b0003d6dd7c16f1dec407'
,
name
:
'menuitem36'
,
text
:
'报表视图'
,
id
:
'5B668187-49F8-4F90-86E8-A2D250574A7B'
,
name
:
'menuitem18'
,
text
:
'数据选择视图'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'
报表
视图'
,
tooltip
:
'
数据选择
视图'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
...
...
@@ -2756,17 +2678,17 @@ export default class MainMenuModel {
iconcls
:
''
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
''
,
appfunctag
:
'
AppFunc64
'
,
resourcetag
:
''
,
authtag
:
'Web-MainMenu-menuitem
36
'
,
authtag
:
'Web-MainMenu-menuitem
18
'
,
},
{
id
:
'
FDD28AF0-4886-4EDE-842B-F820E0EB7489
'
,
name
:
'menuitem
98
'
,
text
:
'
自定义
视图'
,
id
:
'
199A9FB7-2DD8-4209-96AD-CE1AA8888928
'
,
name
:
'menuitem
27
'
,
text
:
'
索引选择
视图'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'
自定义
视图'
,
tooltip
:
'
索引选择
视图'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
...
...
@@ -2775,9 +2697,9 @@ export default class MainMenuModel {
iconcls
:
''
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
'A
ppFunc22
'
,
appfunctag
:
'A
uto296
'
,
resourcetag
:
''
,
authtag
:
'Web-MainMenu-menuitem
98
'
,
authtag
:
'Web-MainMenu-menuitem
27
'
,
},
],
},
...
...
@@ -2839,6 +2761,84 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem31'
,
},
],
},
{
id
:
'0d8607d99499c8e39524b0b74a9af1dd'
,
name
:
'menuitem11'
,
text
:
'其他视图'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'其他视图'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
hidesidebar
:
false
,
opendefault
:
false
,
iconcls
:
''
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
''
,
resourcetag
:
''
,
authtag
:
'Web-MainMenu-menuitem11'
,
items
:
[
{
id
:
'c20e241901e8a84b6c8c7bdc369df343'
,
name
:
'menuitem35'
,
text
:
'图表视图'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'图表视图'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
hidesidebar
:
false
,
opendefault
:
false
,
iconcls
:
''
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
'Auto25'
,
resourcetag
:
''
,
authtag
:
'Web-MainMenu-menuitem35'
,
},
{
id
:
'e5bcc54f979b0003d6dd7c16f1dec407'
,
name
:
'menuitem36'
,
text
:
'报表视图'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'报表视图'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
hidesidebar
:
false
,
opendefault
:
false
,
iconcls
:
''
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
''
,
resourcetag
:
''
,
authtag
:
'Web-MainMenu-menuitem36'
,
},
{
id
:
'FDD28AF0-4886-4EDE-842B-F820E0EB7489'
,
name
:
'menuitem98'
,
text
:
'自定义视图'
,
type
:
'MENUITEM'
,
counterid
:
''
,
tooltip
:
'自定义视图'
,
expanded
:
false
,
separator
:
false
,
hidden
:
false
,
hidesidebar
:
false
,
opendefault
:
false
,
iconcls
:
''
,
icon
:
''
,
textcls
:
''
,
appfunctag
:
'AppFunc22'
,
resourcetag
:
''
,
authtag
:
'Web-MainMenu-menuitem98'
,
},
],
},
],
},
...
...
@@ -4112,6 +4112,18 @@ export default class MainMenuModel {
{
pathName
:
'areachartview'
,
parameterName
:
'areachartview'
},
],
},
{
appfunctag
:
'AppFunc22'
,
appfuncyype
:
'APPVIEW'
,
openmode
:
''
,
codename
:
'ibizbookcustomview'
,
deResParameters
:
[],
routepath
:
'/index/:index?/ibizbooks/:ibizbook?/customview/:customview?'
,
parameters
:
[
{
pathName
:
'ibizbooks'
,
parameterName
:
'ibizbook'
},
{
pathName
:
'customview'
,
parameterName
:
'customview'
},
],
},
{
appfunctag
:
'AppFunc31'
,
appfuncyype
:
'APPVIEW'
,
...
...
@@ -4136,18 +4148,6 @@ export default class MainMenuModel {
{
pathName
:
'sf2editview'
,
parameterName
:
'sf2editview'
},
],
},
{
appfunctag
:
'AppFunc22'
,
appfuncyype
:
'APPVIEW'
,
openmode
:
''
,
codename
:
'ibizbookcustomview'
,
deResParameters
:
[],
routepath
:
'/index/:index?/ibizbooks/:ibizbook?/customview/:customview?'
,
parameters
:
[
{
pathName
:
'ibizbooks'
,
parameterName
:
'ibizbook'
},
{
pathName
:
'customview'
,
parameterName
:
'customview'
},
],
},
{
appfunctag
:
'AppFunc57'
,
appfuncyype
:
'APPVIEW'
,
...
...
demo-core/src/main/resources/permission/systemResource.json
浏览文件 @
561073b2
此差异已折叠。
点击以展开。
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录