From 295e57fe99a8c11ebcc4a0e15a455f27e1742c8f Mon Sep 17 00:00:00 2001 From: taojinlong Date: Tue, 24 Sep 2024 15:34:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=20=E3=80=90=E7=B3=BB=E7=BB=9F=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E3=80=91=E8=AF=B7=E6=B1=82=E8=B6=85=E6=97=B6=E6=97=B6?= =?UTF-8?q?=E9=97=B4=EF=BC=88=E7=A7=92=EF=BC=89=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/system/parameter/basic/BasicEdit.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/views/system/parameter/basic/BasicEdit.vue b/core/core-frontend/src/views/system/parameter/basic/BasicEdit.vue index d589fe2692..c279f5491a 100644 --- a/core/core-frontend/src/views/system/parameter/basic/BasicEdit.vue +++ b/core/core-frontend/src/views/system/parameter/basic/BasicEdit.vue @@ -134,7 +134,7 @@ const edit = (list, orgOptions, roleOptions, loginOptions) => { } ] } - if (pkey === 'basic.exportFileLiveTime') { + if (pkey === 'basic.exportFileLiveTime' || pkey === 'basic.frontTimeOut') { rule[pkey.split('.')[1]] = [ { required: true, @@ -143,6 +143,7 @@ const edit = (list, orgOptions, roleOptions, loginOptions) => { } ] } + item['label'] = `setting_${pkey}` item['pkey'] = pkey.split('.')[1] let pval = item.pval