|
@@ -31,7 +31,7 @@ export default [
|
31
|
31
|
component: '@/pages/invoiceFill',
|
32
|
32
|
},
|
33
|
33
|
{
|
34
|
|
- path: '/invoiceFill/edit.jsx',
|
|
34
|
+ path: '/invoiceFill/edit',
|
35
|
35
|
name: '班次编辑',
|
36
|
36
|
icon: 'ProfileOutlined',
|
37
|
37
|
component: '@/pages/invoiceFill/edit.jsx',
|
|
@@ -39,10 +39,16 @@ export default [
|
39
|
39
|
},
|
40
|
40
|
{
|
41
|
41
|
path: '/invoiceDetail',
|
42
|
|
- name: '开票明细列表',
|
|
42
|
+ name: '开票明细',
|
43
|
43
|
icon: 'ProfileOutlined',
|
44
|
44
|
component: '@/pages/invoiceDetail',
|
45
|
45
|
},
|
|
46
|
+ {
|
|
47
|
+ path: '/nofill',
|
|
48
|
+ name: '未填记录',
|
|
49
|
+ icon: 'FileSearchOutlined',
|
|
50
|
+ component: '@/pages/noFill',
|
|
51
|
+ },
|
46
|
52
|
{
|
47
|
53
|
path: '/',
|
48
|
54
|
redirect: '/welcome',
|