pull/2/head
qsh 2 months ago
parent 48689642d8
commit 440dfe8747
  1. 42
      src/router/modules/remaining.ts
  2. 1
      src/views/Clue/Order/Comp/Reback.vue

@ -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'),

@ -194,6 +194,7 @@
style="padding: 0"
text
v-if="row.state == 1"
v-hasPermi="['clue:order:update-return-money']"
@click="handleUpdate(row)"
>
<span>{{ row.edit ? '保存' : '修改金额' }}</span>

Loading…
Cancel
Save