提交 3eed2fd3 authored 作者: 钟是志's avatar 钟是志

这里不再直接显示图片. 姚鑫国说的 2021年11月15日

上级 732de564
...@@ -804,7 +804,6 @@ export default class ZdyTable extends Component { ...@@ -804,7 +804,6 @@ export default class ZdyTable extends Component {
})(<Input type="hidden" />); })(<Input type="hidden" />);
}) })
: ''} : ''}
<Row> <Row>
<Col span={24}> <Col span={24}>
<div <div
......
...@@ -1538,18 +1538,16 @@ export default class tableCom extends Component { ...@@ -1538,18 +1538,16 @@ export default class tableCom extends Component {
<> <>
<ul> <ul>
{files.map((f, index2) => { {files.map((f, index2) => {
if ( // 这里不再直接显示图片. 姚鑫国说的 2021年11月15日
!this.props.isPrint && // if (!this.props.isPrint && (f.path.indexOf('.png') !== -1 || f.path.indexOf('.jpg') !== -1)) {
(f.path.indexOf('.png') != -1 || f.path.indexOf('.jpg') != -1) // return (
) { // <img
return ( // key={index2}
<img // style={{ width: 100, height: 100 }}
key={index2} // src={queryApiActionPath() + f.path}
style={{ width: 100, height: 100 }} // />
src={queryApiActionPath() + f.path} // );
/> // }
);
}
return ( return (
<li key={index2}> <li key={index2}>
<a target="_blank" key={f.path} href={queryApiActionPath() + f.path}> <a target="_blank" key={f.path} href={queryApiActionPath() + f.path}>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论