@titaui/pc 1.12.12 → 1.12.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7,42 +7,44 @@ exports["default"] = void 0;
|
|
|
7
7
|
|
|
8
8
|
var _getLocale = require("../../../../utils/getLocale");
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
// import { GROUP_NAME_NODE } from '../../components/menu-tree/tree-node'
|
|
12
11
|
var getMenus = function getMenus() {
|
|
13
12
|
return [{
|
|
14
|
-
icon:
|
|
15
|
-
label: (0, _getLocale.getLocale)(
|
|
16
|
-
key:
|
|
17
|
-
href:
|
|
18
|
-
}, {
|
|
19
|
-
icon: 'todo',
|
|
20
|
-
label: (0, _getLocale.getLocale)('Ooo_Tas_ActionPlans'),
|
|
21
|
-
key: 'todos',
|
|
22
|
-
href: '#/interview?reactRouterName=todos'
|
|
23
|
-
}, {
|
|
24
|
-
icon: 'template',
|
|
25
|
-
label: (0, _getLocale.getLocale)('Ooo_Mo_Templates'),
|
|
26
|
-
key: 'template',
|
|
27
|
-
href: '#/interview?reactRouterName=template'
|
|
28
|
-
}, {
|
|
29
|
-
icon: '',
|
|
30
|
-
label: '管理',
|
|
31
|
-
key: 'manage-interview-group',
|
|
32
|
-
type: _treeNode.GROUP_NAME_NODE,
|
|
33
|
-
href: '',
|
|
34
|
-
isShow: true
|
|
13
|
+
icon: "my-interview",
|
|
14
|
+
label: (0, _getLocale.getLocale)("Ooo_Mo_My1on1"),
|
|
15
|
+
key: "myInterview",
|
|
16
|
+
href: "#/interview?reactRouterName=myInterview"
|
|
35
17
|
}, {
|
|
36
|
-
icon:
|
|
37
|
-
label:
|
|
38
|
-
key:
|
|
39
|
-
href:
|
|
18
|
+
icon: "todo",
|
|
19
|
+
label: (0, _getLocale.getLocale)("Ooo_Tas_ActionPlans"),
|
|
20
|
+
key: "todos",
|
|
21
|
+
href: "#/interview?reactRouterName=todos"
|
|
40
22
|
}, {
|
|
41
|
-
icon:
|
|
42
|
-
label: (0, _getLocale.getLocale)(
|
|
43
|
-
key:
|
|
44
|
-
href:
|
|
45
|
-
}
|
|
23
|
+
icon: "template",
|
|
24
|
+
label: (0, _getLocale.getLocale)("Ooo_Mo_Templates"),
|
|
25
|
+
key: "template",
|
|
26
|
+
href: "#/interview?reactRouterName=template"
|
|
27
|
+
} // {
|
|
28
|
+
// icon: '',
|
|
29
|
+
// label: '管理',
|
|
30
|
+
// key: 'manage-interview-group',
|
|
31
|
+
// type: GROUP_NAME_NODE,
|
|
32
|
+
// href: '',
|
|
33
|
+
// isShow: true,
|
|
34
|
+
// },
|
|
35
|
+
// {
|
|
36
|
+
// icon: 'manage',
|
|
37
|
+
// label: '面谈管理' || getLocale('Ooo_Mo_Templates'),
|
|
38
|
+
// key: 'manage',
|
|
39
|
+
// href: '#/interview?reactRouterName=manage',
|
|
40
|
+
// },
|
|
41
|
+
// {
|
|
42
|
+
// icon: 'yibiao',
|
|
43
|
+
// label: getLocale('Ooo_Ddb_Dashboard'),
|
|
44
|
+
// key: 'dashboard',
|
|
45
|
+
// href: '#/interview?reactRouterName=dashboard',
|
|
46
|
+
// },
|
|
47
|
+
];
|
|
46
48
|
};
|
|
47
49
|
|
|
48
50
|
var _default = getMenus;
|