From 150e69e36229f2b3d75bd42ba65172bee2f488d9 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Thu, 12 Aug 2021 12:41:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=8A=A0=E5=85=A5=E5=92=A8?= =?UTF-8?q?=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/index/indexApi.js | 2 +- pages/complaint/complaint.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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,