From b662406c551350e73b9966301675bd1ea063c643 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Thu, 28 Nov 2024 17:41:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 1 + src/store/user.ts | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/components.d.ts b/components.d.ts index ab3dded..dda2a50 100644 --- a/components.d.ts +++ b/components.d.ts @@ -29,6 +29,7 @@ declare module 'vue' { ElMenuItem: typeof import('element-plus/es')['ElMenuItem'] ElOption: typeof import('element-plus/es')['ElOption'] ElPagination: typeof import('element-plus/es')['ElPagination'] + ElPopconfirm: typeof import('element-plus/es')['ElPopconfirm'] ElProgress: typeof import('element-plus/es')['ElProgress'] ElRow: typeof import('element-plus/es')['ElRow'] ElSelect: typeof import('element-plus/es')['ElSelect'] diff --git a/src/store/user.ts b/src/store/user.ts index e8e1c8b..1e9f1c3 100644 --- a/src/store/user.ts +++ b/src/store/user.ts @@ -26,20 +26,20 @@ export const useStore = defineStore('myUser', { leaseAndLesseeList: [], leaseAndLesseeUserList: [ { title: '订单管理', name: 'orderManagementCz' }, - { title: '商品管理', name: 'goodsManagement' }, - { title: '商品上下架', name: 'goodsUpdown' }, - { title: '机手管理', name: 'operatorManagement' }, - { title: '寻源竞价', name: 'sourcingBidding' }, - { title: '专区管理', name: 'zoneManag' }, + { title: '装备管理', name: 'goodsManagement' }, + // { title: '商品上下架', name: 'goodsUpdown' }, + // { title: '机手管理', name: 'operatorManagement' }, + // { title: '寻源竞价', name: 'sourcingBidding' }, + // { title: '专区管理', name: 'zoneManag' }, ], isType: 1, leaseUserList: [ { title: '订单管理', name: 'orderManagementCz' }, - { title: '商品管理', name: 'goodsManagement' }, - { title: '商品上下架', name: 'goodsUpdown' }, - { title: '机手管理', name: 'operatorManagement' }, - { title: '寻源竞价', name: 'sourcingBidding' }, - { title: '专区管理', name: 'zoneManag' }, + { title: '装备管理管理', name: 'goodsManagement' }, + // { title: '商品上下架', name: 'goodsUpdown' }, + // { title: '机手管理', name: 'operatorManagement' }, + // { title: '寻源竞价', name: 'sourcingBidding' }, + // { title: '专区管理', name: 'zoneManag' }, ], lesseeUserList: [ { title: '寻源需求', name: 'sourcingNeed' }, @@ -144,11 +144,11 @@ export const useStore = defineStore('myUser', { editUserMenuList(type: number) { const leaseList: any = [ { title: '订单管理', name: 'orderManagementCz' }, - { title: '商品管理', name: 'goodsManagement' }, - { title: '商品上下架', name: 'goodsUpdown' }, - { title: '机手管理', name: 'operatorManagement' }, - { title: '寻源竞价', name: 'sourcingBidding' }, - { title: '专区管理', name: 'zoneManag' }, + { title: '装备管理', name: 'goodsManagement' }, + // { title: '商品上下架', name: 'goodsUpdown' }, + // { title: '机手管理', name: 'operatorManagement' }, + // { title: '寻源竞价', name: 'sourcingBidding' }, + // { title: '专区管理', name: 'zoneManag' }, ] const lesseeList: any = [ { title: '寻源需求', name: 'sourcingNeed' },