feat: 素材中心成品库-写手端处理
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
import { GROUP_WRITER_NAME } from '@/router/routes/modules/materialCenter-writer';
|
||||
|
||||
export interface typeMenuItem {
|
||||
key?: string | number; // 菜单组key
|
||||
label?: string; // 菜单组标题
|
||||
@ -103,28 +105,35 @@ export const MENU_LIST = <Record<string, typeMenuItem[]>>{
|
||||
routeName: 'TaskManagement',
|
||||
},
|
||||
],
|
||||
GroupMainWriter: [
|
||||
[GROUP_WRITER_NAME]: [
|
||||
{
|
||||
key: 'ModMaterialCenter',
|
||||
key: 'ModWriterMaterialCenter',
|
||||
label: '素材中心',
|
||||
icon: 'svg-materialCenter',
|
||||
children: [
|
||||
{
|
||||
key: 'ModMediaFinishProductsWareHouseWriter',
|
||||
icon: 'svg-finishProductsWareHouseWriter',
|
||||
key: 'ModWriterMaterialCenterFinishedProductsWareHouse',
|
||||
icon: 'svg-finishProductsWareHouse',
|
||||
label: '成品库',
|
||||
routeName: 'FinishProductsWareHouseWriter',
|
||||
routeName: 'WriterMaterialCenterFinishedProducts',
|
||||
requireLogin: true,
|
||||
activeMatch: ['FinishProductsWareHouseWriter', 'FinishProductsWareHouseWriter'],
|
||||
},
|
||||
{
|
||||
key: 'ModMediaRawMaterialStorageWriter',
|
||||
icon: 'svg-rawMaterialStorageWriter',
|
||||
label: '原料库',
|
||||
routeName: 'RawMaterialStorageWriter',
|
||||
requireLogin: true,
|
||||
activeMatch: ['RawMaterialStorageWriter', 'RawMaterialStorageWriter'],
|
||||
activeMatch: [
|
||||
'WriterMaterialCenterFinishedProducts',
|
||||
'WriterManuscriptUpload',
|
||||
'WriterManuscriptEdit',
|
||||
'WriterManuscriptDetail',
|
||||
'WriterManuscriptCheckListDetail',
|
||||
'WriterManuscriptCheck',
|
||||
],
|
||||
},
|
||||
// {
|
||||
// key: 'ModWriterMaterialCenterRawMaterialStorage',
|
||||
// icon: 'svg-rawMaterialStorage',
|
||||
// label: '原料库',
|
||||
// routeName: 'WriterMaterialCenterRawMaterial',
|
||||
// requireLogin: true,
|
||||
// activeMatch: ['WriterMaterialCenterRawMaterial'],
|
||||
// },
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user