fix: 修复历史记录不能按名称查询的bug

This commit is contained in:
xiaojunnuo
2024-10-30 15:19:35 +08:00
parent 764326ab16
commit 6113c388b7
3 changed files with 11 additions and 0 deletions
@@ -65,6 +65,15 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
}
}
},
search: {
formItem: {
labelCol: {
style: {
width: "120px"
}
}
}
},
rowHandle: {
minWidth: 200,
fixed: "right",