成果申诉表结构修改
This commit is contained in:
parent
b5fbde51af
commit
eef78ab880
|
@ -95,16 +95,16 @@ export default Form.create()(({ form, showNotification, history}) => {
|
|||
const columns = useMemo(() => {
|
||||
return [
|
||||
{
|
||||
title: '序号',
|
||||
dataIndex: 'index',
|
||||
render: (text, record, index) => {
|
||||
return index + 1
|
||||
title: '成果编号',
|
||||
dataIndex: 'paperNumber',
|
||||
render: (text, record) => {
|
||||
return text ? <Link className="line_1 color-grey3" to={`/task/taskDetail/${record.taskId}`}>{text}</Link> : '--'
|
||||
}
|
||||
},
|
||||
{
|
||||
title: '申诉内容',
|
||||
dataIndex: 'content',
|
||||
width: "30%",
|
||||
width: "26%",
|
||||
},
|
||||
{
|
||||
title: '申诉文件',
|
||||
|
|
Loading…
Reference in New Issue