调试在线阅读
This commit is contained in:
parent
1643a738c9
commit
334f763ab5
@ -1 +1 @@
|
||||
3.2.0.1761459758865
|
||||
3.2.0.1762059895763
|
||||
@ -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: '请输入图书存放位置',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user