新增供应商账号管理功能,包括供应商用户列表、用户信息更新和密码重置功能。
This commit is contained in:
@ -140,6 +140,12 @@ export default [
|
||||
path: '/biddingAnnouncement/BiddingAnnoStructureForm',
|
||||
component: './Bid/BiddingAnnouncement/structure/BiddingAnnoStructureForm',
|
||||
},
|
||||
//供应商账号管理
|
||||
{
|
||||
name: '供应商',
|
||||
path: '/SupplierUser',
|
||||
component: './System/SupplierUser',
|
||||
},
|
||||
//==============================================================引入的业务路由
|
||||
...approvalForm,//审批单
|
||||
...juryRoom,//评标室内所有路由
|
||||
|
Reference in New Issue
Block a user