diff --git a/sub-operation-service/src/layouts/component/Header/index.vue b/sub-operation-service/src/layouts/component/Header/index.vue index a2f2e00..b5c4abd 100644 --- a/sub-operation-service/src/layouts/component/Header/index.vue +++ b/sub-operation-service/src/layouts/component/Header/index.vue @@ -78,18 +78,19 @@ const meuns = ref([ label: '智慧种植', path: '/sub-operation-service/ecommerce', }, + // { + // label: '农事服务', + // path: '/sub-operation-service/ecommerce', + // }, { - label: '农事服务', + label: '电商交易', path: '/sub-operation-service/ecommerce', }, { label: '涉农金融', path: '/sub-operation-service/ecommerce', }, - { - label: '电商交易', - path: '/sub-operation-service/ecommerce', - }, + { label: '分拣包装', path: '/sub-operation-service/ecommerce', diff --git a/sub-operation-service/src/views/ecommerce/index.vue b/sub-operation-service/src/views/ecommerce/index.vue index eccc582..277a579 100644 --- a/sub-operation-service/src/views/ecommerce/index.vue +++ b/sub-operation-service/src/views/ecommerce/index.vue @@ -26,12 +26,13 @@ import { ref, reactive, onMounted, watch, computed } from 'vue'; let treeList = reactive([ { id: '01', - title: '农用百货', + title: '种子', children: [ - { pId: '01', id: '0101', title: '农具' }, - { pId: '01', id: '0102', title: '农机' }, - { pId: '01', id: '0103', title: '灌溉设备' }, - { pId: '01', id: '0104', title: '防护用品' }, + { pId: '01', id: '0101', title: '小麦种子' }, + { pId: '01', id: '0102', title: '水稻种子' }, + { pId: '01', id: '0103', title: '玉米种子' }, + { pId: '01', id: '0104', title: '番茄种子' }, + { pId: '01', id: '0105', title: '白菜种子' }, ], }, {