重构配送点独立资源页面

This commit is contained in:
czl231
2026-08-22 20:35:57 +08:00
parent da0185d1aa
commit 25254cb773
21 changed files with 1594 additions and 1285 deletions

View File

@@ -1,3 +1,4 @@
/** 功能描述扩展配送点后台路由元数据类型。版本v1.1.0。 */
import 'vue-router';
declare module 'vue-router' {
@@ -6,6 +7,10 @@ declare module 'vue-router' {
menuCode?: string; // Server-assigned menu domain required by this route
staffType?: 'installer' | 'delivery' | 'operations';
createMode?: boolean;
resource?: string;
recordMode?: 'create' | 'detail' | 'edit';
listRouteName?: string;
canonicalCreate?: boolean;
requiresAuth: boolean; // Whether login is required to access the current page (every route must declare)
icon?: string; // The icon show in the side menu
locale?: string; // The locale name show in side menu and breadcrumb