This commit is contained in:
何美荣 2026-07-14 19:45:23 +08:00
parent cfa7fd0ffc
commit 5ff6fc374f
5 changed files with 10 additions and 10 deletions

View File

@ -35,7 +35,7 @@ class BI001HomeDetail extends React.Component {
// render: (text, record, index) => `${index + 1}`
// },
{
title: "上级组织",
title: "部门",
dataIndex: "shopName",
render: (value, record, index) => {
const obj = {
@ -145,7 +145,7 @@ class BI001HomeDetail extends React.Component {
},
},
{
title: "发起组织",
title: "车间/班组",
dataIndex: "teamName",
onCell:()=>this.renderSpeedColumn()
},

View File

@ -35,7 +35,7 @@ class BI002HomeDetail extends React.Component {
// render: (text, record, index) => `${index + 1}`
// },
{
title: "上级组织",
title: "部门",
dataIndex: "shopName",
render: (value, record, index) => {
const obj = {
@ -145,7 +145,7 @@ class BI002HomeDetail extends React.Component {
},
},
{
title: "发起组织",
title: "车间/班组",
dataIndex: "teamName",
onCell:()=>this.renderSpeedColumn()
},

View File

@ -89,7 +89,7 @@ class BI054HomeDetail extends React.Component {
countTypeTitle.push('综合检查')
}
var typeName = ['车间名称', '班组名称']
var typeName = ['部门名称', '车间/班组']
var RowCount = 0
for (let i = 0; i < 2; i++) {

View File

@ -78,7 +78,7 @@ class BI055HomeDetail extends React.Component {
countTypeTitle.push('隐患整改率')
}
var typeName = ['车间名称', '班组名称']
var typeName = ['部门名称', '车间/班组']
var RowCount = 0
for (let i = 0; i < 2; i++) {
for (let j = 0; j < countTypeTitle.length; j++) {

View File

@ -2022,7 +2022,7 @@ class Home extends React.Component {
<div className="statistical-title-style">
<div className="badge-style">
<Icon type="bar-chart" style={{ color: '#5f6ac2', marginRight: '4px' }}></Icon>
班组建设完成率
班组建设完成率(当月)
</div>
{this.state.departmentCompletionData.length > 0 ? (
<span
@ -2079,7 +2079,7 @@ class Home extends React.Component {
<div className="statistical-title-style">
<div className="badge-style">
<Icon type="bar-chart" style={{ color: '#5f6ac2', marginRight: '4px' }}></Icon>
工作票完成数
工作票完成数(当月)
</div>
{this.state.workTicketData.length > 0 ? (
<span
@ -2120,7 +2120,7 @@ class Home extends React.Component {
<div className="statistical-title-style">
<div className="badge-style">
<Icon type="bar-chart" style={{ color: '#5f6ac2', marginRight: '4px' }}></Icon>
月度隐患整改情况
月度隐患整改情况(近半年)
</div>
{this.state.dangerList.ListC && this.state.dangerList.ListC.length > 0 ? (
<span
@ -2158,7 +2158,7 @@ class Home extends React.Component {
{/* {this.state.departmentName}作业完成情况 */}
<div className="badge-style">
<Icon type="bar-chart" style={{ color: '#5f6ac2', marginRight: '4px' }}></Icon>
安全检查次数统计
安全检查次数统计(近半年)
</div>
{this.state.dangerList.ListSafeCheckYearMonth &&
this.state.dangerList.ListSafeCheckYearMonth.length > 0 ? (