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('状态'),