调试在线阅读
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: '电子书',
|
title: '电子书',
|
||||||
form: {
|
form: {
|
||||||
component: {
|
component: {
|
||||||
@ -294,19 +294,36 @@ export default function ({ crudExpose }: { crudExpose: CrudExpose }): CreateCrud
|
|||||||
}}>未上传</span>;
|
}}>未上传</span>;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
viewForm: {
|
||||||
|
component: { height: 100, width: 100 }
|
||||||
}
|
}
|
||||||
// column: {
|
},
|
||||||
// component: {
|
file_type: {
|
||||||
// name: "fs-icon",
|
title: '文件类型',
|
||||||
// style: "font-size:18px",
|
type: 'input',
|
||||||
// previewTeleported: true,
|
search: { show: false },
|
||||||
// // @ts-ignore
|
column: {
|
||||||
// previewMask: () => <div class={`ant-mask-info`}>{<fs-icon icon="BookOutlined"/>}</div>
|
minWidth: 80,
|
||||||
// }
|
sortable: false,
|
||||||
// },
|
},
|
||||||
// viewForm: {
|
form: {
|
||||||
// component: { height: 100, width: 100 }
|
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