yyb
12 小时以前 de16a79f255ef5a8b58d8886f429fe9a40950ad5
隐藏取消报工页面
已修改2个文件
30 ■■■■ 文件已修改
pages.json 20 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/sys/home/index.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages.json
@@ -792,16 +792,16 @@
        "navigationBarBackgroundColor": "#3281FF"
      }
    },
    // 取消报工
    {
      "path": "pages/product/cancelReport/index",
      "style": {
        "navigationStyle": "custom",
        "navigationBarTitleText": "",
        // "navigationBarBackgroundColor": "#3281FF"
        "enablePullDownRefresh": false
      }
    },
    // // 取消报工
    // {
    //   "path": "pages/product/cancelReport/index",
    //   "style": {
    //     "navigationStyle": "custom",
    //     "navigationBarTitleText": "",
    //     // "navigationBarBackgroundColor": "#3281FF"
    //     "enablePullDownRefresh": false
    //   }
    // },
    // 接收(铜杆)
    {
      "path": "pages/product/receive/index",
pages/sys/home/index.vue
@@ -32,11 +32,11 @@
                            url: '/pages/product/report/index',
                            icon: 'one'
                        },
                        {
                            name: '取消报工',
                            url: '/pages/product/cancelReport/index',
                            icon: 'two'
                        },
                        // {
                        //     name: '取消报工',
                        //     url: '/pages/product/cancelReport/index',
                        //     icon: 'two'
                        // },
                        {
                            name: '接收(铜杆)',
                            url: '/pages/product/receive/index',