From 77a1316da57dfd814b45a80e4e053cb37cc29c49 Mon Sep 17 00:00:00 2001 From: gaofei <231232131@163.com> Date: Tue, 23 Nov 2021 10:51:03 +0800 Subject: [PATCH] =?UTF-8?q?1123-003-gaofei-=E4=BC=98=E5=8C=96=E7=84=8A?= =?UTF-8?q?=E6=8E=A5=E9=A6=96=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/FineUIPro.Web/common/mainMenu_HJGL.aspx.cs | 4 ++-- SGGL/SgManager.AI/SgManager.AI.csproj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SGGL/FineUIPro.Web/common/mainMenu_HJGL.aspx.cs b/SGGL/FineUIPro.Web/common/mainMenu_HJGL.aspx.cs index f07f547a..485e14e1 100644 --- a/SGGL/FineUIPro.Web/common/mainMenu_HJGL.aspx.cs +++ b/SGGL/FineUIPro.Web/common/mainMenu_HJGL.aspx.cs @@ -159,7 +159,7 @@ namespace FineUIPro.Web Model.BusinessColumn businessColumn = new Model.BusinessColumn(); List listCategories = new List(); businessColumn.title = "焊接完成量"; - businessColumn.xFontNum = 18; + businessColumn.xFontNum = 7; var views = (from x in Funs.DB.HJGL_FinishRate where x.ProjectId == this.CurrUser.LoginProjectId && x.Type == "unit" orderby x.Code select x).ToList(); Model.SingleSerie s = new Model.SingleSerie(); Model.SingleSerie s2 = new Model.SingleSerie(); @@ -189,7 +189,7 @@ namespace FineUIPro.Web Model.BusinessColumn businessColumn = new Model.BusinessColumn(); List listCategories = new List(); businessColumn.title = "焊接完成量"; - businessColumn.xFontNum = 18; + businessColumn.xFontNum = 7; var views = (from x in Funs.DB.HJGL_FinishRate where x.ProjectId == this.CurrUser.LoginProjectId && x.Type == "device" orderby x.Code select x).ToList(); Model.SingleSerie s = new Model.SingleSerie(); Model.SingleSerie s2 = new Model.SingleSerie(); diff --git a/SGGL/SgManager.AI/SgManager.AI.csproj b/SGGL/SgManager.AI/SgManager.AI.csproj index fc59bdfc..b8835614 100644 --- a/SGGL/SgManager.AI/SgManager.AI.csproj +++ b/SGGL/SgManager.AI/SgManager.AI.csproj @@ -36,7 +36,7 @@ ..\FineUIPro\Reference BLL\AipSdk.dll - bin\AOP.Common.dll + bin\Debug\AOP.Common.dll False