From 8a6e1afc87b05d845e4cdd38981aaf1217eba348 Mon Sep 17 00:00:00 2001 From: yunkexin <760754045@qq.com> Date: Fri, 12 Apr 2024 08:58:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4table=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CustomPages/BI/BI009FormRunAnalysis.js | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/components/CustomPages/BI/BI009FormRunAnalysis.js b/src/components/CustomPages/BI/BI009FormRunAnalysis.js index 7c53d2e..c8c63e5 100644 --- a/src/components/CustomPages/BI/BI009FormRunAnalysis.js +++ b/src/components/CustomPages/BI/BI009FormRunAnalysis.js @@ -38,7 +38,14 @@ class BI009FormRunAnalysis extends React.Component { displaydetail: "none", columns: [ { - width: "200px", + width: "80px", + title: "序号", + dataIndex: "Num", + key: "Num", + render: (text, record, index) => {index + 1}, + }, + { + width: "250px", title: "部门", dataIndex: "DEPARTMENT_NAME", key: "DEPARTMENT_NAME", @@ -49,7 +56,7 @@ class BI009FormRunAnalysis extends React.Component { // ), }, { - width: "200px", + width: "250px", title: "班组", dataIndex: "TEAM_NAME", key: "TEAM_NAME", @@ -1678,12 +1685,12 @@ class BI009FormRunAnalysis extends React.Component { display: "flex", justifyContent: "space-around", alignItems: "center", - width: "1100px", + width: "1000px", }} >