From 40ff89db449ed35e6bdc052e1f9897e654b9be1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E7=BE=8E=E8=8D=A3?= <10755671+mei-rong-he@user.noreply.gitee.com> Date: Tue, 30 Jun 2026 16:20:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BA=8F=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CustomPages/BI/BI064FormRunAnalysis.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/CustomPages/BI/BI064FormRunAnalysis.js b/src/components/CustomPages/BI/BI064FormRunAnalysis.js index d1b5923..5e6cf6a 100644 --- a/src/components/CustomPages/BI/BI064FormRunAnalysis.js +++ b/src/components/CustomPages/BI/BI064FormRunAnalysis.js @@ -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',