diff --git a/api/index/indexApi.js b/api/index/indexApi.js index 055d928..0e9ab01 100755 --- a/api/index/indexApi.js +++ b/api/index/indexApi.js @@ -56,7 +56,7 @@ export function getCategoryList() { src: "/static/images/index_park.png", href: "/pages/payParkingFeeList/payParkingFeeList" }, { - name: "投诉建议", + name: "投诉咨询", src: "/static/images/index_complaint.png", href: "/pages/complaint/complaint" }, { diff --git a/pages/complaint/complaint.vue b/pages/complaint/complaint.vue index d5027fc..021eca6 100755 --- a/pages/complaint/complaint.vue +++ b/pages/complaint/complaint.vue @@ -78,8 +78,8 @@ roomName: "请选择", roomId: '', roomShow: false, - columns: ['投诉', '建议'], - typeCds: ['809001', '809002'], + columns: ['投诉', '建议','咨询'], + typeCds: ['809001', '809002', '809003'], typeName: '请选择', typeCd: '', typeShow: false,