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

bug修改

上级 277a00bd
......@@ -15,10 +15,10 @@ export default class userButton extends Component {
super()
this.state = {
// 路由位置
visibleOk: false, // 通过模态框状态
visibleOk: false, // 通过模态框状态
value:'', // 文本域输入
user: '', // 用于保存用户点击了对应按钮
returnText: '',
returnText: '',
key: '',// 后端返回按钮规格
btnValue: '',// 后端返回按钮状态
}
......@@ -119,7 +119,7 @@ export default class userButton extends Component {
};
render() {
let { btnList,visibleOk,value,user,returnText } = this.state
let {
let {
affairOk,
btns,
isSecond,
......
......@@ -2,7 +2,7 @@
* web端文件预览功能
*/
import React, { Component } from 'react';
import { Modal,Icon,Tooltip,Popconfirm } from 'antd';
import { Modal,Popconfirm } from 'antd';
import FileViewer from 'react-file-viewer';
export default class index extends Component {
constructor(props){
......@@ -16,13 +16,13 @@ export default class index extends Component {
visible: true,
});
};
handleOk = e => {
this.setState({
visible: false,
});
};
handleCancel = e => {
this.setState({
visible: false,
......@@ -88,19 +88,19 @@ export default class index extends Component {
okText="下载"
cancelText="预览"
>
<a
target="_blank"
<a
target="_blank"
href={path}>
{pathName}
</a>
</Popconfirm>
: <a
target="_blank"
: <a
target="_blank"
href={path}>
{pathName}
</a>
}
<Modal
title={pathName}
visible={visible}
......@@ -123,7 +123,7 @@ export default class index extends Component {
height:600,
}}
>
<FileViewer
<FileViewer
fileType={type}
filePath={path}
// onError={this.onError}
......@@ -132,7 +132,7 @@ export default class index extends Component {
/>
</div>
}
</Modal>
</>
)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论