|
@ -118,10 +118,10 @@ export default [ |
|
|
// },
|
|
|
// },
|
|
|
// },
|
|
|
// },
|
|
|
{ |
|
|
{ |
|
|
path: "import", |
|
|
path: "synchronous", |
|
|
meta: { |
|
|
meta: { |
|
|
type: "button", |
|
|
type: "button", |
|
|
title: "导入", |
|
|
title: "手动同步", |
|
|
icon: "file", |
|
|
icon: "file", |
|
|
isTop: true, |
|
|
isTop: true, |
|
|
}, |
|
|
}, |
|
@ -155,6 +155,15 @@ export default [ |
|
|
isTop: true, |
|
|
isTop: true, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: "synchronous", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "手动同步", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
isTop: true, |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
path: "export", |
|
|
path: "export", |
|
|
meta: { |
|
|
meta: { |
|
@ -278,98 +287,6 @@ export default [ |
|
|
}, |
|
|
}, |
|
|
], |
|
|
], |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
|
|
|
path: "second_bbac_sa_detail_jobservice", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "page", |
|
|
|
|
|
title: "发运与结算数据二次比对", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
enumBusinessType: "BBAC", |
|
|
|
|
|
}, |
|
|
|
|
|
children: [ |
|
|
|
|
|
{ |
|
|
|
|
|
path: "query", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "查询", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
isTop: true, |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: "compare", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "生成对比", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
isTop: true, |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: "delete", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "删除", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
isTop: true, |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: "export", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "下载", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
], |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: "third_bbac_sa_detail_jobservice", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "page", |
|
|
|
|
|
title: "买单件发运与结算数据三次比对", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
enumBusinessType: "BBAC", |
|
|
|
|
|
}, |
|
|
|
|
|
children: [ |
|
|
|
|
|
{ |
|
|
|
|
|
path: "query", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "查询", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
isTop: true, |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: "compare", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "生成对比", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
isTop: true, |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: "delete", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "删除", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
isTop: true, |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: "export", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "下载", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
], |
|
|
|
|
|
}, |
|
|
|
|
|
], |
|
|
], |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
@ -737,10 +654,10 @@ export default [ |
|
|
// },
|
|
|
// },
|
|
|
// },
|
|
|
// },
|
|
|
{ |
|
|
{ |
|
|
path: "import", |
|
|
path: "synchronous", |
|
|
meta: { |
|
|
meta: { |
|
|
type: "button", |
|
|
type: "button", |
|
|
title: "导入", |
|
|
title: "手动同步", |
|
|
icon: "file", |
|
|
icon: "file", |
|
|
isTop: true, |
|
|
isTop: true, |
|
|
}, |
|
|
}, |
|
@ -774,6 +691,15 @@ export default [ |
|
|
isTop: true, |
|
|
isTop: true, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: "synchronous", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "手动同步", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
isTop: true, |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
path: "export", |
|
|
path: "export", |
|
|
meta: { |
|
|
meta: { |
|
@ -897,52 +823,6 @@ export default [ |
|
|
}, |
|
|
}, |
|
|
], |
|
|
], |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
|
|
|
path: "second_hbpo_sa_detail_jobservice", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "page", |
|
|
|
|
|
title: "发运与结算数据二次比对", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
enumBusinessType: "HBPO", |
|
|
|
|
|
}, |
|
|
|
|
|
children: [ |
|
|
|
|
|
{ |
|
|
|
|
|
path: "query", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "查询", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
isTop: true, |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: "compare", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "生成对比", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
isTop: true, |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: "delete", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "删除", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
isTop: true, |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: "export", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "下载", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
], |
|
|
|
|
|
}, |
|
|
|
|
|
], |
|
|
], |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
@ -1209,10 +1089,10 @@ export default [ |
|
|
}, |
|
|
}, |
|
|
children: [ |
|
|
children: [ |
|
|
{ |
|
|
{ |
|
|
path: "jit_jit_pub_sa_service", |
|
|
path: "bbac_jit_pub_sa_service", |
|
|
meta: { |
|
|
meta: { |
|
|
type: "page", |
|
|
type: "page", |
|
|
title: "结算数据", |
|
|
title: "BBAC结算数据", |
|
|
icon: "file", |
|
|
icon: "file", |
|
|
}, |
|
|
}, |
|
|
children: [ |
|
|
children: [ |
|
@ -1225,6 +1105,15 @@ export default [ |
|
|
isTop: true, |
|
|
isTop: true, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: "import", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "导入", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
isTop: true, |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
path: "delete", |
|
|
path: "delete", |
|
|
meta: { |
|
|
meta: { |
|
@ -1237,10 +1126,10 @@ export default [ |
|
|
], |
|
|
], |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
path: "jit_pub_sa_detail_service", |
|
|
path: "bbac_jit_pub_sa_detail_service", |
|
|
meta: { |
|
|
meta: { |
|
|
type: "page", |
|
|
type: "page", |
|
|
title: "结算数据明细", |
|
|
title: "BBAC结算数据明细", |
|
|
icon: "file", |
|
|
icon: "file", |
|
|
isHidden: true, |
|
|
isHidden: true, |
|
|
}, |
|
|
}, |
|
@ -1255,19 +1144,39 @@ export default [ |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
path: "delete", |
|
|
path: "export", |
|
|
meta: { |
|
|
meta: { |
|
|
type: "button", |
|
|
type: "button", |
|
|
title: "删除", |
|
|
title: "导出", |
|
|
icon: "file", |
|
|
icon: "file", |
|
|
isTop: true, |
|
|
isTop: true, |
|
|
|
|
|
pattern: "paged", |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
|
|
|
], |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: "bbac_jit_pub_se_detail_service", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "page", |
|
|
|
|
|
title: "BBAC发运数据", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
}, |
|
|
|
|
|
children: [ |
|
|
{ |
|
|
{ |
|
|
path: "import", |
|
|
path: "query", |
|
|
meta: { |
|
|
meta: { |
|
|
type: "button", |
|
|
type: "button", |
|
|
title: "导入", |
|
|
title: "查询", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
isTop: true, |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: "synchronous", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "手动同步", |
|
|
icon: "file", |
|
|
icon: "file", |
|
|
isTop: true, |
|
|
isTop: true, |
|
|
}, |
|
|
}, |
|
@ -1285,10 +1194,10 @@ export default [ |
|
|
], |
|
|
], |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
path: "jit_pub_se_detail_service", |
|
|
path: "hbpo_jit_pub_sa_service", |
|
|
meta: { |
|
|
meta: { |
|
|
type: "page", |
|
|
type: "page", |
|
|
title: "发运数据", |
|
|
title: "HBPO结算数据", |
|
|
icon: "file", |
|
|
icon: "file", |
|
|
}, |
|
|
}, |
|
|
children: [ |
|
|
children: [ |
|
@ -1301,15 +1210,6 @@ export default [ |
|
|
isTop: true, |
|
|
isTop: true, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
// {
|
|
|
|
|
|
// path: "delete",
|
|
|
|
|
|
// meta: {
|
|
|
|
|
|
// type: "button",
|
|
|
|
|
|
// title: "删除",
|
|
|
|
|
|
// icon: "file",
|
|
|
|
|
|
// isTop: true,
|
|
|
|
|
|
// },
|
|
|
|
|
|
// },
|
|
|
|
|
|
{ |
|
|
{ |
|
|
path: "import", |
|
|
path: "import", |
|
|
meta: { |
|
|
meta: { |
|
@ -1319,6 +1219,73 @@ export default [ |
|
|
isTop: true, |
|
|
isTop: true, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: "delete", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "删除", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
isTop: true, |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
], |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: "hbpo_jit_pub_sa_detail_service", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "page", |
|
|
|
|
|
title: "HBPO结算数据明细", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
isHidden: true, |
|
|
|
|
|
}, |
|
|
|
|
|
children: [ |
|
|
|
|
|
{ |
|
|
|
|
|
path: "query", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "查询", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
isTop: true, |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: "export", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "导出", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
isTop: true, |
|
|
|
|
|
pattern: "paged", |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
], |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: "hbpo_jit_pub_se_detail_service", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "page", |
|
|
|
|
|
title: "HBPO发运数据", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
}, |
|
|
|
|
|
children: [ |
|
|
|
|
|
{ |
|
|
|
|
|
path: "query", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "查询", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
isTop: true, |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: "synchronous", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "手动同步", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
isTop: true, |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
path: "export", |
|
|
path: "export", |
|
|
meta: { |
|
|
meta: { |
|
@ -1342,10 +1309,10 @@ export default [ |
|
|
}, |
|
|
}, |
|
|
children: [ |
|
|
children: [ |
|
|
{ |
|
|
{ |
|
|
path: "jit_pub_sa_detail_jobservice", |
|
|
path: "bbac_jit_pub_sa_detail_jobservice", |
|
|
meta: { |
|
|
meta: { |
|
|
type: "page", |
|
|
type: "page", |
|
|
title: "发运与结算比对", |
|
|
title: "BBAC发运与结算比对", |
|
|
icon: "file", |
|
|
icon: "file", |
|
|
enumBusinessType: "ZhiGongJian", |
|
|
enumBusinessType: "ZhiGongJian", |
|
|
}, |
|
|
}, |
|
@ -1397,10 +1364,10 @@ export default [ |
|
|
], |
|
|
], |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
path: "jit_second_pub_sa_detail_jobservice", |
|
|
path: "hbpo_jit_pub_sa_detail_jobservice", |
|
|
meta: { |
|
|
meta: { |
|
|
type: "page", |
|
|
type: "page", |
|
|
title: "发运与结算二次比对", |
|
|
title: "HBPO发运与结算比对", |
|
|
icon: "file", |
|
|
icon: "file", |
|
|
enumBusinessType: "ZhiGongJian", |
|
|
enumBusinessType: "ZhiGongJian", |
|
|
}, |
|
|
}, |
|
@ -1432,6 +1399,15 @@ export default [ |
|
|
isTop: true, |
|
|
isTop: true, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: "update-data", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "更新结算数据状态", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
isTop: true, |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
{ |
|
|
{ |
|
|
path: "export", |
|
|
path: "export", |
|
|
meta: { |
|
|
meta: { |
|
@ -1790,10 +1766,10 @@ export default [ |
|
|
// },
|
|
|
// },
|
|
|
// },
|
|
|
// },
|
|
|
{ |
|
|
{ |
|
|
path: "import", |
|
|
path: "synchronous", |
|
|
meta: { |
|
|
meta: { |
|
|
type: "button", |
|
|
type: "button", |
|
|
title: "导入", |
|
|
title: "手动同步", |
|
|
icon: "file", |
|
|
icon: "file", |
|
|
isTop: true, |
|
|
isTop: true, |
|
|
}, |
|
|
}, |
|
@ -1875,52 +1851,6 @@ export default [ |
|
|
}, |
|
|
}, |
|
|
], |
|
|
], |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
|
|
|
path: "bj_second_pub_sa_detail_jobservice", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "page", |
|
|
|
|
|
title: "发运与结算二次比对", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
enumBusinessType: "BeiJian", |
|
|
|
|
|
}, |
|
|
|
|
|
children: [ |
|
|
|
|
|
{ |
|
|
|
|
|
path: "query", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "查询", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
isTop: true, |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: "compare", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "生成对比", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
isTop: true, |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: "delete", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "删除", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
isTop: true, |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: "export", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "下载", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
], |
|
|
|
|
|
}, |
|
|
|
|
|
], |
|
|
], |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
@ -2269,10 +2199,10 @@ export default [ |
|
|
// },
|
|
|
// },
|
|
|
// },
|
|
|
// },
|
|
|
{ |
|
|
{ |
|
|
path: "import", |
|
|
path: "synchronous", |
|
|
meta: { |
|
|
meta: { |
|
|
type: "button", |
|
|
type: "button", |
|
|
title: "导入", |
|
|
title: "手动同步", |
|
|
icon: "file", |
|
|
icon: "file", |
|
|
isTop: true, |
|
|
isTop: true, |
|
|
}, |
|
|
}, |
|
@ -2354,52 +2284,6 @@ export default [ |
|
|
}, |
|
|
}, |
|
|
], |
|
|
], |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
|
|
|
path: "in_second_pub_sa_detail_jobservice", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "page", |
|
|
|
|
|
title: "发运与结算二次比对", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
enumBusinessType: "YingDuJian", |
|
|
|
|
|
}, |
|
|
|
|
|
children: [ |
|
|
|
|
|
{ |
|
|
|
|
|
path: "query", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "查询", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
isTop: true, |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: "compare", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "生成对比", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
isTop: true, |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: "delete", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "删除", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
isTop: true, |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: "export", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "下载", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
|
|
|
], |
|
|
|
|
|
}, |
|
|
|
|
|
], |
|
|
], |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
@ -2930,6 +2814,16 @@ export default [ |
|
|
pattern: "paged", |
|
|
pattern: "paged", |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
|
|
|
{ |
|
|
|
|
|
path: "backups", |
|
|
|
|
|
meta: { |
|
|
|
|
|
type: "button", |
|
|
|
|
|
title: "手动备份", |
|
|
|
|
|
icon: "file", |
|
|
|
|
|
isTop: true, |
|
|
|
|
|
pattern: "paged", |
|
|
|
|
|
}, |
|
|
|
|
|
}, |
|
|
], |
|
|
], |
|
|
}, |
|
|
}, |
|
|
], |
|
|
], |
|
|