feat: 素材中心成品库-客户端处理
This commit is contained in:
@ -36,9 +36,9 @@ const showInOnePage = computed(() => {
|
||||
const layoutPageClass = computed(() => {
|
||||
let result = showInOnePage.value ? 'overflow-hidden' : '';
|
||||
if (isHomeRoute.value) {
|
||||
result += ' pb-8px pr-8px';
|
||||
result += 'pb-8px pr-8px';
|
||||
} else {
|
||||
result += ' pb-24px pr-24px';
|
||||
result += 'pb-24px pr-24px';
|
||||
}
|
||||
return result;
|
||||
});
|
||||
|
||||
@ -77,7 +77,14 @@ export const MENU_LIST = <Record<string, typeMenuItem[]>>{
|
||||
label: '成品库',
|
||||
routeName: 'MaterialCenterFinishedProducts',
|
||||
requireLogin: true,
|
||||
activeMatch: ['MaterialCenterFinishedProducts'],
|
||||
activeMatch: [
|
||||
'MaterialCenterFinishedProducts',
|
||||
'ManuscriptUpload',
|
||||
'ManuscriptEdit',
|
||||
'ManuscriptDetail',
|
||||
'ManuscriptCheckListDetail',
|
||||
'ManuscriptCheck',
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 'ModMaterialCenterRawMaterialStorage',
|
||||
|
||||
Reference in New Issue
Block a user