|
@@ -101,7 +101,7 @@ export default {
|
|
|
path.push({
|
|
path.push({
|
|
|
path: '/',
|
|
path: '/',
|
|
|
name: data[i].name,
|
|
name: data[i].name,
|
|
|
- icon:'el-icon-document-checked',
|
|
|
|
|
|
|
+ icon:'el-icon-s-custom',
|
|
|
children:[
|
|
children:[
|
|
|
{ path: '/new/'+data[i].id, name: '新办'},
|
|
{ path: '/new/'+data[i].id, name: '新办'},
|
|
|
{ path: '/update/'+data[i].id, name: '复审'},
|
|
{ path: '/update/'+data[i].id, name: '复审'},
|