You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
1.4 KiB
77 lines
1.4 KiB
export default [
|
|
{
|
|
path: "jis-bbac",
|
|
meta: {
|
|
type: "group",
|
|
title: "JIS-BBAC",
|
|
icon: "folder",
|
|
},
|
|
children: [
|
|
{
|
|
path: "input",
|
|
meta: {
|
|
type: "group",
|
|
title: "数据输入",
|
|
icon: "folder",
|
|
},
|
|
children: [
|
|
{
|
|
path: "bbac_sa_service",
|
|
meta: {
|
|
type: "page",
|
|
title: "JIS结算数据",
|
|
icon: "file",
|
|
},
|
|
},
|
|
{
|
|
path: "bbac_se_detail",
|
|
meta: {
|
|
type: "page",
|
|
title: "JIS发运数据",
|
|
icon: "file",
|
|
},
|
|
},
|
|
{
|
|
path: "bbac_se_edi",
|
|
meta: {
|
|
type: "page",
|
|
title: "EDI数据",
|
|
icon: "file",
|
|
},
|
|
},
|
|
],
|
|
},
|
|
],
|
|
|
|
/* path: "business",
|
|
meta: {
|
|
type: "group",
|
|
title: "JIS-HBPO",
|
|
icon: "folder",
|
|
},
|
|
path: "business",
|
|
meta: {
|
|
type: "group",
|
|
title: "直供件",
|
|
icon: "folder",
|
|
},
|
|
path: "business",
|
|
meta: {
|
|
type: "group",
|
|
title: "备件",
|
|
icon: "folder",
|
|
},
|
|
path: "business",
|
|
meta: {
|
|
type: "group",
|
|
title: "印度件",
|
|
icon: "folder",
|
|
},
|
|
path: "business",
|
|
meta: {
|
|
type: "group",
|
|
title: "商务审核",
|
|
icon: "folder",
|
|
}, */
|
|
},
|
|
];
|
|
|