|
@@ -578,6 +578,14 @@ export const productPricePermission = {
|
|
|
goodsPrice_priceLine_addMyChart:'goodsPrice:priceLine:addMyChart',
|
|
|
goodsPrice_priceLine_share:'goodsPrice:priceLine:share',
|
|
|
}
|
|
|
+/**
|
|
|
+ * --------------------------------------------------------------------------工具箱-----------------------------------------------------
|
|
|
+ */
|
|
|
+export const toolBoxPermission = {
|
|
|
+ forexCalendar_view:'forexCalendar:view',//查看日历
|
|
|
+ forexCalendar_save:'forexCalendar:save',//添加/编辑事项
|
|
|
+
|
|
|
+}
|
|
|
/*
|
|
|
* --------------------------------------------------------------------------系统设置------------------------------------------------
|
|
|
*/
|
|
@@ -698,7 +706,8 @@ const btnMap = {
|
|
|
outlinkConfigPermission,approveFlowPermission,
|
|
|
approvePermission,
|
|
|
outlinkConfigPermission,
|
|
|
- chartThemePermission
|
|
|
+ chartThemePermission,
|
|
|
+ toolBoxPermission
|
|
|
}
|
|
|
|
|
|
/**
|