运营平台菜单修改

This commit is contained in:
13713575202 2025-04-30 14:45:52 +08:00
parent 08743a36af
commit c5487f53fe
2 changed files with 12 additions and 10 deletions

View File

@ -78,18 +78,19 @@ const meuns = ref([
label: '智慧种植', label: '智慧种植',
path: '/sub-operation-service/ecommerce', path: '/sub-operation-service/ecommerce',
}, },
// {
// label: '',
// path: '/sub-operation-service/ecommerce',
// },
{ {
label: '农事服务', label: '电商交易',
path: '/sub-operation-service/ecommerce', path: '/sub-operation-service/ecommerce',
}, },
{ {
label: '涉农金融', label: '涉农金融',
path: '/sub-operation-service/ecommerce', path: '/sub-operation-service/ecommerce',
}, },
{
label: '电商交易',
path: '/sub-operation-service/ecommerce',
},
{ {
label: '分拣包装', label: '分拣包装',
path: '/sub-operation-service/ecommerce', path: '/sub-operation-service/ecommerce',

View File

@ -26,12 +26,13 @@ import { ref, reactive, onMounted, watch, computed } from 'vue';
let treeList = reactive([ let treeList = reactive([
{ {
id: '01', id: '01',
title: '农用百货', title: '种子',
children: [ children: [
{ pId: '01', id: '0101', title: '农具' }, { pId: '01', id: '0101', title: '小麦种子' },
{ pId: '01', id: '0102', title: '农机' }, { pId: '01', id: '0102', title: '水稻种子' },
{ pId: '01', id: '0103', title: '灌溉设备' }, { pId: '01', id: '0103', title: '玉米种子' },
{ pId: '01', id: '0104', title: '防护用品' }, { pId: '01', id: '0104', title: '番茄种子' },
{ pId: '01', id: '0105', title: '白菜种子' },
], ],
}, },
{ {