美文网首页SAPSAP 实用篇
SAP Spartacus organization unit

SAP Spartacus organization unit

作者: 华山令狐冲 | 来源:发表于2021-03-10 09:14 被阅读0次

SAP Spartacus B2B My Company功能里的org unit list实现:

http://localhost:4200/powertools-spa/en/USD/organization/units

如何自己查询到这个页面的Angular Component?根据url后面的片段organization/units作为关键字进行搜索:

找到了这个UnitsComponentsModule:

该Module里包含了UnitListComponent:

这个Component的UI实现:unit-list.component.html:

在template里加上一个h1:

运行时确实生效了,说明我们寻找的UnitListComponent是正确的:

更多Jerry的原创文章,尽在:"汪子熙":


相关文章

网友评论

    本文标题:SAP Spartacus organization unit

    本文链接:https://www.haomeiwen.com/subject/fowiwktx.html