From 2d903f809fc859293eab9cc8fc78fa000e7f2be0 Mon Sep 17 00:00:00 2001 From: wxz Date: Wed, 5 Jun 2024 16:57:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B1=E6=80=A7=E9=9C=80=E6=B1=82:=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=98=BE=E7=A4=BA,=E7=8A=B6=E6=80=81=E9=94=99?= =?UTF-8?q?=E8=AF=AFbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/communityService/gxxq/index.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/modules/communityService/gxxq/index.vue b/src/views/modules/communityService/gxxq/index.vue index 95a898431..1a3020439 100644 --- a/src/views/modules/communityService/gxxq/index.vue +++ b/src/views/modules/communityService/gxxq/index.vue @@ -152,7 +152,7 @@ align="center" > 查看 - - 删除 @@ -293,17 +293,17 @@ export default { }, statusArray: [ { - value: 2, - label: "待处理", + value: 0, + label: "未指派", }, { value: 1, - label: "已派单", + label: "已指派", }, { - value: 0, + value: 2, label: "已完成", - }, + } ], endPickerOptions: { disabledDate: endDisabledDate,