| | |
| | | manageRecordCancel, |
| | | manageRecordAudit, |
| | | personnel, |
| | | clientSatisfaction, |
| | | } |
| | | } |
| | | |
| | |
| | | const personnel = { |
| | | selectCNSAPersonTree: '/personBasicInfo/selectCNSAPersonTree', // 查询CNAS人员侧边栏 |
| | | } |
| | | |
| | | // 8.3 客户满意度调查 |
| | | const clientSatisfaction = { |
| | | pageClientSatisfaction:'/clientSatisfaction/pageClientSatisfaction', // 客户满意度调查列表 |
| | | addClientSatisfaction:'/clientSatisfaction/addClientSatisfaction', // 新增客户满意度调查 |
| | | updateClientSatisfaction:'/clientSatisfaction/updateClientSatisfaction', // 修改新增客户满意度调查 |
| | | delClientSatisfaction:'/clientSatisfaction/delClientSatisfaction', // 删除新增客户满意度调查 |
| | | pageAnalyseFile:'/clientSatisfaction/pageAnalyseFile', // 查询客户分析附件 |
| | | uploadAnalyseFile:'/clientSatisfaction/uploadAnalyseFile', // 新增客户分析附件 |
| | | delAnalyseFile:'/clientSatisfaction/delAnalyseFile', // 删除客户分析附件 |
| | | } |