From 48e04e5973783d3b137bba09948cc6bc525fb63e Mon Sep 17 00:00:00 2001 From: gaoxq <376340421@qq.com> Date: Tue, 16 Dec 2025 22:34:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=BE=85=E5=8A=9E=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web-vue/packages/biz/views/biz/settingInfo/account/form.vue | 2 +- web-vue/packages/biz/views/biz/settingInfo/account/list.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web-vue/packages/biz/views/biz/settingInfo/account/form.vue b/web-vue/packages/biz/views/biz/settingInfo/account/form.vue index 587aa64e..0138f096 100644 --- a/web-vue/packages/biz/views/biz/settingInfo/account/form.vue +++ b/web-vue/packages/biz/views/biz/settingInfo/account/form.vue @@ -120,7 +120,7 @@ field: 'sslEnable', component: 'Select', componentProps: { - dictType: 'is_open', + dictType: 'is_enable', allowClear: true, }, required: true, diff --git a/web-vue/packages/biz/views/biz/settingInfo/account/list.vue b/web-vue/packages/biz/views/biz/settingInfo/account/list.vue index 27d43d39..5de7b6c6 100644 --- a/web-vue/packages/biz/views/biz/settingInfo/account/list.vue +++ b/web-vue/packages/biz/views/biz/settingInfo/account/list.vue @@ -97,7 +97,7 @@ field: 'sslEnable', component: 'Select', componentProps: { - dictType: 'is_open', + dictType: 'is_enable', allowClear: true, }, }, @@ -188,7 +188,7 @@ sorter: true, width: 130, align: 'center', - dictType: 'is_open', + dictType: 'is_enable', }, { title: t('状态'),