forked from Gitlink/forgeplus-react
上传申诉材料审核及修改成果对接代码样式
This commit is contained in:
parent
9c8add0152
commit
e3643be01b
|
@ -12,7 +12,7 @@ for (const item of taskStatusAllArr) {
|
|||
statusArr[item.dicItemCode] = item.dicItemName;
|
||||
}
|
||||
|
||||
const classArr = ['', 'list-done', 'list-error', 'list-red', 'list-yellow', '', '', 'list-pay', 'list-gray',];
|
||||
const classArr = ['', 'list-done', 'list-error', 'list-red', 'list-yellow', 'list-pay', '', 'list-pay', 'list-gray',];
|
||||
export default (props) => {
|
||||
const { list, itemClick, curPage, total, changePage, loading } = props;
|
||||
const [page, setPage] = useState(1);
|
||||
|
|
|
@ -96,7 +96,7 @@ export default Form.create()(({ current_user, form, showNotification, match, his
|
|||
dataIndex: 'content',
|
||||
width: "30%",
|
||||
render: (text, record) => {
|
||||
return record.paperDetail ? <div className="text-ellipsis" dangerouslySetInnerHTML={{ __html: record.paperDetail.content }}></div> : ''
|
||||
return record.paperDetail ? <div dangerouslySetInnerHTML={{ __html: record.paperDetail.content }}></div> : ''
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue