调试在线阅读

This commit is contained in:
liurui 2025-11-02 13:26:05 +08:00
parent 1643a738c9
commit 334f763ab5
2 changed files with 31 additions and 14 deletions

View File

@ -1 +1 @@
3.2.0.1761459758865
3.2.0.1762059895763

View File

@ -256,7 +256,7 @@ export default function ({ crudExpose }: { crudExpose: CrudExpose }): CreateCrud
},
},
location: {
file: {
title: '电子书',
form: {
component: {
@ -294,19 +294,36 @@ export default function ({ crudExpose }: { crudExpose: CrudExpose }): CreateCrud
}}></span>;
}
}
},
viewForm: {
component: { height: 100, width: 100 }
}
// column: {
// component: {
// name: "fs-icon",
// style: "font-size:18px",
// previewTeleported: true,
// // @ts-ignore
// previewMask: () => <div class={`ant-mask-info`}>{<fs-icon icon="BookOutlined"/>}</div>
// }
// },
// viewForm: {
// component: { height: 100, width: 100 }
// }
},
file_type: {
title: '文件类型',
type: 'input',
search: { show: false },
column: {
minWidth: 80,
sortable: false,
},
form: {
show: false // 文件类型自动获取,不在表单中显示
}
},
location: {
title: '存放位置',
type: 'input',
search: { show: false },
column: {
minWidth: 120,
sortable: false,
},
form: {
component: {
placeholder: '请输入图书存放位置',
},
},
},
},
},