feat: 素材中心成品库-客户端处理

This commit is contained in:
rd
2025-08-23 13:55:25 +08:00
parent 75874d88dc
commit 786d36ab0d
64 changed files with 7187 additions and 313 deletions

View File

@ -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;
});

View File

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