运营平台菜单修改
This commit is contained in:
parent
08743a36af
commit
c5487f53fe
@ -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',
|
||||
|
@ -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: '白菜种子' },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user