Showing
1 changed file
with
14 additions
and
8 deletions
1 | 1 | const actions = [{ |
2 | - url: '/sysnotify-subpackage/sys-notify/system-notify', | |
3 | - text: '系统通知', | |
4 | - leftIcon: '/static/sys-not.png', | |
5 | - rightIcon: '/static/arrow-right.png' | |
2 | + name: '全部', | |
3 | + value: '' | |
6 | 4 | }, |
7 | 5 | { |
8 | - url: '/feedback-subpackage/feedback/feedback', | |
9 | - text: '意见反馈', | |
10 | - leftIcon: '/static/find-sugg.png', | |
11 | - rightIcon: '/static/arrow-right.png' | |
6 | + name: '会议', | |
7 | + value: 'MEETING' | |
8 | + }, | |
9 | + { | |
10 | + name: '公告', | |
11 | + value: 'NOTICE' | |
12 | + }, | |
13 | + { | |
14 | + name: '其他', | |
15 | + value: 'OTHER' | |
12 | 16 | } |
13 | 17 | ] |
18 | + | |
19 | + | |
14 | 20 | export { |
15 | 21 | actions |
16 | 22 | } |
\ No newline at end of file | ... | ... |