diff --git a/src/router/full-routers.js b/src/router/full-routers.js index b0f88a3..1d24baa 100644 --- a/src/router/full-routers.js +++ b/src/router/full-routers.js @@ -33,7 +33,7 @@ export default { "name": "商品", "url": "local-course/resources", "perms": "", - "type": 1, + "type": 0, "elIcon": "el-icon-menu", "orderNum": 0, "open": null, @@ -51,6 +51,31 @@ export default { list: [] }] }, + { + "menuId": getUUID(), + "parentId": 0, + "parentName": null, + "name": "运费管理", + "url": "", + "perms": "", + "type": 0, + "elIcon": "el-icon-money", + "orderNum": 0, + "open": null, + list: [{ + "menuId": getUUID(), + "parentId": 0, + "parentName": null, + "name": "运费模板", + "url": "logistics-fare/logistics-template/index", + "perms": "", + "type": 1, + "elIcon": "el-icon-postcard", + "orderNum": 0, + "open": null, + list: [] + }] + }, // { // "menuId": getUUID(), // "parentId": 0, diff --git a/src/views/modules/logistics-fare/logistics-template/index.vue b/src/views/modules/logistics-fare/logistics-template/index.vue new file mode 100644 index 0000000..2c70bd5 --- /dev/null +++ b/src/views/modules/logistics-fare/logistics-template/index.vue @@ -0,0 +1,314 @@ + + + + + \ No newline at end of file diff --git a/src/views/modules/logistics-fare/logistics-template/popup/add-template.vue b/src/views/modules/logistics-fare/logistics-template/popup/add-template.vue new file mode 100644 index 0000000..22ce470 --- /dev/null +++ b/src/views/modules/logistics-fare/logistics-template/popup/add-template.vue @@ -0,0 +1,156 @@ + + + \ No newline at end of file