diff --git a/src/router/modules/reagent.js b/src/router/modules/reagent.js index c373405..e8367a0 100644 --- a/src/router/modules/reagent.js +++ b/src/router/modules/reagent.js @@ -273,19 +273,19 @@ const reagentRouter = [ // } // ] // }, - // { - // path: '/reagent/buy', - // component: Layout, - // meta: { classification: 'reagent' }, - // children: [ - // { - // path: 'index', - // name: 'Buy', - // component: () => import('@/views/reagent/buy/index'), - // meta: { title: '请购', icon: '请购', classification: 'reagent' } - // } - // ] - // }, + { + path: '/reagent/buy', + component: Layout, + meta: { classification: 'reagent' }, + children: [ + { + path: 'index', + name: 'Buy', + component: () => import('@/views/reagent/buy/index'), + meta: { title: '请购', icon: '请购', classification: 'reagent' } + } + ] + }, { path: '/gotohome', redirect: '/home', diff --git a/src/views/reagent/applymanagement/index.vue b/src/views/reagent/applymanagement/index.vue index 1686042..7aa4220 100644 --- a/src/views/reagent/applymanagement/index.vue +++ b/src/views/reagent/applymanagement/index.vue @@ -285,7 +285,7 @@ export default { .box .el-scrollbar__wrap { overflow-x: hidden; } -.el-dialog__body { +/* .el-dialog__body { height: 500px; -} +} */ diff --git a/src/views/reagent/createapply/index.vue b/src/views/reagent/createapply/index.vue index 2ccdbd9..10dd82f 100644 --- a/src/views/reagent/createapply/index.vue +++ b/src/views/reagent/createapply/index.vue @@ -436,7 +436,7 @@ export default { .box .el-scrollbar__wrap { overflow-x: hidden; } -.el-dialog__body { +/* .el-dialog__body { height: 600px !important; -} +} */ diff --git a/src/views/reagent/inventory/index.vue b/src/views/reagent/inventory/index.vue index 3ab2a39..f807840 100644 --- a/src/views/reagent/inventory/index.vue +++ b/src/views/reagent/inventory/index.vue @@ -324,7 +324,7 @@ export default { .box .el-scrollbar__wrap { overflow-x: hidden; } -.el-dialog__body { +/* .el-dialog__body { height: 500px; -} +} */