1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
export default {
fields: {
teammemberid: "组成员标识",
teamid: "组标识",
teamname: "组名称",
userid: "用户标识",
personname: "姓名",
postid: "岗位标识",
postname: "岗位",
domains: "区属",
},
views: {
gridview: {
caption: "组管理",
title: "组管理",
},
editview: {
caption: "组成员",
title: "组成员编辑视图",
},
},
main_form: {
details: {
group1: "组成员基本信息",
formpage1: "基本信息",
srforikey: "",
srfkey: "组成员标识",
srfmajortext: "姓名",
srftempmode: "",
srfuf: "",
srfdeid: "",
srfsourcekey: "",
personname: "姓名",
postname: "岗位",
domains: "区属",
teamid: "组标识",
postid: "岗位标识",
userid: "用户标识",
teammemberid: "组成员标识",
},
uiactions: {
},
},
main_grid: {
columns: {
personname: "姓名",
postname: "岗位",
userid: "用户标识",
postid: "岗位标识",
},
nodata:"",
uiactions: {
},
},
gridviewtoolbar_toolbar: {
tbitem24: {
caption: "行编辑",
tip: "行编辑",
},
tbitem25: {
caption: "新建行",
tip: "新建行",
},
deuiaction1: {
caption: "保存行",
tip: "保存行",
},
tbitem26: {
caption: "-",
tip: "",
},
tbitem8: {
caption: "删除",
tip: "删除",
},
},
editviewtoolbar_toolbar: {
tbitem3: {
caption: "保存",
tip: "保存",
},
deuiaction1: {
caption: "保存并关闭",
tip: "保存并关闭",
},
deuiaction2: {
caption: "关闭",
tip: "关闭",
},
tbitem6: {
caption: "-",
tip: "",
},
tbitem14: {
caption: "拷贝",
tip: "拷贝",
},
},
};