From c5487f53fee9c0c8c0d3398fb53b73ef5cd938b3 Mon Sep 17 00:00:00 2001 From: 13713575202 <1345916905@qq.com> Date: Wed, 30 Apr 2025 14:45:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E8=90=A5=E5=B9=B3=E5=8F=B0=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/layouts/component/Header/index.vue | 11 ++++++----- sub-operation-service/src/views/ecommerce/index.vue | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) 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: '白菜种子' }, ], }, {