工料机、定额基价、定额费率、定额取费
This commit is contained in:
18
apps/web-ele/src/router/routes/modules/database.ts
Normal file
18
apps/web-ele/src/router/routes/modules/database.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import type { RouteRecordRaw } from 'vue-router';
|
||||
|
||||
const routes: RouteRecordRaw[] = [
|
||||
{
|
||||
path: '/database/entry/add',
|
||||
component: () => import('#/views/database/entry/add.vue'),
|
||||
name: 'EntryAdd',
|
||||
meta: {
|
||||
title: '信息价录入',
|
||||
icon: 'ant-design:history-outlined',
|
||||
activePath: '/database/entry',
|
||||
keepAlive: false,
|
||||
hideInMenu: true,
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
export default routes;
|
||||
Reference in New Issue
Block a user