fix: 修复通知选择器无法选择的bug

https://github.com/certd/certd/issues/351
pull/361/head
xiaojunnuo 2025-03-22 15:00:17 +08:00
parent 736fe038eb
commit f7b88f9e3b
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
:dict="optionsDictRef"
:create-crud-options="createCrudOptions"
:crud-options-override="{
search: { show: false, initialForm: { fromType: 'upload' } },
search: { show: false },
table: {
scroll: {
x: 540,