2023-05-22-001
This commit is contained in:
@@ -74,7 +74,7 @@ namespace FineUIPro.Web.HSSE.HiddenInspection
|
||||
rowTime["已整改"] = unitHazad.Where(x => x.States == "3" || x.States == "2").Count();
|
||||
dtTime.Rows.Add(rowTime);
|
||||
}
|
||||
this.ChartAccidentTime.CreateChart(BLL.ChartControlService.GetDataSourceChart(dtTime, "单位巡检分析", this.drpChartType.SelectedValue, 1130, 450, this.ckbShow.Checked));
|
||||
this.ChartAccidentTime.CreateChart(BLL.ChartControlService.GetDataSourceChart(dtTime, "单位巡检分析", this.drpChartType.SelectedValue, 1100, 300, this.ckbShow.Checked));
|
||||
}
|
||||
else //饼形图
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user