智慧农业后台管理页面
guoshilong
2022-11-08 082613d446e29e4ec1c16bfaa52345106a498b23
src/router/views/index.js
@@ -84,7 +84,7 @@
        component: Layout,
        children: [{
            path: 'soldrecord',
            name: '已出库待使用农资',
            name: '变更明细',
            meta: {
                i18n: 'index',
            },
@@ -126,7 +126,7 @@
        component: Layout,
        children: [{
            path: '/stockout',
            name: '已出资待使用农资',
            name: '已出库待使用农资',
            meta: {
                i18n: 'index',
            },
@@ -349,4 +349,4 @@
            }
        ]
    },
]
]