|
@@ -47,11 +47,11 @@ const menus = {
|
47
|
47
|
{ icon: 'icon7', text: '统计查询', link: '' },
|
48
|
48
|
],
|
49
|
49
|
|
50
|
|
- // 督察员
|
|
50
|
+ // 市民
|
51
|
51
|
[ROLE_CITIZEN]: [
|
52
|
|
- { icon: 'icon1', text: '未 处 理', link: '/pages/issue/list2/index?title=未处理&bizStatus=start' },
|
53
|
|
- { icon: 'icon2', text: '处 理 中', link: '/pages/issue/list2/index?title=处理中&bizStatus=assigned' },
|
54
|
|
- { icon: 'icon7', text: '已 打 回', link: '' },
|
|
52
|
+ { icon: 'icon1', text: '未处理', link: '/pages/issue/list2/index?title=未处理&bizStatus=start' },
|
|
53
|
+ { icon: 'icon2', text: '处理中', link: '/pages/issue/list2/index?title=处理中&bizStatus=assigned' },
|
|
54
|
+ { icon: 'icon12', text: '已打回', link: '/pages/issue/list2/index?title=已打回&bizStatus=reject' },
|
55
|
55
|
],
|
56
|
56
|
}
|
57
|
57
|
|