|
|
@@ -24,15 +24,18 @@ class MainHeader extends Component {
|
|
|
icon: 'uas-home-schedule',
|
|
|
},
|
|
|
{
|
|
|
- 'name': '待审批', countUrl: API.APPCOMMON_COUNT + 'processToDo.action',
|
|
|
+ 'name': '待审批',
|
|
|
+ countUrl: API.APPCOMMON_COUNT + 'processToDo.action',
|
|
|
icon: 'uas-home-approval',
|
|
|
},
|
|
|
{
|
|
|
- 'name': '我的待办', countUrl: API.APPCOMMON_COUNT + 'taskToDo.action',
|
|
|
+ 'name': '我的待办',
|
|
|
+ countUrl: API.APPCOMMON_COUNT + 'taskToDo.action',
|
|
|
icon: 'uas-home-task',
|
|
|
},
|
|
|
{
|
|
|
- 'name': '我的订阅', countUrl: API.APPCOMMON_COUNT + 'subscribe.action',
|
|
|
+ 'name': '我的订阅',
|
|
|
+ countUrl: API.APPCOMMON_COUNT + 'subscribe.action',
|
|
|
icon: 'uas-home-subscribe',
|
|
|
},
|
|
|
],
|
|
|
@@ -59,6 +62,7 @@ class MainHeader extends Component {
|
|
|
homeHeaderIcon.forEach((item, index) => {
|
|
|
homeHeaderList.push(
|
|
|
<FuncItem
|
|
|
+ supAble
|
|
|
funcObj={item}
|
|
|
supValue={item.sup}
|
|
|
onFuncClick={this.onFuncClick.bind(this)}
|