From 440dfe87475659123d457d9be188883dbda86b4d Mon Sep 17 00:00:00 2001 From: qsh <> Date: Wed, 31 Jul 2024 18:43:37 +0800 Subject: [PATCH] sc --- src/router/modules/remaining.ts | 42 ++++++++++++++-------------- src/views/Clue/Order/Comp/Reback.vue | 1 + 2 files changed, 22 insertions(+), 21 deletions(-) diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index c7e8f13..3508257 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -130,27 +130,27 @@ const remainingRouter: AppRouteRecordRaw[] = [ // } // ] // }, - { - path: '/Basic', - component: Layout, - name: 'Basic', - meta: {}, - redirect: '/Basic/menu', - children: [ - { - path: 'menu', - component: () => import('@/views/Basic/Menu/index.vue'), - name: 'Menu', - meta: { - canTo: true, - hidden: true, - noTagsView: false, - icon: 'ep:user', - title: '菜单管理' - } - } - ] - }, + // { + // path: '/Basic', + // component: Layout, + // name: 'Basic', + // meta: {}, + // redirect: '/Basic/menu', + // children: [ + // { + // path: 'menu', + // component: () => import('@/views/Basic/Menu/index.vue'), + // name: 'Menu', + // meta: { + // canTo: true, + // hidden: true, + // noTagsView: false, + // icon: 'ep:user', + // title: '菜单管理' + // } + // } + // ] + // }, { path: '/login', component: () => import('@/views/Login/Login.vue'), diff --git a/src/views/Clue/Order/Comp/Reback.vue b/src/views/Clue/Order/Comp/Reback.vue index 5565e73..8a9b90a 100644 --- a/src/views/Clue/Order/Comp/Reback.vue +++ b/src/views/Clue/Order/Comp/Reback.vue @@ -194,6 +194,7 @@ style="padding: 0" text v-if="row.state == 1" + v-hasPermi="['clue:order:update-return-money']" @click="handleUpdate(row)" > {{ row.edit ? '保存' : '修改金额' }}