添加序号

This commit is contained in:
何美荣 2026-06-30 16:20:28 +08:00
parent 1c68bc0921
commit 40ff89db44

View File

@ -27,10 +27,10 @@ class BI064FormRunAnalysis extends React.Component {
scoreTitle: '',
standardScoreTemp: [],
scoreColumns: [
// {
// title: '序号',
// render: (text, record, index) => `${index + 1}`
// },
{
title: '序号',
render: (text, record, index) => `${index + 1}`
},
{
title: '待办名称',
dataIndex: 'NOTICE_TITLE',