上传申诉材料审核及修改成果对接代码样式

This commit is contained in:
何童崇 2021-07-08 16:07:52 +08:00
parent 9c8add0152
commit e3643be01b
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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> : ''
}
},
{