#
whycq
2023-04-27 8e793ad7973359bc44fb4e691bbf1008940f9af7
#
2个文件已修改
2个文件已添加
1 文件已重命名
54 ■■■■ 已修改文件
pages.json 20 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/home/home.vue 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/order/orderPakin.vue 补丁 | 查看 | 原始文档 | blame | 历史
pages/order/orderPutDown.vue 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/order/orderPutOn.vue 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages.json
@@ -31,17 +31,23 @@
            }
        },
        {
            "path": "pages/pakin/orderPakin",
            "path": "pages/order/orderPakin",
            "style": {
                "navigationBarTitleText": "订单入库"
            }
        },
        // {
        //     "path": "pages/print/print",
        //     "style": {
        //         "navigationBarTitleText": "打印"
        //     }
        // },
        {
            "path": "pages/order/orderPutOn",
            "style": {
                "navigationBarTitleText": "订单上架"
            }
        },
        {
            "path": "pages/order/orderPutDown",
            "style": {
                "navigationBarTitleText": "订单下架"
            }
        },
        {
            "path": "pages/print/print",
            "style": {
pages/home/home.vue
@@ -31,16 +31,30 @@
                        name: 'orderPakin',
                        color: 'blue',
                        cuIcon: 'list',
                        url: '/pakin/orderPakin'
                        url: '/order/orderPakin'
                    },
                    {
                        title: '打印',
                        name: 'print',
                        color: 'blue',
                        color: 'purple',
                        cuIcon: 'list',
                        url: '/print/print'
                    },
                    {
                        title: '订单上架',
                        name: 'print',
                        color: 'mauve',
                        cuIcon: 'list',
                        url: '/order/orderPutOn'
                    },
                    {
                        title: '订单下架',
                        name: 'print',
                        color: 'pink',
                        cuIcon: 'list',
                        url: '/order/orderPutDown'
                    },
                    {
                        title: '退出登录',
                        name: 'logOut',
                        color: 'grey',
pages/order/orderPakin.vue
pages/order/orderPutDown.vue
New file
@@ -0,0 +1,8 @@
<template>
</template>
<script>
</script>
<style>
</style>
pages/order/orderPutOn.vue
New file
@@ -0,0 +1,8 @@
<template>
</template>
<script>
</script>
<style>
</style>