@titaui/pc 1.15.55 → 1.15.56
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.
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.defaultRefObject = exports["default"] = exports.PAGE_UNASSIGNED_DEMOFREE = exports.PAGE_RESERVED_DEMOFREE = exports.PAGE_RECHARGE_STATUS = exports.PAGE_RECHARGE_STATISTICS = exports.PAGE_RECHARGE_LIST = exports.PAGE_PUBLIC_CUSTOMER = exports.PAGE_MY_CUSTOMER = exports.PAGE_LIMIT_CUSTOMER = exports.PAGE_IGNORED_DEMOFREE = exports.PAGE_DUEDATE_ORDER = exports.PAGE_DONE_DEMOFREE = exports.PAGE_CHARTS_DEMOFREE = exports.PAGE_CHARTS = exports.PAGE_ASSIGNED_DEMOFREE = exports.PAGE_ALL_CUSTOMER = exports.ERoleType = void 0;
|
|
6
|
+
exports.defaultRefObject = exports["default"] = exports.PAGE_UNASSIGNED_DEMOFREE = exports.PAGE_STAFF_ROLES_MANAGEMENT = exports.PAGE_RESERVED_DEMOFREE = exports.PAGE_RECHARGE_STATUS = exports.PAGE_RECHARGE_STATISTICS = exports.PAGE_RECHARGE_LIST = exports.PAGE_PUBLIC_CUSTOMER = exports.PAGE_MY_CUSTOMER = exports.PAGE_LIMIT_CUSTOMER = exports.PAGE_IGNORED_DEMOFREE = exports.PAGE_DUEDATE_ORDER = exports.PAGE_DONE_DEMOFREE = exports.PAGE_CHARTS_DEMOFREE = exports.PAGE_CHARTS = exports.PAGE_ASSIGNED_DEMOFREE = exports.PAGE_ALL_CUSTOMER = exports.ERoleType = void 0;
|
|
7
7
|
|
|
8
8
|
var _index = require("../../components/menu-tree/tree-node/index");
|
|
9
9
|
|
|
@@ -62,6 +62,8 @@ var PAGE_RECHARGE_STATISTICS = "rechargeStatistics";
|
|
|
62
62
|
exports.PAGE_RECHARGE_STATISTICS = PAGE_RECHARGE_STATISTICS;
|
|
63
63
|
var PAGE_RECHARGE_STATUS = "rechargeStatus";
|
|
64
64
|
exports.PAGE_RECHARGE_STATUS = PAGE_RECHARGE_STATUS;
|
|
65
|
+
var PAGE_STAFF_ROLES_MANAGEMENT = 'staffManagement';
|
|
66
|
+
exports.PAGE_STAFF_ROLES_MANAGEMENT = PAGE_STAFF_ROLES_MANAGEMENT;
|
|
65
67
|
|
|
66
68
|
var DemoMenuData = /*#__PURE__*/function () {
|
|
67
69
|
function DemoMenuData(roleList, showCompeteCustomer) {
|
|
@@ -152,7 +154,7 @@ var DemoMenuData = /*#__PURE__*/function () {
|
|
|
152
154
|
})
|
|
153
155
|
}]
|
|
154
156
|
}, {
|
|
155
|
-
icon: "
|
|
157
|
+
icon: "PF-shezhi",
|
|
156
158
|
label: "客户续费",
|
|
157
159
|
key: "recharge",
|
|
158
160
|
href: "#/demofree/recharge",
|
|
@@ -176,6 +178,19 @@ var DemoMenuData = /*#__PURE__*/function () {
|
|
|
176
178
|
return [ERoleType.CRM, ERoleType.Manager].includes(role);
|
|
177
179
|
})
|
|
178
180
|
}]
|
|
181
|
+
}, {
|
|
182
|
+
icon: "setting",
|
|
183
|
+
label: "人员管理",
|
|
184
|
+
key: "management",
|
|
185
|
+
href: "#/demofree/management",
|
|
186
|
+
isShow: this.isManager,
|
|
187
|
+
children: [{
|
|
188
|
+
icon: "",
|
|
189
|
+
label: "员工列表",
|
|
190
|
+
key: PAGE_STAFF_ROLES_MANAGEMENT,
|
|
191
|
+
href: "#/demofree/management",
|
|
192
|
+
isShow: this.isManager
|
|
193
|
+
}]
|
|
179
194
|
}];
|
|
180
195
|
}
|
|
181
196
|
|