This commit is contained in:
xiaojunnuo
2025-01-19 00:40:43 +08:00
parent 3fb9524cbd
commit 5fc07d4dd4
5 changed files with 12 additions and 23 deletions
@@ -153,7 +153,7 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
},
icon: {
title: "图标",
type: "text",
type: "icon",
column: {
width: 300,
cellRender: ({ row }) => {
@@ -163,18 +163,6 @@ export default function ({ crudExpose, context }: CreateCrudOptionsProps): Creat
form: {
component: {
placeholder: "ion:add-circle"
},
helper: {
render: () => {
return (
<span>
<a href="https://icon-sets.iconify.design/" target="_blank">
</a>
<span>--------</span>
</span>
);
}
}
}
},