From a8e78e664f524a6ae506359137205fa80e9379f0 Mon Sep 17 00:00:00 2001 From: cxw <1056036578@qq.com> Date: Fri, 6 Jan 2023 11:16:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=8C=E9=9D=A2=E5=BC=B9=E7=AA=97=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/modules/reagent.js | 26 ++++++++++----------- src/views/reagent/applymanagement/index.vue | 4 ++-- src/views/reagent/createapply/index.vue | 4 ++-- src/views/reagent/inventory/index.vue | 4 ++-- 4 files changed, 19 insertions(+), 19 deletions(-) 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; -} +} */