feat(m2): add SKU mapping between contract lines and license features

This commit is contained in:
2026-05-25 14:50:31 +08:00
parent 8d1081b2b9
commit 4dc8341e7e
10 changed files with 642 additions and 1 deletions
@@ -86,6 +86,12 @@ const routes = [
component: () => import("../views/IntegrationIdMappingView.vue"),
meta: { roles: ["SYS_ADMIN", "SALES"], title: "ID 映射" },
},
{
path: "integration/sku-mappings",
name: "integration-sku-mappings",
component: () => import("../views/IntegrationSkuMappingView.vue"),
meta: { roles: ["SYS_ADMIN"], title: "SKU 映射" },
},
{
path: "integration/json-templates",
name: "integration-json-templates",