diff --git a/api/person.js b/api/person.js index 3e32ae9..d1b0271 100644 --- a/api/person.js +++ b/api/person.js @@ -5,6 +5,10 @@ let personInfo = {// 用户信息模块 person_getMargeRecord: "/yishoudan/agency/merge/get",// 获取合并记录 person_getGroup:'/yishoudan/agency/getAgencyByAdminTel',// 根据管理员手机号查团队 + person_addApply:'/yishoudan/agency/merge/add',// 申请合并 + person_applyTrue:'/yishoudan/agency/merge/agree',// 通过 + person_applyFalse:'/yishoudan/agency/reject',// 驳回 + person_applyNum:'/yishoudan/agency/merge/countApply',// 查询待处理数量 } export default personInfo; \ No newline at end of file diff --git a/root/person/marge.vue b/root/person/marge.vue index 09bb4f9..ea77991 100644 --- a/root/person/marge.vue +++ b/root/person/marge.vue @@ -53,6 +53,21 @@ + + + + {{item.agencyName || '-'}} + + + 备注