diff --git a/sub-government-affairs-service/src/router/index.js b/sub-government-affairs-service/src/router/index.js index 23aaafe..b795f37 100644 --- a/sub-government-affairs-service/src/router/index.js +++ b/sub-government-affairs-service/src/router/index.js @@ -14,7 +14,6 @@ import productOperateMainRoutes from './modules/productOperateMain'; import inputSuppliesRoutes from './modules/inputSupplies'; import plantingAndBreedingRouter from './modules/plantingAndBreeding'; import systemRouter from './modules/system'; -import produceGoods from './modules/produceGoods'; export const constantRoutes = [ { @@ -47,7 +46,21 @@ export const constantRoutes = [ ...resourceRouter, ...productOperateMainRoutes, ...inputSuppliesRoutes, - // produceGoods, + { + path: '/sub-government-affairs-service/output-products', + name: 'outputProducts', + component: Layout, + redirect: '/sub-government-affairs-service/output-products/index', + meta: { title: '产出品管理', icon: 'Box' }, + children: [ + { + path: '/sub-government-affairs-service/output-products/index', + component: () => import('@/views/outputProductsManage/index.vue'), + name: 'outputProductsIndex', + meta: { title: '产出品管理', icon: 'List' }, + }, + ], + }, // ...plantingAndBreedingRouter, ...traceRouter, // ...systemRouter, diff --git a/sub-government-affairs-service/src/router/modules/inputSupplies/index.js b/sub-government-affairs-service/src/router/modules/inputSupplies/index.js index d891930..8ee4f7f 100644 --- a/sub-government-affairs-service/src/router/modules/inputSupplies/index.js +++ b/sub-government-affairs-service/src/router/modules/inputSupplies/index.js @@ -37,7 +37,7 @@ const inputSuppliesRoutes = [ path: '/sub-government-affairs-service/material/others', name: 'input-supplies-others', component: () => import('@/views/inputSuppliesManage/material/others/index.vue'), - meta: { title: '其他投入品', icon: 'TakeawayBox' }, + meta: { title: '其他投入品管理', icon: 'TakeawayBox' }, }, ], }, diff --git a/sub-government-affairs-service/src/router/modules/produceGoods/index.js b/sub-government-affairs-service/src/router/modules/produceGoods/index.js deleted file mode 100644 index fefe229..0000000 --- a/sub-government-affairs-service/src/router/modules/produceGoods/index.js +++ /dev/null @@ -1,24 +0,0 @@ -import Layout from '@/layouts/index.vue'; - -export default { - path: '/sub-government-affairs-service/produceGoodsMain', - name: 'produceGoodsMain', - component: Layout, - redirect: '/sub-government-affairs-service/produceGoods', - meta: { title: '产出品', icon: 'Document' }, - children: [ - // { - // path: '/sub-government-affairs-service/produceGoods', - // name: 'produceGoods', - // component: () => import('@/views/produceGoods/list/index.vue'), - // meta: { title: '产出品列表', icon: 'Document' }, - // }, - // { - // path: '/sub-government-affairs-service/produceGoods1', - // name: 'produceGoods1', - // component: () => import('@/views/produceGoods/test/index.vue'), - // meta: { title: '投入品监管平台', icon: 'Document' }, - // }, - ], -}; -// export default produceGoodsRoutes; diff --git a/sub-government-affairs-service/src/views/landManage/component/landPartol/index.vue b/sub-government-affairs-service/src/views/landManage/component/landPartol/index.vue index 27788f2..d1c0f80 100644 --- a/sub-government-affairs-service/src/views/landManage/component/landPartol/index.vue +++ b/sub-government-affairs-service/src/views/landManage/component/landPartol/index.vue @@ -63,6 +63,30 @@ + +
+

种植信息登记

+ + + + + + + + + + + + + + + + + + + + +