pages.json | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
pages/basics/pickOffLines.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
pages/index/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
pages.json
@@ -168,6 +168,15 @@ "enablePullDownRefresh": false } }, { "path" : "pages/basics/pickOffLines", "style" : { "navigationBarTitleText": "拣货下架", "enablePullDownRefresh": false } } pages/basics/pickOffLines.vue
New file @@ -0,0 +1,8 @@ <template> </template> <script> </script> <style> </style> pages/index/index.vue
@@ -24,6 +24,12 @@ return { elements:[ { title: '拣货下架', name: 'pickOffLines', color: 'blue', cuIcon: 'video' }, { title: '上架管理', name: 'putOnSale', color: 'blue',