From 3cab3db8cdaad677368c62f60132a10b53127379 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 29 Jun 2023 11:12:59 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20opl=20detail=E6=97=B6=E4=BA=8C?= =?UTF-8?q?=E6=AC=A1=E6=89=93=E5=BC=80=E4=B8=8D=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/opm/opl.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/opm/opl.vue b/src/views/opm/opl.vue index 3a36650f..e8297cd0 100644 --- a/src/views/opm/opl.vue +++ b/src/views/opm/opl.vue @@ -87,7 +87,7 @@ - + From 87a107144b310101062acb26290f7dbd8fae63fc Mon Sep 17 00:00:00 2001 From: caoqianming Date: Thu, 29 Jun 2023 11:13:26 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20filter=20recipient=20options=20?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ecm/notify_settings_form.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/views/ecm/notify_settings_form.vue b/src/views/ecm/notify_settings_form.vue index 0f13ca7b..8be6de0c 100644 --- a/src/views/ecm/notify_settings_form.vue +++ b/src/views/ecm/notify_settings_form.vue @@ -185,10 +185,18 @@ export default { filter_recipient_options: [ { value: 10, + label: "当事人部门", + }, + { + value: 20, label: "当事人部门以上", }, { value: 30, + label: "属地部门", + }, + { + value: 40, label: "属地部门以上", }, ],