#
whycq
2022-09-21 686764c0fab765515891391693ca284a158b89d9
#
2个文件已修改
1个文件已添加
23 ■■■■■ 已修改文件
pages.json 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/basics/pickOffLines.vue 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/index/index.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | 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',