|
@@ -97,23 +97,23 @@ class RouterPath {
|
|
|
|
|
|
//新加坡的工作列表
|
|
|
static const jobListSG = '/job/list/sg'; //工作列表(新加坡)
|
|
|
- static const jobListEditSG = '/job/list/edit'; //工作列表编辑与详情(新加坡)
|
|
|
+ static const jobListEditSG = '/job/list/edit/sg'; //工作列表编辑与详情(新加坡)
|
|
|
static const jobListAppliedSG = '/job/list/applied'; //工作列表已申请列表(新加坡)
|
|
|
- static const jobListAppliedStaffListSG = '/job/list/applied/staff/list'; //工作列表已申请列表添加员工列表(新加坡)
|
|
|
- static const jobListAppliedStaffDetailSG = '/job/list/applied/staff/detail'; //工作列表已申请列表员工详情(新加坡)
|
|
|
- static const jobListAppliedStaffReviewSG = '/job/list/applied/staff/reviews'; //工作列表已申请列表员工的评论列表(新加坡)
|
|
|
- static const reviseListSG = '/revise/list'; //Revise列表(新加坡)
|
|
|
- static const reviseAppliedSG = '/revise/applied'; //Applied的Revise(新加坡)
|
|
|
- static const reviseLogSG = '/revise/log'; //Revise 的日志(新加坡)
|
|
|
- static const reviseEditSG = '/revise/edit'; //Revise 的添加,编辑,详情(新加坡)
|
|
|
- static const dashboardSG = '/dashboard/list'; //Dashboard的
|
|
|
+ static const jobListAppliedStaffListSG = '/job/list/applied/staff/list/sg'; //工作列表已申请列表添加员工列表(新加坡)
|
|
|
+ static const jobListAppliedStaffDetailSG = '/job/list/applied/staff/detail/sg'; //工作列表已申请列表员工详情(新加坡)
|
|
|
+ static const jobListAppliedStaffReviewSG = '/job/list/applied/staff/reviews/sg'; //工作列表已申请列表员工的评论列表(新加坡)
|
|
|
+ static const reviseListSG = '/revise/list/sg'; //Revise列表(新加坡)
|
|
|
+ static const reviseAppliedSG = '/revise/applied/sg'; //Applied的Revise(新加坡)
|
|
|
+ static const reviseLogSG = '/revise/log/sg'; //Revise 的日志(新加坡)
|
|
|
+ static const reviseEditSG = '/revise/edit/sg'; //Revise 的添加,编辑,详情(新加坡)
|
|
|
+ static const dashboardSG = '/dashboard/list/sg'; //Dashboard的
|
|
|
|
|
|
//新加坡报表
|
|
|
- static const deviceListSG = '/device/list'; //雇主绑定的设备列表
|
|
|
- static const reportListSG = '/report/list'; //报表的选项
|
|
|
- static const reportFinanceSG = '/report/finance'; //金额报表
|
|
|
- static const reportCasualLabourSG = '/report/labour'; //用工请求报表
|
|
|
- static const reportStaffRequestSG = '/report/staff/request'; //员工申请报表
|
|
|
+ static const deviceListSG = '/device/list/sg'; //雇主绑定的设备列表
|
|
|
+ static const reportListSG = '/report/list/sg'; //报表的选项
|
|
|
+ static const reportFinanceSG = '/report/finance/sg'; //金额报表
|
|
|
+ static const reportCasualLabourSG = '/report/labour/sg'; //用工请求报表
|
|
|
+ static const reportStaffRequestSG = '/report/staff/request/sg'; //员工申请报表
|
|
|
|
|
|
//新加坡的审合相关
|
|
|
static const SGLabourReviewList= '/sg/labour/review/list'; //SG的用工请求审核列表
|