Commit 0d649629 authored by 田翔's avatar 田翔

fix: 移出老版本富文本编辑器

parent 457ceecc
{
"name": "panda-xform",
"version": "6.0.38",
"description": "6.0.38 台账列表显示数值优化",
"version": "6.0.39",
"description": "6.0.39 移出老版本富文本编辑器",
"keywords": [
"panda-xform"
],
......@@ -25,11 +25,7 @@
"@babel/runtime": "^7.19.0",
"@wangeditor/editor": "^5.1.22",
"@wangeditor/editor-for-react": "^1.0.6",
"@wisdom-components/RichText": "^0.2.10",
"@wisdom-components/basictable": "^1.5.18",
"@wisdom-components/empty": "^1.4.7",
"antd": "4.20.7",
"antd-img-crop": "^3.14.1",
"file-saver": "^2.0.5",
"form-render": "1.14.7",
"fr-generator": "2.8.3",
......
......@@ -206,7 +206,8 @@ const FileUpload = (props) => {
<img style={{ maxWidth: '100%', maxHeight: '100%' }} src={showFile.filePath}></img>
</div>
)
} else if (['xlsx', 'xls'].includes(showFile.fileType)) {
}
if (['xlsx', 'xls'].includes(showFile.fileType)) {
return (
<div>
<Tabs>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment