From 687985e66b7fd70f376c109172100ebe56b4243b Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Fri, 18 Jul 2025 15:35:42 +0800 Subject: [PATCH] =?UTF-8?q?dicom=E6=96=B0=E5=A2=9E=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E9=99=90=E5=88=B6=E6=9C=80=E5=A4=A7=E5=80=BC=E5=8E=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dicomAE/components/edit-dicom.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/dicomAE/components/edit-dicom.vue b/src/views/system/dicomAE/components/edit-dicom.vue index 8c3d224..1fc55b7 100644 --- a/src/views/system/dicomAE/components/edit-dicom.vue +++ b/src/views/system/dicomAE/components/edit-dicom.vue @@ -250,7 +250,7 @@ export default { { type: 'number', min: 0, - max: 365, + // max: 365, message: this.$t('common:ruleMessage:PacsSearchMaxDaysPattern'), trigger: 'blur', },