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

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

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