Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
92c6f22b
提交
92c6f22b
编写于
11月 02, 2022
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [后台服务,演示应用]
上级
3d9e3db7
变更
15
隐藏空白字符变更
内嵌
并排
正在显示
15 个修改的文件
包含
389 行增加
和
367 行删除
+389
-367
view-config.json
app_Web/public/assets/json/view-config.json
+8
-8
ibizcustomer_BO_CN_base.ts
...e/lanres/entities/ibizcustomer/ibizcustomer_BO_CN_base.ts
+5
-5
ibizcustomer_en_US_base.ts
...e/lanres/entities/ibizcustomer/ibizcustomer_en_US_base.ts
+5
-5
ibizcustomer_zh_CN_base.ts
...e/lanres/entities/ibizcustomer/ibizcustomer_zh_CN_base.ts
+5
-5
main-menu-appmenu.ts
app_Web/src/mock/app/main-menu-appmenu/main-menu-appmenu.ts
+159
-159
viewconfig.ts
app_Web/src/mock/viewconfig/viewconfig.ts
+8
-8
ibizcustomer-usr-media-test-edit-view.vue
...-test-edit-view/ibizcustomer-usr-media-test-edit-view.vue
+22
-0
ibizorder-usr2-grid-view-base.vue
...bizorder-usr2-grid-view/ibizorder-usr2-grid-view-base.vue
+1
-1
index-base.vue
app_Web/src/pages/sample/index/index-base.vue
+1
-1
app-login-view-base.vue
.../src/pages/ungroup/app-login-view/app-login-view-base.vue
+11
-11
ibizcustomer-ui-service-base.ts
...rc/uiservice/ibizcustomer/ibizcustomer-ui-service-base.ts
+1
-1
main-menu-appmenu-model.ts
.../widgets/app/main-menu-appmenu/main-menu-appmenu-model.ts
+159
-159
default-searchform-base.vue
...s/ibizbook/default-searchform/default-searchform-base.vue
+2
-2
h2_table.xml
demo-core/src/main/resources/liquibase/h2_table.xml
+1
-1
view.xml
demo-core/src/main/resources/liquibase/view.xml
+1
-1
未找到文件。
app_Web/public/assets/json/view-config.json
浏览文件 @
92c6f22b
...
...
@@ -511,14 +511,6 @@
"viewname"
:
"IBIZSample0003GridView"
,
"viewtag"
:
"42beaffcf3633c8717a81f3cf559b8ae"
},
"ibizcustomerusrmediatesteditview"
:
{
"title"
:
"多媒体测试"
,
"caption"
:
"多媒体测试"
,
"viewtype"
:
"DEEDITVIEW"
,
"viewmodule"
:
"Sample"
,
"viewname"
:
"IBIZCustomerUsrMediaTestEditView"
,
"viewtag"
:
"43ACCB80-7A00-45AE-A073-51E77212527B"
},
"ibizhardwareindexpickupview"
:
{
"title"
:
"硬件数据选择视图"
,
"caption"
:
"硬件"
,
...
...
@@ -1071,6 +1063,14 @@
"viewname"
:
"IBIZOrderDetailSF2EditView"
,
"viewtag"
:
"7ccb985d6fc6a6795502a2ba742f95b5"
},
"ibizcustomermediatesteditview"
:
{
"title"
:
"客户编辑视图"
,
"caption"
:
"自定义布局表单多媒体测试"
,
"viewtype"
:
"DEEDITVIEW"
,
"viewmodule"
:
"Sample"
,
"viewname"
:
"IBIZCustomerMediaTestEditView"
,
"viewtag"
:
"7ce3aaf69c0b882631428087b7db6464"
},
"ibizsample0003stabexpview"
:
{
"title"
:
"实体分页导航视图"
,
"caption"
:
"示例实体03"
,
...
...
app_Web/src/locale/lanres/entities/ibizcustomer/ibizcustomer_BO_CN_base.ts
浏览文件 @
92c6f22b
...
...
@@ -34,10 +34,6 @@ function getLocaleResourceBase(){
caption
:
commonLogic
.
appcommonhandle
(
"客户"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"客户实体数据多项选择视图(树视图)"
,
null
),
},
usrmediatesteditview
:
{
caption
:
commonLogic
.
appcommonhandle
(
"多媒体测试"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"多媒体测试"
,
null
),
},
editview
:
{
caption
:
commonLogic
.
appcommonhandle
(
"客户"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"客户编辑视图"
,
null
),
...
...
@@ -46,6 +42,10 @@ function getLocaleResourceBase(){
caption
:
commonLogic
.
appcommonhandle
(
"客户"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"客户选择树视图"
,
null
),
},
mediatesteditview
:
{
caption
:
commonLogic
.
appcommonhandle
(
"自定义布局表单多媒体测试"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"客户编辑视图"
,
null
),
},
mpickupview
:
{
caption
:
commonLogic
.
appcommonhandle
(
"客户"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"客户数据多项选择视图"
,
null
),
...
...
@@ -221,7 +221,7 @@ function getLocaleResourceBase(){
tip
:
commonLogic
.
appcommonhandle
(
"保存并关闭"
,
null
),
},
},
usr
mediatesteditviewtoolbar_toolbar
:
{
mediatesteditviewtoolbar_toolbar
:
{
},
usr_treeview
:
{
nodata
:
commonLogic
.
appcommonhandle
(
""
,
null
),
...
...
app_Web/src/locale/lanres/entities/ibizcustomer/ibizcustomer_en_US_base.ts
浏览文件 @
92c6f22b
...
...
@@ -34,10 +34,6 @@ function getLocaleResourceBase(){
caption
:
commonLogic
.
appcommonhandle
(
"客户"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"客户实体数据多项选择视图(树视图)"
,
null
),
},
usrmediatesteditview
:
{
caption
:
commonLogic
.
appcommonhandle
(
"多媒体测试"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"多媒体测试"
,
null
),
},
editview
:
{
caption
:
commonLogic
.
appcommonhandle
(
"客户"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"客户编辑视图"
,
null
),
...
...
@@ -46,6 +42,10 @@ function getLocaleResourceBase(){
caption
:
commonLogic
.
appcommonhandle
(
"客户"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"客户选择树视图"
,
null
),
},
mediatesteditview
:
{
caption
:
commonLogic
.
appcommonhandle
(
"自定义布局表单多媒体测试"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"客户编辑视图"
,
null
),
},
mpickupview
:
{
caption
:
commonLogic
.
appcommonhandle
(
"客户"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"客户数据多项选择视图"
,
null
),
...
...
@@ -221,7 +221,7 @@ function getLocaleResourceBase(){
tip
:
commonLogic
.
appcommonhandle
(
"Save And Close Window"
,
null
),
},
},
usr
mediatesteditviewtoolbar_toolbar
:
{
mediatesteditviewtoolbar_toolbar
:
{
},
usr_treeview
:
{
nodata
:
commonLogic
.
appcommonhandle
(
""
,
null
),
...
...
app_Web/src/locale/lanres/entities/ibizcustomer/ibizcustomer_zh_CN_base.ts
浏览文件 @
92c6f22b
...
...
@@ -34,10 +34,6 @@ function getLocaleResourceBase(){
caption
:
commonLogic
.
appcommonhandle
(
"客户"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"客户实体数据多项选择视图(树视图)"
,
null
),
},
usrmediatesteditview
:
{
caption
:
commonLogic
.
appcommonhandle
(
"多媒体测试"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"多媒体测试"
,
null
),
},
editview
:
{
caption
:
commonLogic
.
appcommonhandle
(
"客户"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"客户编辑视图"
,
null
),
...
...
@@ -46,6 +42,10 @@ function getLocaleResourceBase(){
caption
:
commonLogic
.
appcommonhandle
(
"客户"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"客户选择树视图"
,
null
),
},
mediatesteditview
:
{
caption
:
commonLogic
.
appcommonhandle
(
"自定义布局表单多媒体测试"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"客户编辑视图"
,
null
),
},
mpickupview
:
{
caption
:
commonLogic
.
appcommonhandle
(
"客户"
,
null
),
title
:
commonLogic
.
appcommonhandle
(
"客户数据多项选择视图"
,
null
),
...
...
@@ -221,7 +221,7 @@ function getLocaleResourceBase(){
tip
:
commonLogic
.
appcommonhandle
(
"保存并关闭"
,
null
),
},
},
usr
mediatesteditviewtoolbar_toolbar
:
{
mediatesteditviewtoolbar_toolbar
:
{
},
usr_treeview
:
{
nodata
:
commonLogic
.
appcommonhandle
(
""
,
null
),
...
...
app_Web/src/mock/app/main-menu-appmenu/main-menu-appmenu.ts
浏览文件 @
92c6f22b
...
...
@@ -11,7 +11,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
name
:
'appmenu'
,
items
:
[
{
id
:
'
A9E3B73B-C233-441D-9201-0FF98DB7FA3B
'
,
id
:
'
951D5DBA-07CE-446D-9BEA-A7D80706EA5A
'
,
name
:
'menuitem1'
,
text
:
'工作台'
,
type
:
'MENUITEM'
,
...
...
@@ -29,7 +29,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
1AA39687-4540-48CB-83E2-A24BAB368340
'
,
id
:
'
6D0277C0-99AF-483F-B33B-9B5267204811
'
,
name
:
'menuitem3'
,
text
:
'控件'
,
type
:
'MENUITEM'
,
...
...
@@ -47,7 +47,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
BAE2ED00-E330-4A9C-B379-88FF4141BDA3
'
,
id
:
'
5ECECB5E-C6BE-4A02-9DCE-22E3EBC098A0
'
,
name
:
'menuitem6'
,
text
:
'默认数据类型'
,
type
:
'MENUITEM'
,
...
...
@@ -65,7 +65,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
9CA12A88-6B9A-4468-9E81-D58BA69D213A
'
,
id
:
'
A0B793FB-1CDC-45D2-AEF2-C070F1AB9506
'
,
name
:
'menuitem7'
,
text
:
'默认编辑器类型'
,
type
:
'MENUITEM'
,
...
...
@@ -83,7 +83,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
4CE605CA-6DE4-44C6-83CB-47904AEADDA3
'
,
id
:
'
ED710D13-33DD-4FD3-93A0-E7B0D93C0D7E
'
,
name
:
'menuitem72'
,
text
:
'扩展编辑器'
,
type
:
'MENUITEM'
,
...
...
@@ -101,7 +101,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
3C9364E5-8F86-414A-BE25-0A0E0E184704
'
,
id
:
'
5C411E31-D7F8-4B56-94F2-DCBD37220416
'
,
name
:
'menuitem65'
,
text
:
'微服务组件'
,
type
:
'MENUITEM'
,
...
...
@@ -119,7 +119,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
CE10C7F2-72B1-412F-8C7E-3571836284FF
'
,
id
:
'
852F94C6-668E-4614-858B-52895A3680A5
'
,
name
:
'menuitem151'
,
text
:
'编辑器插件示例'
,
type
:
'MENUITEM'
,
...
...
@@ -139,7 +139,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
],
},
{
id
:
'
B0A80456-66DE-457C-9F8E-D7C2AD5BF394
'
,
id
:
'
91EA6CBE-5B4D-4C89-8E50-7E389A789D2E
'
,
name
:
'menuitem4'
,
text
:
'部件'
,
type
:
'MENUITEM'
,
...
...
@@ -157,7 +157,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
6AE155EA-3C95-4537-B682-9FE121C5DFB0
'
,
id
:
'
52CF693A-088F-484D-9ACE-1AC36D59DD92
'
,
name
:
'menuitem112'
,
text
:
'应用类'
,
type
:
'MENUITEM'
,
...
...
@@ -175,7 +175,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
6DCFBB68-6239-44C3-8FD4-CC39C754CB0F
'
,
id
:
'
3D2F1407-658A-4398-9996-5DED1EE1E8B7
'
,
name
:
'menuitem186'
,
text
:
'数据看板'
,
type
:
'MENUITEM'
,
...
...
@@ -193,7 +193,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
80E09AAC-2B87-41AE-80FB-DDBE45B0EAD0
'
,
id
:
'
C509636C-A91D-4AC4-8D39-EE7D26F1CC9F
'
,
name
:
'menuitem129'
,
text
:
'门户部件'
,
type
:
'MENUITEM'
,
...
...
@@ -213,7 +213,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
],
},
{
id
:
'
C301ECF9-A9F1-4FDD-8406-AE86E4BF2EED
'
,
id
:
'
35F29BB6-2317-4ACB-91F1-65DC940EF72B
'
,
name
:
'menuitem156'
,
text
:
'表单类'
,
type
:
'MENUITEM'
,
...
...
@@ -231,7 +231,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
75E8CDC1-5E0A-4F39-8250-6A1812432C08
'
,
id
:
'
F78B4FC2-F3CA-4AAC-BBB4-3AAC0FE4F745
'
,
name
:
'menuitem12'
,
text
:
'编辑表单'
,
type
:
'MENUITEM'
,
...
...
@@ -249,7 +249,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
B82F4EDD-4A93-4FE4-8BF1-6BE60A07D03D
'
,
id
:
'
618EB66C-4CFA-483F-A07D-6D2813407A02
'
,
name
:
'menuitem15'
,
text
:
'基础表单项'
,
type
:
'MENUITEM'
,
...
...
@@ -267,7 +267,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
29050F55-1E14-4B58-A654-86256FFBCB31
'
,
id
:
'
B2D3C430-79CA-4500-89D7-27240525FD58
'
,
name
:
'menuitem107'
,
text
:
'内置功能'
,
type
:
'MENUITEM'
,
...
...
@@ -285,7 +285,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
BF2CEC5A-1811-4038-89C1-34E9CB7D9833
'
,
id
:
'
3E9DF85D-F147-4BB9-9526-BB9180B414D8
'
,
name
:
'menuitem47'
,
text
:
'新建默认值'
,
type
:
'MENUITEM'
,
...
...
@@ -303,7 +303,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
45A0660A-5FF2-498F-8507-0C4F5DD48760
'
,
id
:
'
3595371D-B432-45F1-B3FA-8B0783E88E34
'
,
name
:
'menuitem99'
,
text
:
'更新默认值'
,
type
:
'MENUITEM'
,
...
...
@@ -321,7 +321,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
28C0CBCB-8101-4DCD-9D07-70B8A5FAC9F3
'
,
id
:
'
CB320266-3FD6-446A-A4EA-AEED6BD44404
'
,
name
:
'menuitem48'
,
text
:
'输入提示'
,
type
:
'MENUITEM'
,
...
...
@@ -339,7 +339,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
31230327-C94C-4F28-9605-D93FAC1908E8
'
,
id
:
'
0C10D1D8-D6EE-4F7E-B2C0-4865E294FFC2
'
,
name
:
'menuitem49'
,
text
:
'辅助输入'
,
type
:
'MENUITEM'
,
...
...
@@ -357,7 +357,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
45D5E560-07D9-4E70-88AC-2E6753D072A3
'
,
id
:
'
F853B0AD-528A-4295-9A90-C82907DD9CE8
'
,
name
:
'menuitem50'
,
text
:
'自动填充'
,
type
:
'MENUITEM'
,
...
...
@@ -375,7 +375,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
0A62BD22-B8F1-44DE-8E03-7E92605B34E0
'
,
id
:
'
C2E01BAD-67E1-4B26-9379-DEE58CDA2A6A
'
,
name
:
'menuitem51'
,
text
:
'超链接'
,
type
:
'MENUITEM'
,
...
...
@@ -393,7 +393,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
2C835967-C837-4650-AB2C-31BBDD7FA21C
'
,
id
:
'
301FC73F-F4B4-4ABE-A910-1061200FE86B
'
,
name
:
'menuitem52'
,
text
:
'表单值重置'
,
type
:
'MENUITEM'
,
...
...
@@ -411,7 +411,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
73BB1D21-77C7-4CC7-B24B-BAEBD6DE6B38
'
,
id
:
'
4174B26F-1E32-4321-9098-0C211399973F
'
,
name
:
'menuitem55'
,
text
:
'动态显示'
,
type
:
'MENUITEM'
,
...
...
@@ -429,7 +429,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
6E4DE2E0-12CD-42C4-A108-2B6A6B19FAD1
'
,
id
:
'
4480C6F6-A657-4FBC-A1CC-06A90085ACD4
'
,
name
:
'menuitem53'
,
text
:
'动态启用'
,
type
:
'MENUITEM'
,
...
...
@@ -447,7 +447,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
FFD69FD7-9220-4BC4-A3A5-D5049E4C2ACC
'
,
id
:
'
0F8C5F54-F6CC-4675-8BCB-A6AB8A36A466
'
,
name
:
'menuitem54'
,
text
:
'动态空输入'
,
type
:
'MENUITEM'
,
...
...
@@ -465,7 +465,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
29114077-2A96-4380-AC09-B7463E924232
'
,
id
:
'
880E586D-E5B3-47A1-921F-148575473C1F
'
,
name
:
'menuitem56'
,
text
:
'表单项更新'
,
type
:
'MENUITEM'
,
...
...
@@ -483,7 +483,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
1B72A6FE-9936-46DC-841E-FF047D193A28
'
,
id
:
'
A0B9CE1B-5E95-463B-B35E-33609FFBD420
'
,
name
:
'menuitem108'
,
text
:
'表单值规则'
,
type
:
'MENUITEM'
,
...
...
@@ -503,7 +503,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
],
},
{
id
:
'
FCA3BFD6-BABB-4037-BEFB-CB08F22312AD
'
,
id
:
'
1375AF4A-8FD5-485C-BC99-F00E92AFFD7C
'
,
name
:
'menuitem16'
,
text
:
'搜索表单'
,
type
:
'MENUITEM'
,
...
...
@@ -523,7 +523,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
],
},
{
id
:
'
49786DDF-5A71-4535-B152-03F399251F5E
'
,
id
:
'
33CF2821-19D3-442E-8B15-F08DEDB40EA5
'
,
name
:
'menuitem157'
,
text
:
'导航类'
,
type
:
'MENUITEM'
,
...
...
@@ -541,7 +541,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
64BA48AD-2555-4670-BAB1-E47824EC05F1
'
,
id
:
'
E2D4E844-AB41-49EB-8B75-95BF7D409A6E
'
,
name
:
'menuitem120'
,
text
:
'分页导航'
,
type
:
'MENUITEM'
,
...
...
@@ -559,7 +559,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
A6A80A8C-8439-4C46-81F0-92AFA5752D3E
'
,
id
:
'
02B1869B-A5B8-4E70-919D-FE02BB3D5B60
'
,
name
:
'menuitem128'
,
text
:
'表格导航'
,
type
:
'MENUITEM'
,
...
...
@@ -577,7 +577,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
B72BD951-A899-4944-B4C3-F2E64F3C914C
'
,
id
:
'
A4579AAF-A124-412D-B88F-66F3B1412CBD
'
,
name
:
'menuitem114'
,
text
:
'列表导航'
,
type
:
'MENUITEM'
,
...
...
@@ -595,7 +595,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
CF439A9E-B297-476E-9AAD-51E88A336662
'
,
id
:
'
4A9A26A2-B751-46DE-A797-18A8AB96C35F
'
,
name
:
'menuitem137'
,
text
:
'卡片导航'
,
type
:
'MENUITEM'
,
...
...
@@ -613,7 +613,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
39B7D090-7110-4540-A2A6-192885234525
'
,
id
:
'
98D28CDF-F198-4B82-AFDE-C5403F6FD45E
'
,
name
:
'menuitem136'
,
text
:
'树导航'
,
type
:
'MENUITEM'
,
...
...
@@ -631,7 +631,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
C678001D-D299-45C8-BDC4-EF29DD1DA876
'
,
id
:
'
626CFEA3-DD1C-4F66-94B3-793C8495DDF1
'
,
name
:
'menuitem138'
,
text
:
'日历导航'
,
type
:
'MENUITEM'
,
...
...
@@ -649,7 +649,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
5D1D1932-F5CB-4621-A61F-213F6C0A3106
'
,
id
:
'
63751068-76A4-460D-99E0-6A9F638217C3
'
,
name
:
'menuitem139'
,
text
:
'时间轴导航'
,
type
:
'MENUITEM'
,
...
...
@@ -667,7 +667,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
472DBFCA-7524-4F8B-A02A-F7BBA21C76C3
'
,
id
:
'
38565D76-A92F-4723-8BE1-AB8918AA91AE
'
,
name
:
'menuitem20'
,
text
:
'数据关系分页'
,
type
:
'MENUITEM'
,
...
...
@@ -685,7 +685,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
6E1CD013-F673-4C57-94B2-B9C6D8E26432
'
,
id
:
'
76BBB659-0DD4-448A-AF0A-F27B2B16DE01
'
,
name
:
'menuitem117'
,
text
:
'数据关系分页(上下关系)'
,
type
:
'MENUITEM'
,
...
...
@@ -703,7 +703,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
6849203B-26BD-4EBC-95D1-D2C9C6C898B5
'
,
id
:
'
E06AC577-16F7-4F72-BCFF-1F72109A0ABE
'
,
name
:
'menuitem118'
,
text
:
'数据关系分页(分页关系)'
,
type
:
'MENUITEM'
,
...
...
@@ -723,7 +723,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
],
},
{
id
:
'
0A7289BA-B127-4486-9B4A-D52F7CC85CAD
'
,
id
:
'
C3978B97-899F-497F-96F5-8FC7EC54A3D0
'
,
name
:
'menuitem116'
,
text
:
' 数据关系栏'
,
type
:
'MENUITEM'
,
...
...
@@ -743,7 +743,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
],
},
{
id
:
'
2F55A4AA-B0C8-4A28-9FAA-C95D6BA86FD3
'
,
id
:
'
7B697529-4E6F-422E-B525-67749DDF4BB1
'
,
name
:
'menuitem158'
,
text
:
'面板类'
,
type
:
'MENUITEM'
,
...
...
@@ -761,7 +761,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
BB28537E-982E-4924-B9F5-D360F9FBC662
'
,
id
:
'
18D0CC2B-75FB-4F1D-942D-8548742E8995
'
,
name
:
'menuitem145'
,
text
:
'选择视图面板'
,
type
:
'MENUITEM'
,
...
...
@@ -779,7 +779,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
169F298E-AAE2-4E5A-811B-A5D7EE848B7E
'
,
id
:
'
954BD568-F083-4410-9D2B-1CDD5A90DC5F
'
,
name
:
'menuitem17'
,
text
:
'向导面板'
,
type
:
'MENUITEM'
,
...
...
@@ -797,7 +797,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
87657E53-1FD5-434F-A0AC-6D8995E2BD2A
'
,
id
:
'
C61F39D7-F8FD-43EC-B8AD-D14287EBC51C
'
,
name
:
'menuitem134'
,
text
:
'基础用法'
,
type
:
'MENUITEM'
,
...
...
@@ -815,7 +815,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
7ABF3239-A931-4C50-ADE6-61A530A97E0B
'
,
id
:
'
CCCD793D-85DE-4168-A548-38FEC6AE5C76
'
,
name
:
'menuitem135'
,
text
:
'状态属性'
,
type
:
'MENUITEM'
,
...
...
@@ -835,7 +835,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
],
},
{
id
:
'
7A79A0EF-977A-49F3-8224-35E45EDAF86F
'
,
id
:
'
878CC2EA-FECB-48E9-BC6F-102D88909893
'
,
name
:
'menuitem121'
,
text
:
'多编辑视图面板'
,
type
:
'MENUITEM'
,
...
...
@@ -853,7 +853,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'F
13440A4-095A-439D-AF0B-FC0D2DFF3930
'
,
id
:
'F
8ACF1A7-A8BD-4079-8555-5C1A573D9C57
'
,
name
:
'menuitem115'
,
text
:
'多表单(行记录)'
,
type
:
'MENUITEM'
,
...
...
@@ -871,7 +871,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
2606A62E-0A93-448C-8BD3-CFFDA805109B
'
,
id
:
'
0AD57242-0E97-4255-8463-CF6592EF47DF
'
,
name
:
'menuitem123'
,
text
:
'多表单(上分页)'
,
type
:
'MENUITEM'
,
...
...
@@ -893,7 +893,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
],
},
{
id
:
'
C70BE904-8BCE-482E-8465-BADD14C81F4D
'
,
id
:
'
859D0044-E2C6-4790-8F8E-282C196197F7
'
,
name
:
'menuitem119'
,
text
:
'多数据类'
,
type
:
'MENUITEM'
,
...
...
@@ -911,7 +911,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
91C70C55-CCA8-4FAE-8100-D627C083D7CF
'
,
id
:
'
DAC4F60A-59BA-4E73-BA40-19C41DE1CC94
'
,
name
:
'menuitem13'
,
text
:
'表格'
,
type
:
'MENUITEM'
,
...
...
@@ -929,7 +929,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
8C4D2D89-91EE-42E3-BE6D-FBE7A5D79156
'
,
id
:
'
B8F08F85-4841-4349-BD95-A56BCC89502B
'
,
name
:
'menuitem57'
,
text
:
'禁用排序'
,
type
:
'MENUITEM'
,
...
...
@@ -947,7 +947,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
E27C53B0-C722-48EC-A4BF-FD45B3013FA2
'
,
id
:
'
7305267D-8472-414B-AAB8-5A272971C3FC
'
,
name
:
'menuitem59'
,
text
:
'行操作'
,
type
:
'MENUITEM'
,
...
...
@@ -965,7 +965,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
35621C63-6043-4A44-B601-3453C1DFE478
'
,
id
:
'
11207072-6A78-45EE-975E-C5DC39FDAB97
'
,
name
:
'menuitem58'
,
text
:
'行编辑'
,
type
:
'MENUITEM'
,
...
...
@@ -983,7 +983,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
428D291F-9804-4243-A075-B65A8CC45DCD
'
,
id
:
'
DF7F07CA-11EA-4197-AB07-CAAC58DD95B4
'
,
name
:
'menuitem73'
,
text
:
'内置功能'
,
type
:
'MENUITEM'
,
...
...
@@ -1001,7 +1001,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
8D55EC9E-F1B3-4EEE-A6DC-8C82DD15E1F9
'
,
id
:
'
FF3FF0D5-32B6-486C-9FEE-D2D48ADBC391
'
,
name
:
'menuitem74'
,
text
:
'表格行编辑'
,
type
:
'MENUITEM'
,
...
...
@@ -1019,7 +1019,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
C47514B4-851F-4F31-A30C-80A952248827
'
,
id
:
'
783D7393-23C3-4C28-BA5E-A3C146AF94B5
'
,
name
:
'menuitem75'
,
text
:
'新建默认值'
,
type
:
'MENUITEM'
,
...
...
@@ -1037,7 +1037,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
D042A232-A99B-48A9-854D-E7DD2F344A15
'
,
id
:
'
B0818B91-45BA-4C15-B0D0-C79C7BF294A4
'
,
name
:
'menuitem76'
,
text
:
'更新默认值'
,
type
:
'MENUITEM'
,
...
...
@@ -1055,7 +1055,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
22E6A43F-85B0-431C-BD65-0A64C2947DFF
'
,
id
:
'
75F94A9B-D071-40BB-88A8-A37E5E8CB118
'
,
name
:
'menuitem77'
,
text
:
'表格值规则'
,
type
:
'MENUITEM'
,
...
...
@@ -1073,7 +1073,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
53A736E9-2D63-4A44-8D04-8BF5AB873E25
'
,
id
:
'
BF564AE7-248B-4296-9AE6-0A2D5AD71041
'
,
name
:
'menuitem132'
,
text
:
'表格列更新'
,
type
:
'MENUITEM'
,
...
...
@@ -1091,7 +1091,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
1830B00C-1EAA-4444-B40D-B4EA117AFD5D
'
,
id
:
'
C0237519-4EF3-4A93-AA43-7BE221B911C4
'
,
name
:
'menuitem133'
,
text
:
'表格列重置'
,
type
:
'MENUITEM'
,
...
...
@@ -1109,7 +1109,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
A0FD5848-A693-4B2A-B8CF-F9FFFD0DE541
'
,
id
:
'
E17E8493-E838-43C2-B983-3FEBE4F148C6
'
,
name
:
'menuitem78'
,
text
:
'自动分组'
,
type
:
'MENUITEM'
,
...
...
@@ -1127,7 +1127,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'2
FB228D5-F4E7-41B0-A779-1C4DAA3929CE
'
,
id
:
'2
45457E6-A252-42A7-B89C-D433BE9AEC36
'
,
name
:
'menuitem80'
,
text
:
'代码表分组'
,
type
:
'MENUITEM'
,
...
...
@@ -1145,7 +1145,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
D70DD871-DB01-4804-B730-2737D5E683A4
'
,
id
:
'
3AD81FD0-EED7-4561-A8BC-BAD751A18227
'
,
name
:
'menuitem81'
,
text
:
'当前页聚合'
,
type
:
'MENUITEM'
,
...
...
@@ -1163,7 +1163,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
23A6A213-AF59-4D4A-BDD5-25A753E7C126
'
,
id
:
'
628AAA9C-7FE5-47ED-AD86-B527D3A6464F
'
,
name
:
'menuitem82'
,
text
:
'远程聚合'
,
type
:
'MENUITEM'
,
...
...
@@ -1183,7 +1183,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
],
},
{
id
:
'
51A30155-A63E-4A86-A741-B2E805003DFA
'
,
id
:
'
3CC25A26-BBDB-4573-8F8D-2FEE17D8BA23
'
,
name
:
'menuitem83'
,
text
:
'列表'
,
type
:
'MENUITEM'
,
...
...
@@ -1201,7 +1201,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
366EEF0B-5C56-4836-BEC3-49C9117C1279
'
,
id
:
'
0E2A804D-EE57-48BA-BF90-2DABC2C6EB88
'
,
name
:
'menuitem84'
,
text
:
'内置功能'
,
type
:
'MENUITEM'
,
...
...
@@ -1219,7 +1219,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
6E86CC09-DF85-4E24-8F08-3991EB6BE4E2
'
,
id
:
'
89AAA384-8115-4F29-9F2F-5A1065CE22BD
'
,
name
:
'menuitem85'
,
text
:
'自动分组'
,
type
:
'MENUITEM'
,
...
...
@@ -1237,7 +1237,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
8D236CBA-E085-4A62-9524-A0C7E3873D11
'
,
id
:
'
B698C05F-790F-4443-8CFA-6E225F39CCDE
'
,
name
:
'menuitem86'
,
text
:
'代码表分组'
,
type
:
'MENUITEM'
,
...
...
@@ -1255,7 +1255,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
EE5C972A-25A0-4FA5-89B9-0CBE355D4E0B
'
,
id
:
'
5FBB3779-EEBB-4C07-BC17-3B1F570E20A4
'
,
name
:
'menuitem91'
,
text
:
'项布局面板'
,
type
:
'MENUITEM'
,
...
...
@@ -1273,7 +1273,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
D78C1844-B633-42E4-B381-51F377166D3E
'
,
id
:
'
B0536559-4A3E-4552-B5ED-E324F73A8A36
'
,
name
:
'menuitem143'
,
text
:
'自定义插件'
,
type
:
'MENUITEM'
,
...
...
@@ -1293,7 +1293,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
],
},
{
id
:
'
730DC015-2366-427A-A243-20947DD9B338
'
,
id
:
'
B27E92D3-3536-48A6-B8B7-BB489F2C27C2
'
,
name
:
'menuitem95'
,
text
:
'日历'
,
type
:
'MENUITEM'
,
...
...
@@ -1311,7 +1311,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
09A795D0-CA35-4090-A35D-FB6385C7A89
F'
,
id
:
'
F2B70BE8-5C10-4E4D-9867-6AA4164B167
F'
,
name
:
'menuitem96'
,
text
:
'内置功能'
,
type
:
'MENUITEM'
,
...
...
@@ -1329,7 +1329,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
ACA71F08-7825-42CC-83C7-16D0AB890B9
9'
,
id
:
'
85A44115-752C-4A52-92EC-88681CFDCDC
9'
,
name
:
'menuitem97'
,
text
:
'时间轴样式'
,
type
:
'MENUITEM'
,
...
...
@@ -1347,7 +1347,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
29770C24-FEFA-4549-9FDA-AD8DE838348C
'
,
id
:
'
C418CB0D-0B86-4B21-9130-4B3402000BF6
'
,
name
:
'menuitem109'
,
text
:
'项布局面板'
,
type
:
'MENUITEM'
,
...
...
@@ -1365,7 +1365,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'2
2A7F958-C71F-4C2D-A15A-D870CAA92667
'
,
id
:
'2
3B39154-FD1A-458F-BC23-F2D33D4CF82F
'
,
name
:
'menuitem64'
,
text
:
'自定义插件'
,
type
:
'MENUITEM'
,
...
...
@@ -1385,7 +1385,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
],
},
{
id
:
'
C5824E36-8E3A-4E1A-A1B1-5EBC8ABF9E7D
'
,
id
:
'
926CE88A-5279-4455-BCDB-9107B33A7C3A
'
,
name
:
'menuitem14'
,
text
:
'树视图'
,
type
:
'MENUITEM'
,
...
...
@@ -1403,7 +1403,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
9DFE5A42-7412-4D6A-9347-0B71A6656C06
'
,
id
:
'
2C587B48-43EC-46E7-A83E-0E8016736CAE
'
,
name
:
'menuitem60'
,
text
:
'静态节点'
,
type
:
'MENUITEM'
,
...
...
@@ -1421,7 +1421,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
56E54F73-61A1-4D64-92C2-0AD50D9D7679
'
,
id
:
'
3A14D474-40B2-4A4D-840E-08E847BA4AFC
'
,
name
:
'menuitem61'
,
text
:
'动态节点(代码表)'
,
type
:
'MENUITEM'
,
...
...
@@ -1439,7 +1439,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
34199B56-5F81-4448-AFBD-61E2AAB5C718
'
,
id
:
'
A2AA65AA-12FD-41E1-A771-5CCD45FC5AC7
'
,
name
:
'menuitem62'
,
text
:
'动态节点(实体)'
,
type
:
'MENUITEM'
,
...
...
@@ -1457,7 +1457,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
92C04D10-BD01-44CB-99AC-8ADD7BF273
74'
,
id
:
'
17F79CE3-FE88-48BE-BDBF-20E17683DC
74'
,
name
:
'menuitem63'
,
text
:
'右键操作'
,
type
:
'MENUITEM'
,
...
...
@@ -1477,7 +1477,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
],
},
{
id
:
'
FA005162-390A-4E98-8492-312B9B538150
'
,
id
:
'
B31B4C55-01B8-4F3C-A04B-9E221090E4B2
'
,
name
:
'menuitem111'
,
text
:
'甘特图'
,
type
:
'MENUITEM'
,
...
...
@@ -1495,7 +1495,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
D3FC2285-2241-4786-B835-7EE67A07EA26
'
,
id
:
'
FEC677D7-4757-4F09-B96A-94AAB1DE7D55
'
,
name
:
'menuitem110'
,
text
:
'树表格'
,
type
:
'MENUITEM'
,
...
...
@@ -1513,7 +1513,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
D39BB21D-3B24-4488-854A-F01F5AFC6FB2
'
,
id
:
'
528D2C00-E32B-4E47-99A0-51DF232B389D
'
,
name
:
'menuitem87'
,
text
:
'数据视图'
,
type
:
'MENUITEM'
,
...
...
@@ -1531,7 +1531,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'0
C790661-75DA-48DB-9B08-A5AC674CE0DE
'
,
id
:
'0
9491CD7-7B3B-48EC-B5D8-56D18FAC3341
'
,
name
:
'menuitem88'
,
text
:
'内置功能'
,
type
:
'MENUITEM'
,
...
...
@@ -1549,7 +1549,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'F
C3A5791-AB5A-4215-BE70-2F2DE3BEF5B4
'
,
id
:
'F
21B8995-B2AA-4FCA-A415-501DA760D31C
'
,
name
:
'menuitem89'
,
text
:
'自动分组'
,
type
:
'MENUITEM'
,
...
...
@@ -1567,7 +1567,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
E4E23344-191E-4AA6-8CC7-4BC0C676D853
'
,
id
:
'
D310BEEC-847A-4B54-887F-5A2C28DC46F6
'
,
name
:
'menuitem90'
,
text
:
'代码表分组'
,
type
:
'MENUITEM'
,
...
...
@@ -1585,7 +1585,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
DD0B8F64-1CB2-46AA-A791-122DD3CE4F17
'
,
id
:
'
E075765A-7881-4797-8A90-C031EB31F8EB
'
,
name
:
'menuitem94'
,
text
:
'项布局面板'
,
type
:
'MENUITEM'
,
...
...
@@ -1603,7 +1603,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
9B24513D-F86A-40FC-90F4-0DD7126E2791
'
,
id
:
'
5691B13A-BCC0-4C07-B922-4CDB87871F4B
'
,
name
:
'menuitem152'
,
text
:
'自定义插件'
,
type
:
'MENUITEM'
,
...
...
@@ -1623,7 +1623,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
],
},
{
id
:
'
FB6F5E46-37A2-4715-8AFA-3AF251F6EFCA
'
,
id
:
'
EADAEBFC-86CC-471A-91CB-D33FC447E160
'
,
name
:
'menuitem101'
,
text
:
'看板视图'
,
type
:
'MENUITEM'
,
...
...
@@ -1641,7 +1641,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
FB536E43-5E20-4099-840D-369E86058950
'
,
id
:
'
68D0FDB9-CECC-4666-B939-918B01C6C4F1
'
,
name
:
'menuitem102'
,
text
:
'内置功能'
,
type
:
'MENUITEM'
,
...
...
@@ -1659,7 +1659,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
BAEBF3F4-AB52-46DD-A93E-BA7977EAE31A
'
,
id
:
'
5F3BD25F-5846-450D-AF7B-9ACBBC28F316
'
,
name
:
'menuitem104'
,
text
:
'代码表分组'
,
type
:
'MENUITEM'
,
...
...
@@ -1677,7 +1677,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
775E5202-8CB2-4443-996A-66AF105569F8
'
,
id
:
'
94F1E39D-9989-45AD-9689-D33DB3B37C55
'
,
name
:
'menuitem105'
,
text
:
'项布局面板'
,
type
:
'MENUITEM'
,
...
...
@@ -1697,7 +1697,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
],
},
{
id
:
'
B4BF31F0-41EF-4ECA-8A00-268C8301675
9'
,
id
:
'
D5AA653A-0D30-4A7A-9642-31B430159A4
9'
,
name
:
'menuitem37'
,
text
:
'数据图表'
,
type
:
'MENUITEM'
,
...
...
@@ -1715,7 +1715,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
A47DA4D3-745C-4ED2-B7A0-DC7CC9F5F9C9
'
,
id
:
'
8E8AED92-77F7-4CB1-A7A8-BA8E93ACE1E7
'
,
name
:
'menuitem38'
,
text
:
'柱状图'
,
type
:
'MENUITEM'
,
...
...
@@ -1733,7 +1733,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
77B82A43-8688-4AA0-AC6E-DD33FC702B91
'
,
id
:
'
5CD3C45D-26ED-4A5E-AFE7-024AAABA7505
'
,
name
:
'menuitem39'
,
text
:
'折线图'
,
type
:
'MENUITEM'
,
...
...
@@ -1751,7 +1751,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'3
068223E-93DB-4D97-8B47-BCC6482B9A9F
'
,
id
:
'3
ECAD248-DD6D-4CBA-B8B7-A0A07998B485
'
,
name
:
'menuitem40'
,
text
:
'饼图'
,
type
:
'MENUITEM'
,
...
...
@@ -1769,7 +1769,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
86EDE34C-EC7F-4F16-B98A-992741E36DB6
'
,
id
:
'
DD4746DE-8631-4FF2-A333-1A3F8A88FDA1
'
,
name
:
'menuitem41'
,
text
:
'区域图'
,
type
:
'MENUITEM'
,
...
...
@@ -1787,7 +1787,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
3F6D19FB-7A28-4D4C-A5BE-1C7183623012
'
,
id
:
'
47F4AE2B-A346-419A-9B35-A503E46D296D
'
,
name
:
'menuitem42'
,
text
:
'雷达图'
,
type
:
'MENUITEM'
,
...
...
@@ -1811,7 +1811,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
],
},
{
id
:
'
30128729-50AF-464C-BF73-753E98266F98
'
,
id
:
'
0BB493B4-500F-4231-864F-EDE459982B57
'
,
name
:
'menuitem5'
,
text
:
'视图'
,
type
:
'MENUITEM'
,
...
...
@@ -1829,7 +1829,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
FB860821-48CF-47AE-9EE9-C0D12F0FFC12
'
,
id
:
'
C4D4FE81-1F14-420E-9C23-67957A5EB37F
'
,
name
:
'menuitem140'
,
text
:
'单数据视图'
,
type
:
'MENUITEM'
,
...
...
@@ -1847,7 +1847,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
F8548CA5-E4B9-43AE-B1F9-D8C66BD10C3A
'
,
id
:
'
23170231-65CB-47EF-B62C-E886E5648B0B
'
,
name
:
'menuitem161'
,
text
:
'实体向导视图'
,
type
:
'MENUITEM'
,
...
...
@@ -1865,7 +1865,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
F170C47F-9EEF-4C79-98E1-3131891A0AA
4'
,
id
:
'
22691EE9-B63C-49BA-ABC8-0C1D82AA024
4'
,
name
:
'menuitem8'
,
text
:
'实体编辑视图'
,
type
:
'MENUITEM'
,
...
...
@@ -1883,7 +1883,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
A8CFD0DC-A947-435F-8AD4-905621737CA8
'
,
id
:
'
35790D52-0DDF-47AD-898C-FADD590B2949
'
,
name
:
'menuitem162'
,
text
:
'实体编辑视图(分页关系)'
,
type
:
'MENUITEM'
,
...
...
@@ -1901,7 +1901,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
A18A9D67-8A01-40E2-928F-26680698B10C
'
,
id
:
'
DCAF1EB4-AD32-40FC-A6BD-7339063CF458
'
,
name
:
'menuitem163'
,
text
:
'实体编辑视图(上下关系)'
,
type
:
'MENUITEM'
,
...
...
@@ -1919,7 +1919,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
DBDB998C-9716-4B47-A9C5-E68E78CA29F7
'
,
id
:
'
BA07DB29-CB20-46FD-B69F-C84D5E4415A2
'
,
name
:
'menuitem164'
,
text
:
'实体编辑视图(左右关系)'
,
type
:
'MENUITEM'
,
...
...
@@ -1937,7 +1937,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
B9F904A1-5D3F-4089-B1F4-7D7B73E45262
'
,
id
:
'
1DDAD995-7439-4E4C-8609-1EF378D7DBF0
'
,
name
:
'menuitem165'
,
text
:
'实体分页导航视图'
,
type
:
'MENUITEM'
,
...
...
@@ -1955,7 +1955,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
B36DC0FA-73F9-498B-B831-A5D1943F33E5
'
,
id
:
'
CC8A3DF0-A5D6-4B04-9690-9E64FD326CFB
'
,
name
:
'menuitem166'
,
text
:
'实体数据看板视图'
,
type
:
'MENUITEM'
,
...
...
@@ -1973,7 +1973,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
104DDE09-F272-4E24-8D78-7A35A41BB552
'
,
id
:
'
B44EB310-4C66-47EA-AF36-E7BA9FB2118C
'
,
name
:
'menuitem167'
,
text
:
'实体选项操作视图'
,
type
:
'MENUITEM'
,
...
...
@@ -1993,7 +1993,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
],
},
{
id
:
'
785132E3-0514-4EE6-ABAD-7A72409DC0DD
'
,
id
:
'
02E6B28D-D38B-4C1C-B933-11BF8D8D96AA
'
,
name
:
'menuitem141'
,
text
:
'多数据视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2011,7 +2011,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
75439B0F-0D55-451F-824C-5780BEE6F47F
'
,
id
:
'
EB6B1234-EF18-4B6B-8BAF-FEF9F7B70641
'
,
name
:
'menuitem79'
,
text
:
'实体表格视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2029,7 +2029,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
9D0A0284-9DCF-4848-8D0D-361BC4C39721
'
,
id
:
'
41BEE2DA-8DCF-4442-83EA-23737DA156D7
'
,
name
:
'menuitem168'
,
text
:
'实体多表单编辑视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2047,7 +2047,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
7E21D9C5-98C8-4CF9-AE09-C8CCBD73A0ED
'
,
id
:
'
4E35CAC6-4DD0-4F38-9C9C-11B4A23F8009
'
,
name
:
'menuitem169'
,
text
:
'实体甘特视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2065,7 +2065,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
F5E55A86-1BBB-4767-A44D-D07EE34DDA75
'
,
id
:
'
50A2F41F-6493-4677-B415-AFE4701D621B
'
,
name
:
'menuitem9'
,
text
:
'实体列表视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2083,7 +2083,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
301105F3-3AC7-4F76-9C87-B3FD043FEB7B
'
,
id
:
'
D55456F5-985F-4244-8CB8-1C4DEEFCC48E
'
,
name
:
'menuitem170'
,
text
:
'实体日历视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2101,7 +2101,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
9B17E31A-D2CE-4203-A5E9-E8C2E6F31533
'
,
id
:
'
1B2A4C60-4C19-411B-B8B0-58750BE94279
'
,
name
:
'menuitem171'
,
text
:
'实体看板视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2119,7 +2119,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
0E07C37A-4961-40FA-B7D3-645B788578CD
'
,
id
:
'
941D8A23-58FF-46D1-A989-108AF7770501
'
,
name
:
'menuitem172'
,
text
:
'实体树表格视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2137,7 +2137,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
4EAC98BC-D0D5-4E4E-8DC0-4B086F4AD5A9
'
,
id
:
'
3142B261-F5DC-487A-BC31-E20AC0537E67
'
,
name
:
'menuitem173'
,
text
:
'实体树视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2155,7 +2155,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
A26F2E6B-3957-4CBC-A12D-BC5FB8EE673B
'
,
id
:
'
C74A436D-6E47-4A08-8B7F-FE67B440F607
'
,
name
:
'menuitem174'
,
text
:
'实体数据视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2173,7 +2173,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
02AB31F0-271E-4546-85EC-77353DAA127F
'
,
id
:
'
C25CB5E9-F76D-40D5-83E3-CECE6D815AAC
'
,
name
:
'menuitem175'
,
text
:
'实体图表视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2193,7 +2193,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
],
},
{
id
:
'
9352A83A-A23F-43B7-B7ED-039C57359B40
'
,
id
:
'
0EEA85F6-146A-4B5C-8942-ECDB21F36C69
'
,
name
:
'menuitem10'
,
text
:
'导航视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2211,7 +2211,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
F3443BC9-186D-418F-8F55-DB158129EC73
'
,
id
:
'
C07FEFE2-B054-4589-A424-7D6A648EAD22
'
,
name
:
'menuitem176'
,
text
:
'实体表格导航视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2229,7 +2229,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
5DA466EF-0057-45A7-9BA7-AB6914B5F5BC
'
,
id
:
'
133B88F4-E3BD-4FE7-9A19-918E7DC9ED39
'
,
name
:
'menuitem177'
,
text
:
'实体列表导航视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2247,7 +2247,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
16E0070D-522E-472E-8EEB-F5C56CD13F82
'
,
id
:
'
DB13D765-4798-4916-A105-D63F096BE373
'
,
name
:
'menuitem178'
,
text
:
'实体卡片导航视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2265,7 +2265,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
974E273F-FE23-4DB2-A49B-DAB50A5A03C0
'
,
id
:
'
752E7592-EFF4-47A1-8061-3CE205B5DECC
'
,
name
:
'menuitem179'
,
text
:
'实体日历导航视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2283,7 +2283,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
90C34D77-098A-45DB-8B11-8CBC06FFF2E5
'
,
id
:
'
2EC49850-24A9-4094-8871-640DDB251D98
'
,
name
:
'menuitem180'
,
text
:
'实体树导航视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2303,7 +2303,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
],
},
{
id
:
'
A1589062-03CB-4BD7-918E-421953FACA49
'
,
id
:
'
3CF53F4E-8581-44F8-A547-2D4B8E010F4C
'
,
name
:
'menuitem26'
,
text
:
'选择视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2321,7 +2321,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
59545455-DD46-4CB3-A249-18519558896E
'
,
id
:
'
41AD21A9-2DE2-487F-BA75-E70B32A0A4E2
'
,
name
:
'menuitem18'
,
text
:
'数据选择视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2339,7 +2339,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
3D388D4D-76DC-43E8-890E-E444D4269F42
'
,
id
:
'
2773C8DB-5C72-42F3-ABC5-0DA5F3907CDD
'
,
name
:
'menuitem27'
,
text
:
'索引选择视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2359,7 +2359,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
],
},
{
id
:
'
33CC10A1-25C5-4732-AFBB-BDF7FE056DFB
'
,
id
:
'
BFD4347D-8FEE-4F67-823D-916EB564D90C
'
,
name
:
'menuitem69'
,
text
:
'工作流'
,
type
:
'MENUITEM'
,
...
...
@@ -2377,7 +2377,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
1A6AA3B7-C98D-432F-8C4F-0D969BEF9CBA
'
,
id
:
'
8BDA970B-9DDC-40AF-A4C2-11F714E6C6F7
'
,
name
:
'menuitem30'
,
text
:
'工作流动态导航视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2395,7 +2395,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
359FDBF6-F055-4B55-BBCA-BAA24B0D3C79
'
,
id
:
'
02B6CE8D-34D9-44BF-8A44-3A461031C512
'
,
name
:
'menuitem31'
,
text
:
'工作流启动'
,
type
:
'MENUITEM'
,
...
...
@@ -2413,7 +2413,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
8996A226-9B41-483A-84A6-11E28BC6F47
9'
,
id
:
'
D5A0D5AB-488A-47BD-A654-43F5B1F3BEF
9'
,
name
:
'menuitem21'
,
text
:
'工作流动态操作视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2433,7 +2433,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
],
},
{
id
:
'
83079E77-FFFF-4730-907A-0B8430F4AEE4
'
,
id
:
'
136A0595-939D-4996-83E2-FCD1DB0F71C2
'
,
name
:
'menuitem11'
,
text
:
'其他视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2451,7 +2451,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
760C0887-03C8-4237-AF12-CE762FC257AC
'
,
id
:
'
671B4B76-E7F3-4C9C-9D26-06713D7851BD
'
,
name
:
'menuitem98'
,
text
:
'自定义视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2473,7 +2473,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
],
},
{
id
:
'
EF3D9638-C55D-4DE2-A2B4-DD6232A7B586
'
,
id
:
'
5696A8EA-6453-41C9-9B2D-64BA1810C165
'
,
name
:
'menuitem153'
,
text
:
'逻辑'
,
type
:
'MENUITEM'
,
...
...
@@ -2491,7 +2491,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
77BB8542-262C-4E0D-AEFD-EA59C7B7B76
4'
,
id
:
'
054C814C-F6BE-4752-A37F-5108483BBF9
4'
,
name
:
'menuitem154'
,
text
:
'应用功能'
,
type
:
'MENUITEM'
,
...
...
@@ -2509,7 +2509,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
E12898DC-1987-4005-AFBD-6891FED79F1B
'
,
id
:
'
A64CC995-4CB5-42F2-85FD-D74F066E9A31
'
,
name
:
'menuitem127'
,
text
:
'打开应用视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2527,7 +2527,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
E14D5BEF-5DFF-4774-BA00-6CE3EF4A0670
'
,
id
:
'
A244FD8E-6A51-4B4B-B71B-DB57D2582F61
'
,
name
:
'menuitem147'
,
text
:
'打开HTML页面'
,
type
:
'MENUITEM'
,
...
...
@@ -2545,7 +2545,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
50506F52-F052-470D-AFE2-46BE9D45C1A6
'
,
id
:
'
D69F0736-1A7B-4B0A-A12A-883F81AFD1F5
'
,
name
:
'menuitem160'
,
text
:
'执行JavaScript'
,
type
:
'MENUITEM'
,
...
...
@@ -2565,7 +2565,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
],
},
{
id
:
'
85E9FDC2-887D-4535-B9A7-8248A3DD3A31
'
,
id
:
'
BF351829-AD33-4218-83B9-9B246DDAD1F0
'
,
name
:
'menuitem155'
,
text
:
'界面行为'
,
type
:
'MENUITEM'
,
...
...
@@ -2583,7 +2583,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
8959569C-3F33-42B0-B48E-2FB12ED093F5
'
,
id
:
'
00EFAC24-C882-4C4E-9F13-468AD78EBBC3
'
,
name
:
'menuitem181'
,
text
:
'前台界面行为'
,
type
:
'MENUITEM'
,
...
...
@@ -2601,7 +2601,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
40DA29D1-C973-47F7-9DA4-B6351D5C9B9F
'
,
id
:
'
F93A6EF6-D103-4BAC-8A38-4355E1339A83
'
,
name
:
'menuitem182'
,
text
:
'后台界面行为'
,
type
:
'MENUITEM'
,
...
...
@@ -2623,7 +2623,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
],
},
{
id
:
'
A787D471-C51B-4B4E-962C-7DFA8E0B4B7B
'
,
id
:
'
E33E6FBC-C251-4F63-B61B-252E6302870A
'
,
name
:
'menuitem2'
,
text
:
'更多'
,
type
:
'MENUITEM'
,
...
...
@@ -2641,7 +2641,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
70FE7337-B2E7-4633-9527-A8CEB01F3BED
'
,
id
:
'
2509F838-DC1B-4BCD-BFE1-ABBE8515FEA2
'
,
name
:
'menuitem19'
,
text
:
'临时模式'
,
type
:
'MENUITEM'
,
...
...
@@ -2659,7 +2659,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
4461692A-434F-467F-BB61-2B886B3E6E49
'
,
id
:
'
BF8BF255-DBB6-4A6D-9DD8-C6306135E4A5
'
,
name
:
'menuitem46'
,
text
:
'数据导出导入'
,
type
:
'MENUITEM'
,
...
...
@@ -2677,7 +2677,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
24295BCF-79EA-4D37-B462-4ECA68A582CC
'
,
id
:
'
7D8DA11E-7C51-4296-8C20-03C1F46F52C2
'
,
name
:
'menuitem67'
,
text
:
'索引实体'
,
type
:
'MENUITEM'
,
...
...
@@ -2695,7 +2695,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
CE2D8CC8-BA03-4C69-8A24-48E1BC5180F9
'
,
id
:
'
E51C3F30-B553-4430-90DE-2E035D6EED0C
'
,
name
:
'menuitem184'
,
text
:
'主状态'
,
type
:
'MENUITEM'
,
...
...
@@ -2713,7 +2713,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
9D9AA787-FC92-4298-8D6E-709737C809A7
'
,
id
:
'
15E18823-D76A-459E-ABAD-0092D49A1DFB
'
,
name
:
'menuitem70'
,
text
:
'表格主状态'
,
type
:
'MENUITEM'
,
...
...
@@ -2731,7 +2731,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
6DE310C4-8432-4375-A4EB-772A8FB6F4F4
'
,
id
:
'
DF3943CD-0CB7-4498-A09D-687B68BCE4DA
'
,
name
:
'menuitem148'
,
text
:
'列表主状态'
,
type
:
'MENUITEM'
,
...
...
@@ -2749,7 +2749,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'7
F62676E-07D9-4AC0-B6A1-B7C13BB7F351
'
,
id
:
'7
3E33E96-62A2-4030-AEFD-B2182DAF2A5C
'
,
name
:
'menuitem183'
,
text
:
'数据主状态'
,
type
:
'MENUITEM'
,
...
...
@@ -2767,7 +2767,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
39DF38FD-D257-47B4-A4F0-5AEB7FC458CA
'
,
id
:
'
CC6E1D08-5353-4D2E-89A7-12E0E97F38DE
'
,
name
:
'menuitem28'
,
text
:
'日历主状态'
,
type
:
'MENUITEM'
,
...
...
@@ -2785,7 +2785,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'1
B5DB973-B575-4E03-83CF-C7A6726C90FA
'
,
id
:
'1
252BDB9-8E6A-4840-B7CD-79C4A70BE509
'
,
name
:
'menuitem29'
,
text
:
'树主状态'
,
type
:
'MENUITEM'
,
...
...
@@ -2807,7 +2807,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
],
},
{
id
:
'
0AC7582A-F7DB-4955-9AE7-5CBDA3B5EEB
B'
,
id
:
'
BF8B914E-7FE5-45D4-A1EC-60AA8722B75
B'
,
name
:
'menuitem22'
,
text
:
'测试'
,
type
:
'MENUITEM'
,
...
...
@@ -2825,7 +2825,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
6509A2EF-6B10-4B83-83D1-E7CB3E6DACA0
'
,
id
:
'
3B967192-0454-437F-B8D6-9FCD01F3BB45
'
,
name
:
'menuitem23'
,
text
:
'卡片导航'
,
type
:
'MENUITEM'
,
...
...
@@ -2843,7 +2843,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
55F823A4-1AB8-4878-BBAA-816FC2EE87F8
'
,
id
:
'
7E2A769D-2DAB-41C3-B075-DF8344724FB6
'
,
name
:
'menuitem24'
,
text
:
'表单嵌入卡片视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2861,7 +2861,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
1AD237F8-D938-4A87-A86A-E35D6441A2B8
'
,
id
:
'
2D14B09B-6356-4AC2-A67C-0C8446D94325
'
,
name
:
'menuitem25'
,
text
:
'关系界面刷新主表单'
,
type
:
'MENUITEM'
,
...
...
@@ -2881,7 +2881,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
],
},
{
id
:
'
26A09D21-2398-460D-948F-2ADB643FEB6A
'
,
id
:
'
532ECE48-EBE2-40A1-939F-F9516BB459C2
'
,
name
:
'menuitem66'
,
text
:
'视图布局面板测试'
,
type
:
'MENUITEM'
,
...
...
@@ -2899,7 +2899,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
items
:
[
{
id
:
'
91087213-3BA5-4DA9-9143-E47A65D09166
'
,
id
:
'
F43E6951-1514-4EDF-8C83-CD6293BD600E
'
,
name
:
'menuitem122'
,
text
:
'表格视图面板'
,
type
:
'MENUITEM'
,
...
...
@@ -2917,7 +2917,7 @@ mock.onGet('v7/main-menuappmenu').reply((config: any) => {
resourcetag
:
''
,
},
{
id
:
'
1D4FC105-3AFC-4FA0-B579-1583C1A7E32
9'
,
id
:
'
E9B47729-171C-4364-A493-6ECFC5E1210
9'
,
name
:
'menuitem125'
,
text
:
'测试表单自定义布局多媒体'
,
type
:
'MENUITEM'
,
...
...
app_Web/src/mock/viewconfig/viewconfig.ts
浏览文件 @
92c6f22b
...
...
@@ -519,14 +519,6 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname"
:
"IBIZSample0003GridView"
,
"viewtag"
:
"42beaffcf3633c8717a81f3cf559b8ae"
},
"ibizcustomerusrmediatesteditview"
:
{
"title"
:
"多媒体测试"
,
"caption"
:
"多媒体测试"
,
"viewtype"
:
"DEEDITVIEW"
,
"viewmodule"
:
"Sample"
,
"viewname"
:
"IBIZCustomerUsrMediaTestEditView"
,
"viewtag"
:
"43ACCB80-7A00-45AE-A073-51E77212527B"
},
"ibizhardwareindexpickupview"
:
{
"title"
:
"硬件数据选择视图"
,
"caption"
:
"硬件"
,
...
...
@@ -1079,6 +1071,14 @@ mock.onGet('./assets/json/view-config.json').reply((config: any) => {
"viewname"
:
"IBIZOrderDetailSF2EditView"
,
"viewtag"
:
"7ccb985d6fc6a6795502a2ba742f95b5"
},
"ibizcustomermediatesteditview"
:
{
"title"
:
"客户编辑视图"
,
"caption"
:
"自定义布局表单多媒体测试"
,
"viewtype"
:
"DEEDITVIEW"
,
"viewmodule"
:
"Sample"
,
"viewname"
:
"IBIZCustomerMediaTestEditView"
,
"viewtag"
:
"7ce3aaf69c0b882631428087b7db6464"
},
"ibizsample0003stabexpview"
:
{
"title"
:
"实体分页导航视图"
,
"caption"
:
"示例实体03"
,
...
...
app_Web/src/pages/sample/ibizcustomer-usr-media-test-edit-view/ibizcustomer-usr-media-test-edit-view.vue
0 → 100644
浏览文件 @
92c6f22b
<
script
lang=
'tsx'
>
import
{
Component
}
from
'vue-property-decorator'
;
import
IBIZCustomerUsrMediaTestEditViewBase
from
'./ibizcustomer-usr-media-test-edit-view-base.vue'
;
import
view_usr1102014061form
from
'@widgets/ibizcustomer/usr1102664502-form/usr1102664502-form.vue'
;
@
Component
({
components
:
{
view_usr1102014061form
,
},
beforeRouteEnter
:
(
to
:
any
,
from
:
any
,
next
:
any
)
=>
{
next
((
vm
:
any
)
=>
{
if
(
!
Object
.
is
(
vm
.
navModel
,
"route"
)){
vm
.
initNavDataWithTab
(
vm
.
viewCacheData
);
}
vm
.
$store
.
commit
(
'addCurPageViewtag'
,
{
fullPath
:
to
.
fullPath
,
viewtag
:
vm
.
viewtag
});
});
},
})
export
default
class
IBIZCustomerUsrMediaTestEditView
extends
IBIZCustomerUsrMediaTestEditViewBase
{
}
</
script
>
\ No newline at end of file
app_Web/src/pages/sample/ibizorder-usr2-grid-view/ibizorder-usr2-grid-view-base.vue
浏览文件 @
92c6f22b
...
...
@@ -8,7 +8,7 @@
<template
#
container1
>
<app-simpleflex-container
name=
"container1"
:layoutModelDetails=
"layoutModelDetails"
>
<template
#
view_pagecaption
>
<span>
属性项
</span>
<span>
属性项
</span>
</
template
>
</app-simpleflex-container>
</template>
...
...
app_Web/src/pages/sample/index/index-base.vue
浏览文件 @
92c6f22b
...
...
@@ -27,7 +27,7 @@
<template
#
container1
>
<app-simpleflex-container
name=
"container1"
:layoutModelDetails=
"layoutModelDetails"
>
<template
#
app_apptitle
>
<span>
属性项
</span>
<span>
属性项
</span>
</
template
>
</app-simpleflex-container>
</template>
...
...
app_Web/src/pages/ungroup/app-login-view/app-login-view-base.vue
浏览文件 @
92c6f22b
...
...
@@ -7,37 +7,37 @@
<template
#
container1
>
<app-standard-container
name=
"container1"
:layoutModelDetails=
"layoutModelDetails"
>
<template
#
userid
>
<span>
属性项
</span>
<span>
属性项
</span>
</
template
>
<
template
#
auth_password
>
<span>
属性项
</span>
<span>
属性项
</span>
</
template
>
<
template
#
auth_orgpick
>
<span>
属性项
</span>
<span>
属性项
</span>
</
template
>
<
template
#
auth_loginbutton1
>
<span>
按钮
</span>
<span>
按钮
</span>
</
template
>
<
template
#
auth_registbutton1
>
<span>
按钮
</span>
<span>
按钮
</span>
</
template
>
<
template
#
auth_resetinput1
>
<span>
按钮
</span>
<span>
按钮
</span>
</
template
>
<
template
#
auth_logout1
>
<span>
按钮
</span>
<span>
按钮
</span>
</
template
>
<
template
#
auth_captcha1
>
<span>
用户自定义控件
</span>
<span>
用户自定义控件
</span>
</
template
>
<
template
#
auth_verificationcode
>
<span>
属性项
</span>
<span>
属性项
</span>
</
template
>
<
template
#
auth_loginmsg
>
<span>
属性项
</span>
<span>
属性项
</span>
</
template
>
<
template
#
auth_sso1
>
<span>
用户自定义控件
</span>
<span>
用户自定义控件
</span>
</
template
>
</app-standard-container>
</template>
...
...
app_Web/src/uiservice/ibizcustomer/ibizcustomer-ui-service-base.ts
浏览文件 @
92c6f22b
...
...
@@ -101,9 +101,9 @@ export default class IBIZCustomerUIServiceBase extends UIService {
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'usr2editview'
,
srfappde
:
'ibizcustomers'
,
component
:
'ibizcustomer-usr2-edit-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'usr2pickupview'
,
srfappde
:
'ibizcustomers'
,
component
:
'ibizcustomer-usr2-pickup-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'usr2mpickupview'
,
srfappde
:
'ibizcustomers'
,
component
:
'ibizcustomer-usr2-mpickup-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'usrmediatesteditview'
,
srfappde
:
'ibizcustomers'
,
component
:
'ibizcustomer-usr-media-test-edit-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'editview'
,
srfappde
:
'ibizcustomers'
,
component
:
'ibizcustomer-edit-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'pickuptreeview'
,
srfappde
:
'ibizcustomers'
,
component
:
'ibizcustomer-pickup-tree-view'
});
this
.
allViewMap
.
set
(
':'
,{
viewname
:
'mediatesteditview'
,
srfappde
:
'ibizcustomers'
,
component
:
'ibizcustomer-media-test-edit-view'
});
this
.
allViewMap
.
set
(
'MPICKUPVIEW:'
,{
viewname
:
'mpickupview'
,
srfappde
:
'ibizcustomers'
,
component
:
'ibizcustomer-mpickup-view'
});
this
.
allViewMap
.
set
(
'PICKUPVIEW:'
,{
viewname
:
'pickupview'
,
srfappde
:
'ibizcustomers'
,
component
:
'ibizcustomer-pickup-view'
});
}
...
...
app_Web/src/widgets/app/main-menu-appmenu/main-menu-appmenu-model.ts
浏览文件 @
92c6f22b
...
...
@@ -15,7 +15,7 @@ export default class MainMenuModel {
*/
public
items
:
any
[]
=
[
{
id
:
'
A9E3B73B-C233-441D-9201-0FF98DB7FA3B
'
,
id
:
'
951D5DBA-07CE-446D-9BEA-A7D80706EA5A
'
,
name
:
'menuitem1'
,
text
:
'工作台'
,
type
:
'MENUITEM'
,
...
...
@@ -34,7 +34,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem1'
,
},
{
id
:
'
1AA39687-4540-48CB-83E2-A24BAB368340
'
,
id
:
'
6D0277C0-99AF-483F-B33B-9B5267204811
'
,
name
:
'menuitem3'
,
text
:
'控件'
,
type
:
'MENUITEM'
,
...
...
@@ -53,7 +53,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem3'
,
items
:
[
{
id
:
'
BAE2ED00-E330-4A9C-B379-88FF4141BDA3
'
,
id
:
'
5ECECB5E-C6BE-4A02-9DCE-22E3EBC098A0
'
,
name
:
'menuitem6'
,
text
:
'默认数据类型'
,
type
:
'MENUITEM'
,
...
...
@@ -72,7 +72,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem6'
,
},
{
id
:
'
9CA12A88-6B9A-4468-9E81-D58BA69D213A
'
,
id
:
'
A0B793FB-1CDC-45D2-AEF2-C070F1AB9506
'
,
name
:
'menuitem7'
,
text
:
'默认编辑器类型'
,
type
:
'MENUITEM'
,
...
...
@@ -91,7 +91,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem7'
,
},
{
id
:
'
4CE605CA-6DE4-44C6-83CB-47904AEADDA3
'
,
id
:
'
ED710D13-33DD-4FD3-93A0-E7B0D93C0D7E
'
,
name
:
'menuitem72'
,
text
:
'扩展编辑器'
,
type
:
'MENUITEM'
,
...
...
@@ -110,7 +110,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem72'
,
},
{
id
:
'
3C9364E5-8F86-414A-BE25-0A0E0E184704
'
,
id
:
'
5C411E31-D7F8-4B56-94F2-DCBD37220416
'
,
name
:
'menuitem65'
,
text
:
'微服务组件'
,
type
:
'MENUITEM'
,
...
...
@@ -129,7 +129,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem65'
,
},
{
id
:
'
CE10C7F2-72B1-412F-8C7E-3571836284FF
'
,
id
:
'
852F94C6-668E-4614-858B-52895A3680A5
'
,
name
:
'menuitem151'
,
text
:
'编辑器插件示例'
,
type
:
'MENUITEM'
,
...
...
@@ -150,7 +150,7 @@ export default class MainMenuModel {
],
},
{
id
:
'
B0A80456-66DE-457C-9F8E-D7C2AD5BF394
'
,
id
:
'
91EA6CBE-5B4D-4C89-8E50-7E389A789D2E
'
,
name
:
'menuitem4'
,
text
:
'部件'
,
type
:
'MENUITEM'
,
...
...
@@ -169,7 +169,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem4'
,
items
:
[
{
id
:
'
6AE155EA-3C95-4537-B682-9FE121C5DFB0
'
,
id
:
'
52CF693A-088F-484D-9ACE-1AC36D59DD92
'
,
name
:
'menuitem112'
,
text
:
'应用类'
,
type
:
'MENUITEM'
,
...
...
@@ -188,7 +188,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem112'
,
items
:
[
{
id
:
'
6DCFBB68-6239-44C3-8FD4-CC39C754CB0F
'
,
id
:
'
3D2F1407-658A-4398-9996-5DED1EE1E8B7
'
,
name
:
'menuitem186'
,
text
:
'数据看板'
,
type
:
'MENUITEM'
,
...
...
@@ -207,7 +207,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem186'
,
},
{
id
:
'
80E09AAC-2B87-41AE-80FB-DDBE45B0EAD0
'
,
id
:
'
C509636C-A91D-4AC4-8D39-EE7D26F1CC9F
'
,
name
:
'menuitem129'
,
text
:
'门户部件'
,
type
:
'MENUITEM'
,
...
...
@@ -228,7 +228,7 @@ export default class MainMenuModel {
],
},
{
id
:
'
C301ECF9-A9F1-4FDD-8406-AE86E4BF2EED
'
,
id
:
'
35F29BB6-2317-4ACB-91F1-65DC940EF72B
'
,
name
:
'menuitem156'
,
text
:
'表单类'
,
type
:
'MENUITEM'
,
...
...
@@ -247,7 +247,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem156'
,
items
:
[
{
id
:
'
75E8CDC1-5E0A-4F39-8250-6A1812432C08
'
,
id
:
'
F78B4FC2-F3CA-4AAC-BBB4-3AAC0FE4F745
'
,
name
:
'menuitem12'
,
text
:
'编辑表单'
,
type
:
'MENUITEM'
,
...
...
@@ -266,7 +266,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem12'
,
items
:
[
{
id
:
'
B82F4EDD-4A93-4FE4-8BF1-6BE60A07D03D
'
,
id
:
'
618EB66C-4CFA-483F-A07D-6D2813407A02
'
,
name
:
'menuitem15'
,
text
:
'基础表单项'
,
type
:
'MENUITEM'
,
...
...
@@ -285,7 +285,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem15'
,
},
{
id
:
'
29050F55-1E14-4B58-A654-86256FFBCB31
'
,
id
:
'
B2D3C430-79CA-4500-89D7-27240525FD58
'
,
name
:
'menuitem107'
,
text
:
'内置功能'
,
type
:
'MENUITEM'
,
...
...
@@ -304,7 +304,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem107'
,
},
{
id
:
'
BF2CEC5A-1811-4038-89C1-34E9CB7D9833
'
,
id
:
'
3E9DF85D-F147-4BB9-9526-BB9180B414D8
'
,
name
:
'menuitem47'
,
text
:
'新建默认值'
,
type
:
'MENUITEM'
,
...
...
@@ -323,7 +323,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem47'
,
},
{
id
:
'
45A0660A-5FF2-498F-8507-0C4F5DD48760
'
,
id
:
'
3595371D-B432-45F1-B3FA-8B0783E88E34
'
,
name
:
'menuitem99'
,
text
:
'更新默认值'
,
type
:
'MENUITEM'
,
...
...
@@ -342,7 +342,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem99'
,
},
{
id
:
'
28C0CBCB-8101-4DCD-9D07-70B8A5FAC9F3
'
,
id
:
'
CB320266-3FD6-446A-A4EA-AEED6BD44404
'
,
name
:
'menuitem48'
,
text
:
'输入提示'
,
type
:
'MENUITEM'
,
...
...
@@ -361,7 +361,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem48'
,
},
{
id
:
'
31230327-C94C-4F28-9605-D93FAC1908E8
'
,
id
:
'
0C10D1D8-D6EE-4F7E-B2C0-4865E294FFC2
'
,
name
:
'menuitem49'
,
text
:
'辅助输入'
,
type
:
'MENUITEM'
,
...
...
@@ -380,7 +380,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem49'
,
},
{
id
:
'
45D5E560-07D9-4E70-88AC-2E6753D072A3
'
,
id
:
'
F853B0AD-528A-4295-9A90-C82907DD9CE8
'
,
name
:
'menuitem50'
,
text
:
'自动填充'
,
type
:
'MENUITEM'
,
...
...
@@ -399,7 +399,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem50'
,
},
{
id
:
'
0A62BD22-B8F1-44DE-8E03-7E92605B34E0
'
,
id
:
'
C2E01BAD-67E1-4B26-9379-DEE58CDA2A6A
'
,
name
:
'menuitem51'
,
text
:
'超链接'
,
type
:
'MENUITEM'
,
...
...
@@ -418,7 +418,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem51'
,
},
{
id
:
'
2C835967-C837-4650-AB2C-31BBDD7FA21C
'
,
id
:
'
301FC73F-F4B4-4ABE-A910-1061200FE86B
'
,
name
:
'menuitem52'
,
text
:
'表单值重置'
,
type
:
'MENUITEM'
,
...
...
@@ -437,7 +437,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem52'
,
},
{
id
:
'
73BB1D21-77C7-4CC7-B24B-BAEBD6DE6B38
'
,
id
:
'
4174B26F-1E32-4321-9098-0C211399973F
'
,
name
:
'menuitem55'
,
text
:
'动态显示'
,
type
:
'MENUITEM'
,
...
...
@@ -456,7 +456,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem55'
,
},
{
id
:
'
6E4DE2E0-12CD-42C4-A108-2B6A6B19FAD1
'
,
id
:
'
4480C6F6-A657-4FBC-A1CC-06A90085ACD4
'
,
name
:
'menuitem53'
,
text
:
'动态启用'
,
type
:
'MENUITEM'
,
...
...
@@ -475,7 +475,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem53'
,
},
{
id
:
'
FFD69FD7-9220-4BC4-A3A5-D5049E4C2ACC
'
,
id
:
'
0F8C5F54-F6CC-4675-8BCB-A6AB8A36A466
'
,
name
:
'menuitem54'
,
text
:
'动态空输入'
,
type
:
'MENUITEM'
,
...
...
@@ -494,7 +494,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem54'
,
},
{
id
:
'
29114077-2A96-4380-AC09-B7463E924232
'
,
id
:
'
880E586D-E5B3-47A1-921F-148575473C1F
'
,
name
:
'menuitem56'
,
text
:
'表单项更新'
,
type
:
'MENUITEM'
,
...
...
@@ -513,7 +513,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem56'
,
},
{
id
:
'
1B72A6FE-9936-46DC-841E-FF047D193A28
'
,
id
:
'
A0B9CE1B-5E95-463B-B35E-33609FFBD420
'
,
name
:
'menuitem108'
,
text
:
'表单值规则'
,
type
:
'MENUITEM'
,
...
...
@@ -534,7 +534,7 @@ export default class MainMenuModel {
],
},
{
id
:
'
FCA3BFD6-BABB-4037-BEFB-CB08F22312AD
'
,
id
:
'
1375AF4A-8FD5-485C-BC99-F00E92AFFD7C
'
,
name
:
'menuitem16'
,
text
:
'搜索表单'
,
type
:
'MENUITEM'
,
...
...
@@ -555,7 +555,7 @@ export default class MainMenuModel {
],
},
{
id
:
'
49786DDF-5A71-4535-B152-03F399251F5E
'
,
id
:
'
33CF2821-19D3-442E-8B15-F08DEDB40EA5
'
,
name
:
'menuitem157'
,
text
:
'导航类'
,
type
:
'MENUITEM'
,
...
...
@@ -574,7 +574,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem157'
,
items
:
[
{
id
:
'
64BA48AD-2555-4670-BAB1-E47824EC05F1
'
,
id
:
'
E2D4E844-AB41-49EB-8B75-95BF7D409A6E
'
,
name
:
'menuitem120'
,
text
:
'分页导航'
,
type
:
'MENUITEM'
,
...
...
@@ -593,7 +593,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem120'
,
},
{
id
:
'
A6A80A8C-8439-4C46-81F0-92AFA5752D3E
'
,
id
:
'
02B1869B-A5B8-4E70-919D-FE02BB3D5B60
'
,
name
:
'menuitem128'
,
text
:
'表格导航'
,
type
:
'MENUITEM'
,
...
...
@@ -612,7 +612,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem128'
,
},
{
id
:
'
B72BD951-A899-4944-B4C3-F2E64F3C914C
'
,
id
:
'
A4579AAF-A124-412D-B88F-66F3B1412CBD
'
,
name
:
'menuitem114'
,
text
:
'列表导航'
,
type
:
'MENUITEM'
,
...
...
@@ -631,7 +631,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem114'
,
},
{
id
:
'
CF439A9E-B297-476E-9AAD-51E88A336662
'
,
id
:
'
4A9A26A2-B751-46DE-A797-18A8AB96C35F
'
,
name
:
'menuitem137'
,
text
:
'卡片导航'
,
type
:
'MENUITEM'
,
...
...
@@ -650,7 +650,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem137'
,
},
{
id
:
'
39B7D090-7110-4540-A2A6-192885234525
'
,
id
:
'
98D28CDF-F198-4B82-AFDE-C5403F6FD45E
'
,
name
:
'menuitem136'
,
text
:
'树导航'
,
type
:
'MENUITEM'
,
...
...
@@ -669,7 +669,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem136'
,
},
{
id
:
'
C678001D-D299-45C8-BDC4-EF29DD1DA876
'
,
id
:
'
626CFEA3-DD1C-4F66-94B3-793C8495DDF1
'
,
name
:
'menuitem138'
,
text
:
'日历导航'
,
type
:
'MENUITEM'
,
...
...
@@ -688,7 +688,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem138'
,
},
{
id
:
'
5D1D1932-F5CB-4621-A61F-213F6C0A3106
'
,
id
:
'
63751068-76A4-460D-99E0-6A9F638217C3
'
,
name
:
'menuitem139'
,
text
:
'时间轴导航'
,
type
:
'MENUITEM'
,
...
...
@@ -707,7 +707,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem139'
,
},
{
id
:
'
472DBFCA-7524-4F8B-A02A-F7BBA21C76C3
'
,
id
:
'
38565D76-A92F-4723-8BE1-AB8918AA91AE
'
,
name
:
'menuitem20'
,
text
:
'数据关系分页'
,
type
:
'MENUITEM'
,
...
...
@@ -726,7 +726,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem20'
,
items
:
[
{
id
:
'
6E1CD013-F673-4C57-94B2-B9C6D8E26432
'
,
id
:
'
76BBB659-0DD4-448A-AF0A-F27B2B16DE01
'
,
name
:
'menuitem117'
,
text
:
'数据关系分页(上下关系)'
,
type
:
'MENUITEM'
,
...
...
@@ -745,7 +745,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem117'
,
},
{
id
:
'
6849203B-26BD-4EBC-95D1-D2C9C6C898B5
'
,
id
:
'
E06AC577-16F7-4F72-BCFF-1F72109A0ABE
'
,
name
:
'menuitem118'
,
text
:
'数据关系分页(分页关系)'
,
type
:
'MENUITEM'
,
...
...
@@ -766,7 +766,7 @@ export default class MainMenuModel {
],
},
{
id
:
'
0A7289BA-B127-4486-9B4A-D52F7CC85CAD
'
,
id
:
'
C3978B97-899F-497F-96F5-8FC7EC54A3D0
'
,
name
:
'menuitem116'
,
text
:
' 数据关系栏'
,
type
:
'MENUITEM'
,
...
...
@@ -787,7 +787,7 @@ export default class MainMenuModel {
],
},
{
id
:
'
2F55A4AA-B0C8-4A28-9FAA-C95D6BA86FD3
'
,
id
:
'
7B697529-4E6F-422E-B525-67749DDF4BB1
'
,
name
:
'menuitem158'
,
text
:
'面板类'
,
type
:
'MENUITEM'
,
...
...
@@ -806,7 +806,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem158'
,
items
:
[
{
id
:
'
BB28537E-982E-4924-B9F5-D360F9FBC662
'
,
id
:
'
18D0CC2B-75FB-4F1D-942D-8548742E8995
'
,
name
:
'menuitem145'
,
text
:
'选择视图面板'
,
type
:
'MENUITEM'
,
...
...
@@ -825,7 +825,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem145'
,
},
{
id
:
'
169F298E-AAE2-4E5A-811B-A5D7EE848B7E
'
,
id
:
'
954BD568-F083-4410-9D2B-1CDD5A90DC5F
'
,
name
:
'menuitem17'
,
text
:
'向导面板'
,
type
:
'MENUITEM'
,
...
...
@@ -844,7 +844,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem17'
,
items
:
[
{
id
:
'
87657E53-1FD5-434F-A0AC-6D8995E2BD2A
'
,
id
:
'
C61F39D7-F8FD-43EC-B8AD-D14287EBC51C
'
,
name
:
'menuitem134'
,
text
:
'基础用法'
,
type
:
'MENUITEM'
,
...
...
@@ -863,7 +863,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem134'
,
},
{
id
:
'
7ABF3239-A931-4C50-ADE6-61A530A97E0B
'
,
id
:
'
CCCD793D-85DE-4168-A548-38FEC6AE5C76
'
,
name
:
'menuitem135'
,
text
:
'状态属性'
,
type
:
'MENUITEM'
,
...
...
@@ -884,7 +884,7 @@ export default class MainMenuModel {
],
},
{
id
:
'
7A79A0EF-977A-49F3-8224-35E45EDAF86F
'
,
id
:
'
878CC2EA-FECB-48E9-BC6F-102D88909893
'
,
name
:
'menuitem121'
,
text
:
'多编辑视图面板'
,
type
:
'MENUITEM'
,
...
...
@@ -903,7 +903,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem121'
,
items
:
[
{
id
:
'F
13440A4-095A-439D-AF0B-FC0D2DFF3930
'
,
id
:
'F
8ACF1A7-A8BD-4079-8555-5C1A573D9C57
'
,
name
:
'menuitem115'
,
text
:
'多表单(行记录)'
,
type
:
'MENUITEM'
,
...
...
@@ -922,7 +922,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem115'
,
},
{
id
:
'
2606A62E-0A93-448C-8BD3-CFFDA805109B
'
,
id
:
'
0AD57242-0E97-4255-8463-CF6592EF47DF
'
,
name
:
'menuitem123'
,
text
:
'多表单(上分页)'
,
type
:
'MENUITEM'
,
...
...
@@ -945,7 +945,7 @@ export default class MainMenuModel {
],
},
{
id
:
'
C70BE904-8BCE-482E-8465-BADD14C81F4D
'
,
id
:
'
859D0044-E2C6-4790-8F8E-282C196197F7
'
,
name
:
'menuitem119'
,
text
:
'多数据类'
,
type
:
'MENUITEM'
,
...
...
@@ -964,7 +964,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem119'
,
items
:
[
{
id
:
'
91C70C55-CCA8-4FAE-8100-D627C083D7CF
'
,
id
:
'
DAC4F60A-59BA-4E73-BA40-19C41DE1CC94
'
,
name
:
'menuitem13'
,
text
:
'表格'
,
type
:
'MENUITEM'
,
...
...
@@ -983,7 +983,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem13'
,
items
:
[
{
id
:
'
8C4D2D89-91EE-42E3-BE6D-FBE7A5D79156
'
,
id
:
'
B8F08F85-4841-4349-BD95-A56BCC89502B
'
,
name
:
'menuitem57'
,
text
:
'禁用排序'
,
type
:
'MENUITEM'
,
...
...
@@ -1002,7 +1002,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem57'
,
},
{
id
:
'
E27C53B0-C722-48EC-A4BF-FD45B3013FA2
'
,
id
:
'
7305267D-8472-414B-AAB8-5A272971C3FC
'
,
name
:
'menuitem59'
,
text
:
'行操作'
,
type
:
'MENUITEM'
,
...
...
@@ -1021,7 +1021,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem59'
,
},
{
id
:
'
35621C63-6043-4A44-B601-3453C1DFE478
'
,
id
:
'
11207072-6A78-45EE-975E-C5DC39FDAB97
'
,
name
:
'menuitem58'
,
text
:
'行编辑'
,
type
:
'MENUITEM'
,
...
...
@@ -1040,7 +1040,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem58'
,
},
{
id
:
'
428D291F-9804-4243-A075-B65A8CC45DCD
'
,
id
:
'
DF7F07CA-11EA-4197-AB07-CAAC58DD95B4
'
,
name
:
'menuitem73'
,
text
:
'内置功能'
,
type
:
'MENUITEM'
,
...
...
@@ -1059,7 +1059,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem73'
,
},
{
id
:
'
8D55EC9E-F1B3-4EEE-A6DC-8C82DD15E1F9
'
,
id
:
'
FF3FF0D5-32B6-486C-9FEE-D2D48ADBC391
'
,
name
:
'menuitem74'
,
text
:
'表格行编辑'
,
type
:
'MENUITEM'
,
...
...
@@ -1078,7 +1078,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem74'
,
},
{
id
:
'
C47514B4-851F-4F31-A30C-80A952248827
'
,
id
:
'
783D7393-23C3-4C28-BA5E-A3C146AF94B5
'
,
name
:
'menuitem75'
,
text
:
'新建默认值'
,
type
:
'MENUITEM'
,
...
...
@@ -1097,7 +1097,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem75'
,
},
{
id
:
'
D042A232-A99B-48A9-854D-E7DD2F344A15
'
,
id
:
'
B0818B91-45BA-4C15-B0D0-C79C7BF294A4
'
,
name
:
'menuitem76'
,
text
:
'更新默认值'
,
type
:
'MENUITEM'
,
...
...
@@ -1116,7 +1116,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem76'
,
},
{
id
:
'
22E6A43F-85B0-431C-BD65-0A64C2947DFF
'
,
id
:
'
75F94A9B-D071-40BB-88A8-A37E5E8CB118
'
,
name
:
'menuitem77'
,
text
:
'表格值规则'
,
type
:
'MENUITEM'
,
...
...
@@ -1135,7 +1135,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem77'
,
},
{
id
:
'
53A736E9-2D63-4A44-8D04-8BF5AB873E25
'
,
id
:
'
BF564AE7-248B-4296-9AE6-0A2D5AD71041
'
,
name
:
'menuitem132'
,
text
:
'表格列更新'
,
type
:
'MENUITEM'
,
...
...
@@ -1154,7 +1154,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem132'
,
},
{
id
:
'
1830B00C-1EAA-4444-B40D-B4EA117AFD5D
'
,
id
:
'
C0237519-4EF3-4A93-AA43-7BE221B911C4
'
,
name
:
'menuitem133'
,
text
:
'表格列重置'
,
type
:
'MENUITEM'
,
...
...
@@ -1173,7 +1173,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem133'
,
},
{
id
:
'
A0FD5848-A693-4B2A-B8CF-F9FFFD0DE541
'
,
id
:
'
E17E8493-E838-43C2-B983-3FEBE4F148C6
'
,
name
:
'menuitem78'
,
text
:
'自动分组'
,
type
:
'MENUITEM'
,
...
...
@@ -1192,7 +1192,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem78'
,
},
{
id
:
'2
FB228D5-F4E7-41B0-A779-1C4DAA3929CE
'
,
id
:
'2
45457E6-A252-42A7-B89C-D433BE9AEC36
'
,
name
:
'menuitem80'
,
text
:
'代码表分组'
,
type
:
'MENUITEM'
,
...
...
@@ -1211,7 +1211,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem80'
,
},
{
id
:
'
D70DD871-DB01-4804-B730-2737D5E683A4
'
,
id
:
'
3AD81FD0-EED7-4561-A8BC-BAD751A18227
'
,
name
:
'menuitem81'
,
text
:
'当前页聚合'
,
type
:
'MENUITEM'
,
...
...
@@ -1230,7 +1230,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem81'
,
},
{
id
:
'
23A6A213-AF59-4D4A-BDD5-25A753E7C126
'
,
id
:
'
628AAA9C-7FE5-47ED-AD86-B527D3A6464F
'
,
name
:
'menuitem82'
,
text
:
'远程聚合'
,
type
:
'MENUITEM'
,
...
...
@@ -1251,7 +1251,7 @@ export default class MainMenuModel {
],
},
{
id
:
'
51A30155-A63E-4A86-A741-B2E805003DFA
'
,
id
:
'
3CC25A26-BBDB-4573-8F8D-2FEE17D8BA23
'
,
name
:
'menuitem83'
,
text
:
'列表'
,
type
:
'MENUITEM'
,
...
...
@@ -1270,7 +1270,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem83'
,
items
:
[
{
id
:
'
366EEF0B-5C56-4836-BEC3-49C9117C1279
'
,
id
:
'
0E2A804D-EE57-48BA-BF90-2DABC2C6EB88
'
,
name
:
'menuitem84'
,
text
:
'内置功能'
,
type
:
'MENUITEM'
,
...
...
@@ -1289,7 +1289,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem84'
,
},
{
id
:
'
6E86CC09-DF85-4E24-8F08-3991EB6BE4E2
'
,
id
:
'
89AAA384-8115-4F29-9F2F-5A1065CE22BD
'
,
name
:
'menuitem85'
,
text
:
'自动分组'
,
type
:
'MENUITEM'
,
...
...
@@ -1308,7 +1308,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem85'
,
},
{
id
:
'
8D236CBA-E085-4A62-9524-A0C7E3873D11
'
,
id
:
'
B698C05F-790F-4443-8CFA-6E225F39CCDE
'
,
name
:
'menuitem86'
,
text
:
'代码表分组'
,
type
:
'MENUITEM'
,
...
...
@@ -1327,7 +1327,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem86'
,
},
{
id
:
'
EE5C972A-25A0-4FA5-89B9-0CBE355D4E0B
'
,
id
:
'
5FBB3779-EEBB-4C07-BC17-3B1F570E20A4
'
,
name
:
'menuitem91'
,
text
:
'项布局面板'
,
type
:
'MENUITEM'
,
...
...
@@ -1346,7 +1346,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem91'
,
},
{
id
:
'
D78C1844-B633-42E4-B381-51F377166D3E
'
,
id
:
'
B0536559-4A3E-4552-B5ED-E324F73A8A36
'
,
name
:
'menuitem143'
,
text
:
'自定义插件'
,
type
:
'MENUITEM'
,
...
...
@@ -1367,7 +1367,7 @@ export default class MainMenuModel {
],
},
{
id
:
'
730DC015-2366-427A-A243-20947DD9B338
'
,
id
:
'
B27E92D3-3536-48A6-B8B7-BB489F2C27C2
'
,
name
:
'menuitem95'
,
text
:
'日历'
,
type
:
'MENUITEM'
,
...
...
@@ -1386,7 +1386,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem95'
,
items
:
[
{
id
:
'
09A795D0-CA35-4090-A35D-FB6385C7A89
F'
,
id
:
'
F2B70BE8-5C10-4E4D-9867-6AA4164B167
F'
,
name
:
'menuitem96'
,
text
:
'内置功能'
,
type
:
'MENUITEM'
,
...
...
@@ -1405,7 +1405,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem96'
,
},
{
id
:
'
ACA71F08-7825-42CC-83C7-16D0AB890B9
9'
,
id
:
'
85A44115-752C-4A52-92EC-88681CFDCDC
9'
,
name
:
'menuitem97'
,
text
:
'时间轴样式'
,
type
:
'MENUITEM'
,
...
...
@@ -1424,7 +1424,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem97'
,
},
{
id
:
'
29770C24-FEFA-4549-9FDA-AD8DE838348C
'
,
id
:
'
C418CB0D-0B86-4B21-9130-4B3402000BF6
'
,
name
:
'menuitem109'
,
text
:
'项布局面板'
,
type
:
'MENUITEM'
,
...
...
@@ -1443,7 +1443,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem109'
,
},
{
id
:
'2
2A7F958-C71F-4C2D-A15A-D870CAA92667
'
,
id
:
'2
3B39154-FD1A-458F-BC23-F2D33D4CF82F
'
,
name
:
'menuitem64'
,
text
:
'自定义插件'
,
type
:
'MENUITEM'
,
...
...
@@ -1464,7 +1464,7 @@ export default class MainMenuModel {
],
},
{
id
:
'
C5824E36-8E3A-4E1A-A1B1-5EBC8ABF9E7D
'
,
id
:
'
926CE88A-5279-4455-BCDB-9107B33A7C3A
'
,
name
:
'menuitem14'
,
text
:
'树视图'
,
type
:
'MENUITEM'
,
...
...
@@ -1483,7 +1483,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem14'
,
items
:
[
{
id
:
'
9DFE5A42-7412-4D6A-9347-0B71A6656C06
'
,
id
:
'
2C587B48-43EC-46E7-A83E-0E8016736CAE
'
,
name
:
'menuitem60'
,
text
:
'静态节点'
,
type
:
'MENUITEM'
,
...
...
@@ -1502,7 +1502,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem60'
,
},
{
id
:
'
56E54F73-61A1-4D64-92C2-0AD50D9D7679
'
,
id
:
'
3A14D474-40B2-4A4D-840E-08E847BA4AFC
'
,
name
:
'menuitem61'
,
text
:
'动态节点(代码表)'
,
type
:
'MENUITEM'
,
...
...
@@ -1521,7 +1521,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem61'
,
},
{
id
:
'
34199B56-5F81-4448-AFBD-61E2AAB5C718
'
,
id
:
'
A2AA65AA-12FD-41E1-A771-5CCD45FC5AC7
'
,
name
:
'menuitem62'
,
text
:
'动态节点(实体)'
,
type
:
'MENUITEM'
,
...
...
@@ -1540,7 +1540,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem62'
,
},
{
id
:
'
92C04D10-BD01-44CB-99AC-8ADD7BF273
74'
,
id
:
'
17F79CE3-FE88-48BE-BDBF-20E17683DC
74'
,
name
:
'menuitem63'
,
text
:
'右键操作'
,
type
:
'MENUITEM'
,
...
...
@@ -1561,7 +1561,7 @@ export default class MainMenuModel {
],
},
{
id
:
'
FA005162-390A-4E98-8492-312B9B538150
'
,
id
:
'
B31B4C55-01B8-4F3C-A04B-9E221090E4B2
'
,
name
:
'menuitem111'
,
text
:
'甘特图'
,
type
:
'MENUITEM'
,
...
...
@@ -1580,7 +1580,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem111'
,
},
{
id
:
'
D3FC2285-2241-4786-B835-7EE67A07EA26
'
,
id
:
'
FEC677D7-4757-4F09-B96A-94AAB1DE7D55
'
,
name
:
'menuitem110'
,
text
:
'树表格'
,
type
:
'MENUITEM'
,
...
...
@@ -1599,7 +1599,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem110'
,
},
{
id
:
'
D39BB21D-3B24-4488-854A-F01F5AFC6FB2
'
,
id
:
'
528D2C00-E32B-4E47-99A0-51DF232B389D
'
,
name
:
'menuitem87'
,
text
:
'数据视图'
,
type
:
'MENUITEM'
,
...
...
@@ -1618,7 +1618,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem87'
,
items
:
[
{
id
:
'0
C790661-75DA-48DB-9B08-A5AC674CE0DE
'
,
id
:
'0
9491CD7-7B3B-48EC-B5D8-56D18FAC3341
'
,
name
:
'menuitem88'
,
text
:
'内置功能'
,
type
:
'MENUITEM'
,
...
...
@@ -1637,7 +1637,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem88'
,
},
{
id
:
'F
C3A5791-AB5A-4215-BE70-2F2DE3BEF5B4
'
,
id
:
'F
21B8995-B2AA-4FCA-A415-501DA760D31C
'
,
name
:
'menuitem89'
,
text
:
'自动分组'
,
type
:
'MENUITEM'
,
...
...
@@ -1656,7 +1656,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem89'
,
},
{
id
:
'
E4E23344-191E-4AA6-8CC7-4BC0C676D853
'
,
id
:
'
D310BEEC-847A-4B54-887F-5A2C28DC46F6
'
,
name
:
'menuitem90'
,
text
:
'代码表分组'
,
type
:
'MENUITEM'
,
...
...
@@ -1675,7 +1675,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem90'
,
},
{
id
:
'
DD0B8F64-1CB2-46AA-A791-122DD3CE4F17
'
,
id
:
'
E075765A-7881-4797-8A90-C031EB31F8EB
'
,
name
:
'menuitem94'
,
text
:
'项布局面板'
,
type
:
'MENUITEM'
,
...
...
@@ -1694,7 +1694,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem94'
,
},
{
id
:
'
9B24513D-F86A-40FC-90F4-0DD7126E2791
'
,
id
:
'
5691B13A-BCC0-4C07-B922-4CDB87871F4B
'
,
name
:
'menuitem152'
,
text
:
'自定义插件'
,
type
:
'MENUITEM'
,
...
...
@@ -1715,7 +1715,7 @@ export default class MainMenuModel {
],
},
{
id
:
'
FB6F5E46-37A2-4715-8AFA-3AF251F6EFCA
'
,
id
:
'
EADAEBFC-86CC-471A-91CB-D33FC447E160
'
,
name
:
'menuitem101'
,
text
:
'看板视图'
,
type
:
'MENUITEM'
,
...
...
@@ -1734,7 +1734,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem101'
,
items
:
[
{
id
:
'
FB536E43-5E20-4099-840D-369E86058950
'
,
id
:
'
68D0FDB9-CECC-4666-B939-918B01C6C4F1
'
,
name
:
'menuitem102'
,
text
:
'内置功能'
,
type
:
'MENUITEM'
,
...
...
@@ -1753,7 +1753,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem102'
,
},
{
id
:
'
BAEBF3F4-AB52-46DD-A93E-BA7977EAE31A
'
,
id
:
'
5F3BD25F-5846-450D-AF7B-9ACBBC28F316
'
,
name
:
'menuitem104'
,
text
:
'代码表分组'
,
type
:
'MENUITEM'
,
...
...
@@ -1772,7 +1772,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem104'
,
},
{
id
:
'
775E5202-8CB2-4443-996A-66AF105569F8
'
,
id
:
'
94F1E39D-9989-45AD-9689-D33DB3B37C55
'
,
name
:
'menuitem105'
,
text
:
'项布局面板'
,
type
:
'MENUITEM'
,
...
...
@@ -1793,7 +1793,7 @@ export default class MainMenuModel {
],
},
{
id
:
'
B4BF31F0-41EF-4ECA-8A00-268C8301675
9'
,
id
:
'
D5AA653A-0D30-4A7A-9642-31B430159A4
9'
,
name
:
'menuitem37'
,
text
:
'数据图表'
,
type
:
'MENUITEM'
,
...
...
@@ -1812,7 +1812,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem37'
,
items
:
[
{
id
:
'
A47DA4D3-745C-4ED2-B7A0-DC7CC9F5F9C9
'
,
id
:
'
8E8AED92-77F7-4CB1-A7A8-BA8E93ACE1E7
'
,
name
:
'menuitem38'
,
text
:
'柱状图'
,
type
:
'MENUITEM'
,
...
...
@@ -1831,7 +1831,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem38'
,
},
{
id
:
'
77B82A43-8688-4AA0-AC6E-DD33FC702B91
'
,
id
:
'
5CD3C45D-26ED-4A5E-AFE7-024AAABA7505
'
,
name
:
'menuitem39'
,
text
:
'折线图'
,
type
:
'MENUITEM'
,
...
...
@@ -1850,7 +1850,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem39'
,
},
{
id
:
'3
068223E-93DB-4D97-8B47-BCC6482B9A9F
'
,
id
:
'3
ECAD248-DD6D-4CBA-B8B7-A0A07998B485
'
,
name
:
'menuitem40'
,
text
:
'饼图'
,
type
:
'MENUITEM'
,
...
...
@@ -1869,7 +1869,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem40'
,
},
{
id
:
'
86EDE34C-EC7F-4F16-B98A-992741E36DB6
'
,
id
:
'
DD4746DE-8631-4FF2-A333-1A3F8A88FDA1
'
,
name
:
'menuitem41'
,
text
:
'区域图'
,
type
:
'MENUITEM'
,
...
...
@@ -1888,7 +1888,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem41'
,
},
{
id
:
'
3F6D19FB-7A28-4D4C-A5BE-1C7183623012
'
,
id
:
'
47F4AE2B-A346-419A-9B35-A503E46D296D
'
,
name
:
'menuitem42'
,
text
:
'雷达图'
,
type
:
'MENUITEM'
,
...
...
@@ -1913,7 +1913,7 @@ export default class MainMenuModel {
],
},
{
id
:
'
30128729-50AF-464C-BF73-753E98266F98
'
,
id
:
'
0BB493B4-500F-4231-864F-EDE459982B57
'
,
name
:
'menuitem5'
,
text
:
'视图'
,
type
:
'MENUITEM'
,
...
...
@@ -1932,7 +1932,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem5'
,
items
:
[
{
id
:
'
FB860821-48CF-47AE-9EE9-C0D12F0FFC12
'
,
id
:
'
C4D4FE81-1F14-420E-9C23-67957A5EB37F
'
,
name
:
'menuitem140'
,
text
:
'单数据视图'
,
type
:
'MENUITEM'
,
...
...
@@ -1951,7 +1951,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem140'
,
items
:
[
{
id
:
'
F8548CA5-E4B9-43AE-B1F9-D8C66BD10C3A
'
,
id
:
'
23170231-65CB-47EF-B62C-E886E5648B0B
'
,
name
:
'menuitem161'
,
text
:
'实体向导视图'
,
type
:
'MENUITEM'
,
...
...
@@ -1970,7 +1970,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem161'
,
},
{
id
:
'
F170C47F-9EEF-4C79-98E1-3131891A0AA
4'
,
id
:
'
22691EE9-B63C-49BA-ABC8-0C1D82AA024
4'
,
name
:
'menuitem8'
,
text
:
'实体编辑视图'
,
type
:
'MENUITEM'
,
...
...
@@ -1989,7 +1989,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem8'
,
},
{
id
:
'
A8CFD0DC-A947-435F-8AD4-905621737CA8
'
,
id
:
'
35790D52-0DDF-47AD-898C-FADD590B2949
'
,
name
:
'menuitem162'
,
text
:
'实体编辑视图(分页关系)'
,
type
:
'MENUITEM'
,
...
...
@@ -2008,7 +2008,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem162'
,
},
{
id
:
'
A18A9D67-8A01-40E2-928F-26680698B10C
'
,
id
:
'
DCAF1EB4-AD32-40FC-A6BD-7339063CF458
'
,
name
:
'menuitem163'
,
text
:
'实体编辑视图(上下关系)'
,
type
:
'MENUITEM'
,
...
...
@@ -2027,7 +2027,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem163'
,
},
{
id
:
'
DBDB998C-9716-4B47-A9C5-E68E78CA29F7
'
,
id
:
'
BA07DB29-CB20-46FD-B69F-C84D5E4415A2
'
,
name
:
'menuitem164'
,
text
:
'实体编辑视图(左右关系)'
,
type
:
'MENUITEM'
,
...
...
@@ -2046,7 +2046,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem164'
,
},
{
id
:
'
B9F904A1-5D3F-4089-B1F4-7D7B73E45262
'
,
id
:
'
1DDAD995-7439-4E4C-8609-1EF378D7DBF0
'
,
name
:
'menuitem165'
,
text
:
'实体分页导航视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2065,7 +2065,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem165'
,
},
{
id
:
'
B36DC0FA-73F9-498B-B831-A5D1943F33E5
'
,
id
:
'
CC8A3DF0-A5D6-4B04-9690-9E64FD326CFB
'
,
name
:
'menuitem166'
,
text
:
'实体数据看板视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2084,7 +2084,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem166'
,
},
{
id
:
'
104DDE09-F272-4E24-8D78-7A35A41BB552
'
,
id
:
'
B44EB310-4C66-47EA-AF36-E7BA9FB2118C
'
,
name
:
'menuitem167'
,
text
:
'实体选项操作视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2105,7 +2105,7 @@ export default class MainMenuModel {
],
},
{
id
:
'
785132E3-0514-4EE6-ABAD-7A72409DC0DD
'
,
id
:
'
02E6B28D-D38B-4C1C-B933-11BF8D8D96AA
'
,
name
:
'menuitem141'
,
text
:
'多数据视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2124,7 +2124,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem141'
,
items
:
[
{
id
:
'
75439B0F-0D55-451F-824C-5780BEE6F47F
'
,
id
:
'
EB6B1234-EF18-4B6B-8BAF-FEF9F7B70641
'
,
name
:
'menuitem79'
,
text
:
'实体表格视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2143,7 +2143,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem79'
,
},
{
id
:
'
9D0A0284-9DCF-4848-8D0D-361BC4C39721
'
,
id
:
'
41BEE2DA-8DCF-4442-83EA-23737DA156D7
'
,
name
:
'menuitem168'
,
text
:
'实体多表单编辑视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2162,7 +2162,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem168'
,
},
{
id
:
'
7E21D9C5-98C8-4CF9-AE09-C8CCBD73A0ED
'
,
id
:
'
4E35CAC6-4DD0-4F38-9C9C-11B4A23F8009
'
,
name
:
'menuitem169'
,
text
:
'实体甘特视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2181,7 +2181,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem169'
,
},
{
id
:
'
F5E55A86-1BBB-4767-A44D-D07EE34DDA75
'
,
id
:
'
50A2F41F-6493-4677-B415-AFE4701D621B
'
,
name
:
'menuitem9'
,
text
:
'实体列表视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2200,7 +2200,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem9'
,
},
{
id
:
'
301105F3-3AC7-4F76-9C87-B3FD043FEB7B
'
,
id
:
'
D55456F5-985F-4244-8CB8-1C4DEEFCC48E
'
,
name
:
'menuitem170'
,
text
:
'实体日历视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2219,7 +2219,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem170'
,
},
{
id
:
'
9B17E31A-D2CE-4203-A5E9-E8C2E6F31533
'
,
id
:
'
1B2A4C60-4C19-411B-B8B0-58750BE94279
'
,
name
:
'menuitem171'
,
text
:
'实体看板视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2238,7 +2238,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem171'
,
},
{
id
:
'
0E07C37A-4961-40FA-B7D3-645B788578CD
'
,
id
:
'
941D8A23-58FF-46D1-A989-108AF7770501
'
,
name
:
'menuitem172'
,
text
:
'实体树表格视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2257,7 +2257,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem172'
,
},
{
id
:
'
4EAC98BC-D0D5-4E4E-8DC0-4B086F4AD5A9
'
,
id
:
'
3142B261-F5DC-487A-BC31-E20AC0537E67
'
,
name
:
'menuitem173'
,
text
:
'实体树视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2276,7 +2276,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem173'
,
},
{
id
:
'
A26F2E6B-3957-4CBC-A12D-BC5FB8EE673B
'
,
id
:
'
C74A436D-6E47-4A08-8B7F-FE67B440F607
'
,
name
:
'menuitem174'
,
text
:
'实体数据视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2295,7 +2295,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem174'
,
},
{
id
:
'
02AB31F0-271E-4546-85EC-77353DAA127F
'
,
id
:
'
C25CB5E9-F76D-40D5-83E3-CECE6D815AAC
'
,
name
:
'menuitem175'
,
text
:
'实体图表视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2316,7 +2316,7 @@ export default class MainMenuModel {
],
},
{
id
:
'
9352A83A-A23F-43B7-B7ED-039C57359B40
'
,
id
:
'
0EEA85F6-146A-4B5C-8942-ECDB21F36C69
'
,
name
:
'menuitem10'
,
text
:
'导航视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2335,7 +2335,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem10'
,
items
:
[
{
id
:
'
F3443BC9-186D-418F-8F55-DB158129EC73
'
,
id
:
'
C07FEFE2-B054-4589-A424-7D6A648EAD22
'
,
name
:
'menuitem176'
,
text
:
'实体表格导航视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2354,7 +2354,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem176'
,
},
{
id
:
'
5DA466EF-0057-45A7-9BA7-AB6914B5F5BC
'
,
id
:
'
133B88F4-E3BD-4FE7-9A19-918E7DC9ED39
'
,
name
:
'menuitem177'
,
text
:
'实体列表导航视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2373,7 +2373,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem177'
,
},
{
id
:
'
16E0070D-522E-472E-8EEB-F5C56CD13F82
'
,
id
:
'
DB13D765-4798-4916-A105-D63F096BE373
'
,
name
:
'menuitem178'
,
text
:
'实体卡片导航视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2392,7 +2392,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem178'
,
},
{
id
:
'
974E273F-FE23-4DB2-A49B-DAB50A5A03C0
'
,
id
:
'
752E7592-EFF4-47A1-8061-3CE205B5DECC
'
,
name
:
'menuitem179'
,
text
:
'实体日历导航视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2411,7 +2411,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem179'
,
},
{
id
:
'
90C34D77-098A-45DB-8B11-8CBC06FFF2E5
'
,
id
:
'
2EC49850-24A9-4094-8871-640DDB251D98
'
,
name
:
'menuitem180'
,
text
:
'实体树导航视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2432,7 +2432,7 @@ export default class MainMenuModel {
],
},
{
id
:
'
A1589062-03CB-4BD7-918E-421953FACA49
'
,
id
:
'
3CF53F4E-8581-44F8-A547-2D4B8E010F4C
'
,
name
:
'menuitem26'
,
text
:
'选择视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2451,7 +2451,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem26'
,
items
:
[
{
id
:
'
59545455-DD46-4CB3-A249-18519558896E
'
,
id
:
'
41AD21A9-2DE2-487F-BA75-E70B32A0A4E2
'
,
name
:
'menuitem18'
,
text
:
'数据选择视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2470,7 +2470,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem18'
,
},
{
id
:
'
3D388D4D-76DC-43E8-890E-E444D4269F42
'
,
id
:
'
2773C8DB-5C72-42F3-ABC5-0DA5F3907CDD
'
,
name
:
'menuitem27'
,
text
:
'索引选择视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2491,7 +2491,7 @@ export default class MainMenuModel {
],
},
{
id
:
'
33CC10A1-25C5-4732-AFBB-BDF7FE056DFB
'
,
id
:
'
BFD4347D-8FEE-4F67-823D-916EB564D90C
'
,
name
:
'menuitem69'
,
text
:
'工作流'
,
type
:
'MENUITEM'
,
...
...
@@ -2510,7 +2510,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem69'
,
items
:
[
{
id
:
'
1A6AA3B7-C98D-432F-8C4F-0D969BEF9CBA
'
,
id
:
'
8BDA970B-9DDC-40AF-A4C2-11F714E6C6F7
'
,
name
:
'menuitem30'
,
text
:
'工作流动态导航视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2529,7 +2529,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem30'
,
},
{
id
:
'
359FDBF6-F055-4B55-BBCA-BAA24B0D3C79
'
,
id
:
'
02B6CE8D-34D9-44BF-8A44-3A461031C512
'
,
name
:
'menuitem31'
,
text
:
'工作流启动'
,
type
:
'MENUITEM'
,
...
...
@@ -2548,7 +2548,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem31'
,
},
{
id
:
'
8996A226-9B41-483A-84A6-11E28BC6F47
9'
,
id
:
'
D5A0D5AB-488A-47BD-A654-43F5B1F3BEF
9'
,
name
:
'menuitem21'
,
text
:
'工作流动态操作视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2569,7 +2569,7 @@ export default class MainMenuModel {
],
},
{
id
:
'
83079E77-FFFF-4730-907A-0B8430F4AEE4
'
,
id
:
'
136A0595-939D-4996-83E2-FCD1DB0F71C2
'
,
name
:
'menuitem11'
,
text
:
'其他视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2588,7 +2588,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem11'
,
items
:
[
{
id
:
'
760C0887-03C8-4237-AF12-CE762FC257AC
'
,
id
:
'
671B4B76-E7F3-4C9C-9D26-06713D7851BD
'
,
name
:
'menuitem98'
,
text
:
'自定义视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2611,7 +2611,7 @@ export default class MainMenuModel {
],
},
{
id
:
'
EF3D9638-C55D-4DE2-A2B4-DD6232A7B586
'
,
id
:
'
5696A8EA-6453-41C9-9B2D-64BA1810C165
'
,
name
:
'menuitem153'
,
text
:
'逻辑'
,
type
:
'MENUITEM'
,
...
...
@@ -2630,7 +2630,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem153'
,
items
:
[
{
id
:
'
77BB8542-262C-4E0D-AEFD-EA59C7B7B76
4'
,
id
:
'
054C814C-F6BE-4752-A37F-5108483BBF9
4'
,
name
:
'menuitem154'
,
text
:
'应用功能'
,
type
:
'MENUITEM'
,
...
...
@@ -2649,7 +2649,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem154'
,
items
:
[
{
id
:
'
E12898DC-1987-4005-AFBD-6891FED79F1B
'
,
id
:
'
A64CC995-4CB5-42F2-85FD-D74F066E9A31
'
,
name
:
'menuitem127'
,
text
:
'打开应用视图'
,
type
:
'MENUITEM'
,
...
...
@@ -2668,7 +2668,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem127'
,
},
{
id
:
'
E14D5BEF-5DFF-4774-BA00-6CE3EF4A0670
'
,
id
:
'
A244FD8E-6A51-4B4B-B71B-DB57D2582F61
'
,
name
:
'menuitem147'
,
text
:
'打开HTML页面'
,
type
:
'MENUITEM'
,
...
...
@@ -2687,7 +2687,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem147'
,
},
{
id
:
'
50506F52-F052-470D-AFE2-46BE9D45C1A6
'
,
id
:
'
D69F0736-1A7B-4B0A-A12A-883F81AFD1F5
'
,
name
:
'menuitem160'
,
text
:
'执行JavaScript'
,
type
:
'MENUITEM'
,
...
...
@@ -2708,7 +2708,7 @@ export default class MainMenuModel {
],
},
{
id
:
'
85E9FDC2-887D-4535-B9A7-8248A3DD3A31
'
,
id
:
'
BF351829-AD33-4218-83B9-9B246DDAD1F0
'
,
name
:
'menuitem155'
,
text
:
'界面行为'
,
type
:
'MENUITEM'
,
...
...
@@ -2727,7 +2727,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem155'
,
items
:
[
{
id
:
'
8959569C-3F33-42B0-B48E-2FB12ED093F5
'
,
id
:
'
00EFAC24-C882-4C4E-9F13-468AD78EBBC3
'
,
name
:
'menuitem181'
,
text
:
'前台界面行为'
,
type
:
'MENUITEM'
,
...
...
@@ -2746,7 +2746,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem181'
,
},
{
id
:
'
40DA29D1-C973-47F7-9DA4-B6351D5C9B9F
'
,
id
:
'
F93A6EF6-D103-4BAC-8A38-4355E1339A83
'
,
name
:
'menuitem182'
,
text
:
'后台界面行为'
,
type
:
'MENUITEM'
,
...
...
@@ -2769,7 +2769,7 @@ export default class MainMenuModel {
],
},
{
id
:
'
A787D471-C51B-4B4E-962C-7DFA8E0B4B7B
'
,
id
:
'
E33E6FBC-C251-4F63-B61B-252E6302870A
'
,
name
:
'menuitem2'
,
text
:
'更多'
,
type
:
'MENUITEM'
,
...
...
@@ -2788,7 +2788,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem2'
,
items
:
[
{
id
:
'
70FE7337-B2E7-4633-9527-A8CEB01F3BED
'
,
id
:
'
2509F838-DC1B-4BCD-BFE1-ABBE8515FEA2
'
,
name
:
'menuitem19'
,
text
:
'临时模式'
,
type
:
'MENUITEM'
,
...
...
@@ -2807,7 +2807,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem19'
,
},
{
id
:
'
4461692A-434F-467F-BB61-2B886B3E6E49
'
,
id
:
'
BF8BF255-DBB6-4A6D-9DD8-C6306135E4A5
'
,
name
:
'menuitem46'
,
text
:
'数据导出导入'
,
type
:
'MENUITEM'
,
...
...
@@ -2826,7 +2826,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem46'
,
},
{
id
:
'
24295BCF-79EA-4D37-B462-4ECA68A582CC
'
,
id
:
'
7D8DA11E-7C51-4296-8C20-03C1F46F52C2
'
,
name
:
'menuitem67'
,
text
:
'索引实体'
,
type
:
'MENUITEM'
,
...
...
@@ -2845,7 +2845,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem67'
,
},
{
id
:
'
CE2D8CC8-BA03-4C69-8A24-48E1BC5180F9
'
,
id
:
'
E51C3F30-B553-4430-90DE-2E035D6EED0C
'
,
name
:
'menuitem184'
,
text
:
'主状态'
,
type
:
'MENUITEM'
,
...
...
@@ -2864,7 +2864,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem184'
,
items
:
[
{
id
:
'
9D9AA787-FC92-4298-8D6E-709737C809A7
'
,
id
:
'
15E18823-D76A-459E-ABAD-0092D49A1DFB
'
,
name
:
'menuitem70'
,
text
:
'表格主状态'
,
type
:
'MENUITEM'
,
...
...
@@ -2883,7 +2883,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem70'
,
},
{
id
:
'
6DE310C4-8432-4375-A4EB-772A8FB6F4F4
'
,
id
:
'
DF3943CD-0CB7-4498-A09D-687B68BCE4DA
'
,
name
:
'menuitem148'
,
text
:
'列表主状态'
,
type
:
'MENUITEM'
,
...
...
@@ -2902,7 +2902,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem148'
,
},
{
id
:
'7
F62676E-07D9-4AC0-B6A1-B7C13BB7F351
'
,
id
:
'7
3E33E96-62A2-4030-AEFD-B2182DAF2A5C
'
,
name
:
'menuitem183'
,
text
:
'数据主状态'
,
type
:
'MENUITEM'
,
...
...
@@ -2921,7 +2921,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem183'
,
},
{
id
:
'
39DF38FD-D257-47B4-A4F0-5AEB7FC458CA
'
,
id
:
'
CC6E1D08-5353-4D2E-89A7-12E0E97F38DE
'
,
name
:
'menuitem28'
,
text
:
'日历主状态'
,
type
:
'MENUITEM'
,
...
...
@@ -2940,7 +2940,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem28'
,
},
{
id
:
'1
B5DB973-B575-4E03-83CF-C7A6726C90FA
'
,
id
:
'1
252BDB9-8E6A-4840-B7CD-79C4A70BE509
'
,
name
:
'menuitem29'
,
text
:
'树主状态'
,
type
:
'MENUITEM'
,
...
...
@@ -2963,7 +2963,7 @@ export default class MainMenuModel {
],
},
{
id
:
'
0AC7582A-F7DB-4955-9AE7-5CBDA3B5EEB
B'
,
id
:
'
BF8B914E-7FE5-45D4-A1EC-60AA8722B75
B'
,
name
:
'menuitem22'
,
text
:
'测试'
,
type
:
'MENUITEM'
,
...
...
@@ -2982,7 +2982,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem22'
,
items
:
[
{
id
:
'
6509A2EF-6B10-4B83-83D1-E7CB3E6DACA0
'
,
id
:
'
3B967192-0454-437F-B8D6-9FCD01F3BB45
'
,
name
:
'menuitem23'
,
text
:
'卡片导航'
,
type
:
'MENUITEM'
,
...
...
@@ -3001,7 +3001,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem23'
,
},
{
id
:
'
55F823A4-1AB8-4878-BBAA-816FC2EE87F8
'
,
id
:
'
7E2A769D-2DAB-41C3-B075-DF8344724FB6
'
,
name
:
'menuitem24'
,
text
:
'表单嵌入卡片视图'
,
type
:
'MENUITEM'
,
...
...
@@ -3020,7 +3020,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem24'
,
},
{
id
:
'
1AD237F8-D938-4A87-A86A-E35D6441A2B8
'
,
id
:
'
2D14B09B-6356-4AC2-A67C-0C8446D94325
'
,
name
:
'menuitem25'
,
text
:
'关系界面刷新主表单'
,
type
:
'MENUITEM'
,
...
...
@@ -3041,7 +3041,7 @@ export default class MainMenuModel {
],
},
{
id
:
'
26A09D21-2398-460D-948F-2ADB643FEB6A
'
,
id
:
'
532ECE48-EBE2-40A1-939F-F9516BB459C2
'
,
name
:
'menuitem66'
,
text
:
'视图布局面板测试'
,
type
:
'MENUITEM'
,
...
...
@@ -3060,7 +3060,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem66'
,
items
:
[
{
id
:
'
91087213-3BA5-4DA9-9143-E47A65D09166
'
,
id
:
'
F43E6951-1514-4EDF-8C83-CD6293BD600E
'
,
name
:
'menuitem122'
,
text
:
'表格视图面板'
,
type
:
'MENUITEM'
,
...
...
@@ -3079,7 +3079,7 @@ export default class MainMenuModel {
authtag
:
'Web-MainMenu-menuitem122'
,
},
{
id
:
'
1D4FC105-3AFC-4FA0-B579-1583C1A7E32
9'
,
id
:
'
E9B47729-171C-4364-A493-6ECFC5E1210
9'
,
name
:
'menuitem125'
,
text
:
'测试表单自定义布局多媒体'
,
type
:
'MENUITEM'
,
...
...
app_Web/src/widgets/ibizbook/default-searchform/default-searchform-base.vue
浏览文件 @
92c6f22b
...
...
@@ -663,7 +663,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public
load
(
opt
:
any
=
{}):
void
{
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
GroupByCodelistList
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr9Grid
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
};
...
...
@@ -699,7 +699,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
public
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
void
{
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
GroupByCodelistList
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOK
Usr9Grid
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
}
const
arg
:
any
=
{
...
opt
}
;
...
...
demo-core/src/main/resources/liquibase/h2_table.xml
浏览文件 @
92c6f22b
...
...
@@ -278,7 +278,7 @@
<!--输出实体[IBIZCUSTOMER]数据结构 -->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizcustomer-
14
-10"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"tab-ibizcustomer-
36
-10"
>
<createTable
tableName=
"T_IBIZCUSTOMER"
>
<column
name=
"CREATEMAN"
remarks=
""
type=
"VARCHAR(60)"
>
</column>
...
...
demo-core/src/main/resources/liquibase/view.xml
浏览文件 @
92c6f22b
...
...
@@ -19,7 +19,7 @@
</createView>
</changeSet>
<!--输出实体[IBIZCUSTOMER]视图结构信息 runOnChange="true" 当视图发生变更时,通过liquibase强刷prod的视图,实现视图的同步-->
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"view-ibizcustomer-
14
-4"
runOnChange=
"true"
>
<changeSet
author=
"a_LAB01_df847bdfd"
id=
"view-ibizcustomer-
36
-4"
runOnChange=
"true"
>
<createView
fullDefinition=
"false"
replaceIfExists=
"true"
viewName=
"V_IBIZCUSTOMER"
>
<![CDATA[ SELECT t1.[ADDRESS], t1.[CREATEDATE], t1.[CREATEMAN], t1.[CUSTOMERUID], t1.[IBIZCUSTOMERID], t1.[IBIZCUSTOMERNAME], t1.[SN], t1.[UPDATEDATE], t1.[UPDATEMAN] FROM [T_IBIZCUSTOMER] t1 ]]>
</createView>
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录