添加序号
This commit is contained in:
parent
1c68bc0921
commit
40ff89db44
@ -27,10 +27,10 @@ class BI064FormRunAnalysis extends React.Component {
|
|||||||
scoreTitle: '',
|
scoreTitle: '',
|
||||||
standardScoreTemp: [],
|
standardScoreTemp: [],
|
||||||
scoreColumns: [
|
scoreColumns: [
|
||||||
// {
|
{
|
||||||
// title: '序号',
|
title: '序号',
|
||||||
// render: (text, record, index) => `${index + 1}`
|
render: (text, record, index) => `${index + 1}`
|
||||||
// },
|
},
|
||||||
{
|
{
|
||||||
title: '待办名称',
|
title: '待办名称',
|
||||||
dataIndex: 'NOTICE_TITLE',
|
dataIndex: 'NOTICE_TITLE',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user